Skip to main content

Showing 1–6 of 6 results for author: Holke, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.17316  [pdf, other

    cs.DC

    Lossy Data Compression By Adaptive Mesh Coarsening

    Authors: N. Böing, J. Holke, C. Hergl, L. Spataro, G. Gassner, A. Basermann

    Abstract: Today's scientific simulations, for example in the high-performance exascale sector, produce huge amounts of data. Due to limited I/O bandwidth and available storage space, there is the necessity to reduce scientific data of high performance computing applications. Error-bounded lossy compression has been proven to be an effective approach tackling the trade-off between accuracy and storage space.… ▽ More

    Submitted 24 July, 2024; originally announced July 2024.

    MSC Class: 68P20; 68P30

  2. arXiv:1910.10641  [pdf, other

    cs.DC cs.MS

    An Optimized, Parallel Computation of the Ghost Layer for Adaptive Hybrid Forest Meshes

    Authors: Johannes Holke, David Knapp, Carsten Burstedde

    Abstract: We discuss parallel algorithms to gather topological information about off-process mesh neighbor elements. This information is commonly called the ghost layer, whose creation is a fundamental, necessary task in executing most parallel, element-based computer simulations. Approaches differ in that the ghost layer may either be inherently part of the mesh data structure that is maintained and modifi… ▽ More

    Submitted 22 October, 2019; originally announced October 2019.

    Comments: 33 pages, 12 figures, 13 tables. arXiv admin note: substantial text overlap with arXiv:1803.04970

    MSC Class: 65M50; 68W10; 65Y05; 65D18

  3. arXiv:1803.04970  [pdf, other

    cs.DC

    Scalable Algorithms for Parallel Tree-based Adaptive Mesh Refinement with General Element Types

    Authors: Johannes Holke

    Abstract: In this thesis, we develop, discuss and implement algorithms for scalable parallel tree-based adaptive mesh refinement (AMR) using space-filling curves (SFCs). We create an AMR software that works independently of the used element type, such as for example lines, triangles, tetrahedra, quadrilaterals, hexahedra, and prisms. Along with a detailed mathematical discussion, this requires the implement… ▽ More

    Submitted 7 December, 2018; v1 submitted 13 March, 2018; originally announced March 2018.

    Comments: 200 Pages, dissertation, 58 figures, Bonn (2018)

    MSC Class: 65M50; 68W10; 65Y05; 65D18

  4. arXiv:1611.02929  [pdf, other

    cs.DC

    Coarse mesh partitioning for tree based AMR

    Authors: Carsten Burstedde, Johannes Holke

    Abstract: In tree based adaptive mesh refinement, elements are partitioned between processes using a space filling curve. The curve establishes an ordering between all elements that derive from the same root element, the tree. When representing more complex geometries by patching together several trees, the roots of these trees form an unstructured coarse mesh. We present an algorithm to partition the eleme… ▽ More

    Submitted 9 November, 2016; originally announced November 2016.

    Comments: 28 pages, 11 figures, 6 tables

    MSC Class: 65M50; 68W10; 65Y05; 65D18

  5. A tetrahedral space-filling curve for non-conforming adaptive meshes

    Authors: Carsten Burstedde, Johannes Holke

    Abstract: We introduce a space-filling curve for triangular and tetrahedral red-refinement that can be computed using bitwise interleaving operations similar to the well-known Z-order or Morton curve for cubical meshes. To store sufficient information for random access, we define a low-memory encoding using 10 bytes per triangle and 14 bytes per tetrahedron. We present algorithms that compute the parent, ch… ▽ More

    Submitted 21 April, 2017; v1 submitted 15 September, 2015; originally announced September 2015.

    Comments: 33 pages, 12 figures, 8 tables

    MSC Class: 65M50; 68W10; 65Y05; 65D18

  6. arXiv:1505.05055  [pdf, other

    cs.CG

    Bounds on the number of discontinuities of Morton-type space-filling curves

    Authors: Carsten Burstedde, Johannes Holke, Tobin Isaac

    Abstract: The Morton- or z-curve is one example for a space filling curve: Given a level of refinement L, it maps the interval [0, 2**dL) one-to-one to a set of d-dimensional cubes of edge length 2**-L that form a subdivision of the unit cube. Similar curves have been proposed for triangular and tetrahedral unit domains. In contrast to the Hilbert curve that is continuous, the Morton-type curves produce jum… ▽ More

    Submitted 20 April, 2017; v1 submitted 24 March, 2015; originally announced May 2015.

    Comments: 25 pages, 16 figures, 2 tables: added proofs for triangles and tetrahedra; moved appendices into main document

    ACM Class: F.2.2