"README.md" did not exist on "94e86ddd977bc58e05b720e89f839d5c70239105"
- Apr 10, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mattijs Janssens authored
better cooperation with external MPI initialize / finalize See merge request OpenFOAM-plus!252
-
Mark OLESEN authored
- change from UpdateableMeshObject to TopologicalMeshObject - change inheritance order to have MeshObject be registered first and mark the IOobject descriptor as unregistered
-
Mark OLESEN authored
- the objectRegistry destructor seems to be called too late. Explicitly clear the objectRegistry within the Time destructor to ensure that it always happens.
-
mattijs authored
-
mattijs authored
-
- Apr 09, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Apr 08, 2019
-
-
Mark OLESEN authored
- used fallback of 0 instead of the results time. This discrepancy caused the case file to have two timesets that only differed by the first (incorrect) entry.
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- when running in serial but within a processor directory, argList::globalPath() is to be used instead of Time.globalPath() For other cases there is no difference.
-
- Apr 06, 2019
-
-
Mark OLESEN authored
- silence clang warnings
-
Mark OLESEN authored
-
Mark OLESEN authored
- this is somewhat like labelRange, but with a stride. Can be used to define slices (of lists, fields, ..) or as a range specifier for a for-loop. For example, for (label i : sliceRange(0, 10, 3)) { ... }
-
Mark OLESEN authored
- removed unused decrement() and increment() methods, which provided identical functionality as the ++, +=, --, -= operators.
-
- Apr 05, 2019
-
-
sergio authored
Adding pMin,Pmax pressure control to buoyantPimple and chtMultiReagion
-
sergio authored
-
sergio authored
-
sergio authored
-
sergio authored
-
Mark OLESEN authored
- with the wmake rules we may have some compiler options bound to the internal compiler variable. For example, CC = g++ -std=c++11 -m64 c++FLAGS = ... So shift any flags from CC to CXXFLAGS for the output of 'wmake -show-cxx', 'wmake -show-cxxflags', etc. This makes it much easier to handle the values correctly elsewhere. Eg, CXX="$(wmake -show-cxx)" CXXFLAGS="$(wmake -show-cxxflags)" \ ./configure
-
Mark OLESEN authored
- provide dedicated detection 'have_ptscotch' function that can be used after the 'have_scotch' function. It sets the PTSCOTCH_ARCH_PATH, PTSCOTCH_INC_DIR, PTSCOTCH_LIB_DIR and helps when the serial and parallel versions are located with different logic.
-
Mark OLESEN authored
- the writer nFields() is a separate type of accounting (currently only needed by VTK legacy) and is independent of the geometry.
-
- Apr 03, 2019
-
-
Mark OLESEN authored
- still had old WM_PROJECT_VERSION settings instead of FOAM_API for FOAM_SITE_APPBIN and FOAM_SITE_LIBBIN locations.
-
sergio authored
oversetInterpolationSuppressed dict.
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Apr 02, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- file-local static for saving the old action, which moves system dependencies out of the header files. - set/reset of signals as file-local functions STYLE: use csignal header instead of signal.h
-
Mark OLESEN authored
- this improves overall consistency and is independent of higher level tagging as ASCII or BINARY for IFstream, OFstream etc.
-
- Apr 04, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- this adds support for various STL operations including * sorting, filling, find min/max element etc. * for-range iteration STYLE: use constexpr for VectorSpace rank
-
- Apr 03, 2019
-
-
Mark OLESEN authored
- consistent with use of <cstdlib> and makes for a stronger distinct from Foam::abort etc.
-
- Apr 02, 2019
-
-
Mark OLESEN authored
-
- Apr 04, 2019
-
-
Mark OLESEN authored
- this improves overall consistency and makes re-reading as a generic patch field behave properly when the underlying patch has zero size.
-