- Aug 25, 2023
-
-
Sergey Lesnik authored
-
Sergey Lesnik authored
-
Sergey Lesnik authored
-
Sergey Lesnik authored
-
Sergey Lesnik authored
-
- Aug 24, 2023
-
-
Gregor Weiss authored
-
- Aug 21, 2023
-
-
Gregor Weiss authored
-
- Aug 10, 2023
-
-
Gregor Weiss authored
-
- Aug 04, 2023
-
-
Gregor Weiss authored
-
- Aug 03, 2023
-
-
Gregor Weiss authored
-
- Aug 01, 2023
-
-
Mark OLESEN authored
- the develop branch requires an autoconf version newer than may be available on the user's system
-
- Jul 31, 2023
-
-
Gregor Weiss authored
-
- Jul 24, 2023
-
-
Gregor Weiss authored
-
Gregor Weiss authored
-
- Jul 21, 2023
-
-
Gregor Weiss authored
-
- Jul 20, 2023
-
-
Gregor Weiss authored
- Also optimizations in creation of coherent mesh -- domainDecomposition::parallelMesh() - Also optimizations in polyMesh::write() when in coherent format and the associated work in construction of SlicePermutation.
-
- Jul 19, 2023
-
-
Gregor Weiss authored
- unifying subset identification for processor patch construction in CoherentMesh - Offsets as iterable of pairs - Offsets construction with globalIndex - move processor patch communication into CoherentMesh as member functions - separating permutations into SlicePermutation and FragmentPermutation (SRP) - add sliceWritePrimitives for const label* data - removing and refactoring redundant functionality
-
- Jul 13, 2023
-
-
Gregor Weiss authored
-
Gregor Weiss authored
-
- Jul 12, 2023
-
-
Gregor Weiss authored
-
- Jul 07, 2023
-
-
Gregor Weiss authored
- replace constexpr-if constructs - replace std::make_unique - replace generic lamdas - add trailing return type with automatic return types - simplified is_range type trait
-
- Jul 06, 2023
-
-
Gregor Weiss authored
-
Gregor Weiss authored
-
Mark OLESEN authored
- allows selection of different system compilers. Eg, export WM_COMPILER=Gcc export WM_COMPILE_CONTROL="version=11" will use gcc-11 and g++-11 for compilation
-
Sergey Lesnik authored
-
Sergey Lesnik authored
-
Sergey Lesnik authored
-
- Jul 05, 2023
-
-
Gregor Weiss authored
ENH: naive decomposition on-the-fly if the size of partitionStarts does not fit to the number of MPI ranks, i.e. if not present at all BUG: proper checkOut of boundary_ in polyMesh
-
Sergey Lesnik authored
- COHERENT: worse formatting but readable.
-
Sergey Lesnik authored
-
Sergey Lesnik authored
-
- Jul 04, 2023
-
-
Gregor Weiss authored
mesh and fields are stored in data.bp and ascii metadata files -> consistent layout in time folders and constant/polyMesh - propagate pathname through all ADIOS2 functionality - removing redundant usages, includes, and dependencies to wrapping functions to ADIOS2 - adding initialization strategy for FieldComponents - minor formatting
-
Gregor Weiss authored
-
Gregor Weiss authored
-
Gregor Weiss authored
-
Sergey Lesnik authored
-
Sergey Lesnik authored
-
- Jul 03, 2023
-
-
Sergey Lesnik authored
- Non-uniform internal field in coherent format: Communicate fields on processor patches from lower ranks to higher ones since these are only present once in a coherent surface field. - Handle non-proc patches separately
-
- Jun 29, 2023
-
-
Sergey Lesnik authored
- Use writeFormat entry from controlDict for decision while reading, since no format mixing is allowed, e.g. writing in coherent and reading in ascii is forbidden.
-
Sergey Lesnik authored
-