- Oct 10, 2023
-
-
Gregor Weiss authored
ENH: use offsets from CoherentMesh to remove communication (globalIndex) in OFCstream::writeGlobalGeometricField
-
Gregor Weiss authored
-
Gregor Weiss authored
-
- Sep 21, 2023
-
-
Gregor Weiss authored
-
Gregor Weiss authored
-
- Sep 19, 2023
-
-
Gregor Weiss authored
-
Gregor Weiss authored
-
- Aug 31, 2023
-
-
Gregor Weiss authored
- this needs closing and re-opening the file because ADIOS2 does not implement flushing for BP5 https://github.com/ornladios/ADIOS2/issues/3060
-
- Aug 30, 2023
-
-
Gregor Weiss authored
-
- Aug 29, 2023
-
-
Gregor Weiss authored
- default behaviour is one data.bp per time folder setting writeBulkData in controlDict writes one case-global data.bp
-
- 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
-