|
PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
|
Implementations of the probe classes and factory function. More...
#include <numeric>#include <cstring>#include <algorithm>#include <petscdmcomposite.h>#include <petscviewerhdf5.h>#include <petibm/probes.h>Go to the source code of this file.
Namespaces | |
| namespace | petibm |
| A toolbox for building flow solvers. | |
| namespace | petibm::misc |
| A namespace holding miscellaneous functions. | |
Functions | |
| PetscErrorCode | petibm::misc::createProbe (const MPI_Comm &comm, const YAML::Node &node, const type::Mesh &mesh, type::Probe &probe) |
| Factory function to create a probe to monitor the solution. More... | |
Implementations of the probe classes and factory function.
Definition in file probes.cpp.