|
PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
|
An utility that generates XDMF files for visualization. More...
#include <fstream>#include <sstream>#include <string>#include <petscsys.h>#include <yaml-cpp/yaml.h>#include <petibm/mesh.h>#include <petibm/parser.h>#include <petibm/type.h>Go to the source code of this file.
Functions | |
| PetscErrorCode | writeSingleXDMF (const std::string &directory, const std::string &name, const PetscInt &dim, const petibm::type::IntVec1D &n, const PetscInt &bg, const PetscInt &ed, const PetscInt &step) |
| int | main (int argc, char **argv) |
An utility that generates XDMF files for visualization.
Definition in file main.cpp.
| PetscErrorCode writeSingleXDMF | ( | const std::string & | directory, |
| const std::string & | name, | ||
| const PetscInt & | dim, | ||
| const petibm::type::IntVec1D & | n, | ||
| const PetscInt & | bg, | ||
| const PetscInt & | ed, | ||
| const PetscInt & | step | ||
| ) |