PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
probes.cpp File Reference

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...
 

Detailed Description

Implementations of the probe classes and factory function.

License
BSD 3-Clause License.

Definition in file probes.cpp.