Select Git revision
GnuplotWriter1D.hpp
-
Stéphane Del Pino authored
The aim of this variant is to provide a more classic version of the output: one value per cell or per node. It can only be used for 1d data. It remains to make it work in parallel.
Stéphane Del Pino authoredThe aim of this variant is to provide a more classic version of the output: one value per cell or per node. It can only be used for 1d data. It remains to make it work in parallel.
CMakeLists.txt 355 B
# ------------------- Source files --------------------
add_library(
PugsScheme
AcousticSolver.cpp
HyperelasticSolver.cpp
HypoelasticSolver.cpp
DiscreteFunctionIntegrator.cpp
DiscreteFunctionInterpoler.cpp
DiscreteFunctionUtils.cpp
DiscreteFunctionVectorIntegrator.cpp
DiscreteFunctionVectorInterpoler.cpp
FluxingAdvectionSolver.cpp)