Skip to content
Snippets Groups Projects
Select Git revision
  • 6b2d417ae691374ae1121ac1c5e156f154cda746
  • develop default protected
  • feature/gmsh-reader
  • feature/reconstruction
  • save_clemence
  • origin/stage/bouguettaia
  • feature/kinetic-schemes
  • feature/local-dt-fsi
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/serraille
  • feature/variational-hydro
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

GnuplotWriter1D.hpp

Blame
    • Stéphane Del Pino's avatar
      6b2d417a
      Add `gnuplot_1d_writer` · 6b2d417a
      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.
      6b2d417a
      History
      Add `gnuplot_1d_writer`
      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.
    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)