![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
Public Member Functions | |
| MpiMetricTsProbe (std::filesystem::path out_dir, size_t interval) | |
| void | checkStop (data::ModelData &data) override |
Public Member Functions inherited from postprocess::Postprocess | |
| virtual | ~Postprocess ()=default |
| virtual void | close (data::ModelData &data) |
| virtual std::string | twoParticle (data::ModelData &data) |
| virtual std::string | compressive (data::ModelData &data) |
Private Member Functions | |
| void | dumpNodalUV (data::ModelData &data, size_t nstep) |
Static Private Member Functions | |
| static bool | ownsNode (const data::ModelData &data, size_t i) |
Private Attributes | |
| std::filesystem::path | d_outDir |
| size_t | d_interval |
| std::ofstream | d_os |
| bool | d_wroteXref = false |
Sample scalars + dump gathered nodal u,v for MPI identity checks.
|
inline |
Definition at line 387 of file main.cpp.
References d_os, d_outDir, and util::parallel::mpiRank().
|
inlineoverridevirtual |
Reimplemented from postprocess::Postprocess.
Definition at line 397 of file main.cpp.
References postprocess::Postprocess::checkStop(), d_interval, d_os, dumpNodalUV(), util::parallel::mpiComm(), util::parallel::mpiRank(), and util::parallel::mpiSize().
|
inlineprivate |
Definition at line 444 of file main.cpp.
References d_outDir, d_wroteXref, util::parallel::mpiComm(), util::parallel::mpiRank(), util::parallel::mpiSize(), and ownsNode().
Referenced by checkStop().
|
inlinestaticprivate |
Definition at line 424 of file main.cpp.
References particle::isLocallyOwned(), and util::parallel::mpiRank().
Referenced by dumpNodalUV().
|
private |
Definition at line 487 of file main.cpp.
Referenced by checkStop().
|
private |
Definition at line 488 of file main.cpp.
Referenced by checkStop(), and MpiMetricTsProbe().
|
private |
Definition at line 486 of file main.cpp.
Referenced by dumpNodalUV(), and MpiMetricTsProbe().
|
private |
Definition at line 489 of file main.cpp.
Referenced by dumpNodalUV().