- Dec 22, 2020
-
-
Tom Fischer authored
-
- Dec 03, 2020
-
-
Lars Bilke authored
Makes hdf5 and libxml2 dependencies optional.
-
- Nov 25, 2020
-
-
Lars Bilke authored
Apply 17 suggestion(s) to 6 file(s)
-
-
- Nov 18, 2020
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Oct 30, 2020
-
-
- Oct 27, 2020
-
-
Tobias Meisel authored
-
Tobias Meisel authored
-
Tobias Meisel authored
contains fix: iteration output was overwritten at each timestep because name did not include timestep or time. implementation note: Replaced time by iteration because of missing functionality in BaseLib::constructFormattedFileName to handle iterations
-
Tobias Meisel authored
- rename to makeoutput
-
Tobias Meisel authored
-
Tobias Meisel authored
-
- Oct 16, 2020
-
-
Tom Fischer authored
-
- Aug 26, 2020
-
-
Lars Bilke authored
-
- Aug 04, 2020
-
-
wenqing authored
-
- Jun 12, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The previous implementation would miss a fixed output time if the time step was repeated.
-
- May 27, 2020
-
-
Tom Fischer authored
Since for one process output on multiple (sub)domains / meshes can be required it is necessary to manage multiple pvd files. All pvd files for all processes are stored in a multimap. The findPVDFile method is extended to find the correct pvd file for the corresponding domain and process. For processes containing multiple subprocesses (staggered scheme and component transport) it isn't allowed to contain the process id in the output prefix template.
-
Tom Fischer authored
-
Tom Fischer authored
-
- May 21, 2020
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- May 08, 2020
-
-
- May 07, 2020
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Apr 21, 2020
-
-
Dmitri Naumov authored
The integration point writer are defined only on the bulk mesh of a process. If other meshes (observation, boundary, etc.) are given for output, the integration point data must be output only on the main mesh of a process.
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Nov 06, 2019
-
-
Dmitri Naumov authored
To access the solution values a dof tables are passed too.
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Apr 29, 2019
-
-
Dmitri Naumov authored
Used for the time step, iteration, etc.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Only if the output meshes list is empty, write it. Extract OutputFile structure with path and name. Add lambda for bulk mesh output to avoid duplication.
-