![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Collaboration diagram for shammodels::gsph::modules::VTKDump< Tvec, SPHKernel >:Public Types | |
| using | Tscal = shambase::VecComponent< Tvec > |
| using | Kernel = SPHKernel< Tscal > |
| using | Config = SolverConfig< Tvec, SPHKernel > |
Public Member Functions | |
| VTKDump (ShamrockCtx &context, Config &solver_config) | |
| void | do_dump (std::string filename, bool add_patch_world_id) |
Public Attributes | |
| ShamrockCtx & | context |
| Config & | solver_config |
Static Public Attributes | |
| static constexpr u32 | dim = shambase::VectorProperties<Tvec>::dimension |
Definition at line 28 of file VTKDump.hpp.
| using shammodels::gsph::modules::VTKDump< Tvec, SPHKernel >::Config = SolverConfig<Tvec, SPHKernel> |
Definition at line 34 of file VTKDump.hpp.
| using shammodels::gsph::modules::VTKDump< Tvec, SPHKernel >::Kernel = SPHKernel<Tscal> |
Definition at line 32 of file VTKDump.hpp.
| using shammodels::gsph::modules::VTKDump< Tvec, SPHKernel >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 30 of file VTKDump.hpp.
|
inline |
Definition at line 39 of file VTKDump.hpp.
| void shammodels::gsph::modules::VTKDump< Tvec, SPHKernel >::do_dump | ( | std::string | filename, |
| bool | add_patch_world_id | ||
| ) |
Definition at line 132 of file VTKDump.cpp.
| ShamrockCtx& shammodels::gsph::modules::VTKDump< Tvec, SPHKernel >::context |
Definition at line 36 of file VTKDump.hpp.
|
staticconstexpr |
Definition at line 31 of file VTKDump.hpp.
| Config& shammodels::gsph::modules::VTKDump< Tvec, SPHKernel >::solver_config |
Definition at line 37 of file VTKDump.hpp.