Helper that converts EB surfaces into polygonal PVD files.
More...
#include <AMReX_EBToPVD.H>
|
| | EBToPVD ()=default |
| |
| void | EBToPolygon (const Real *problo, const Real *dx, const Box &bx, Array4< EBCellFlag const > const &flag, Array4< Real const > const &bcent, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz) |
| | Convert EB data in bx into polygons stored internally.
|
| |
| void | WriteEBVTP (int myID) const |
| | Write the accumulated EB polygons for rank myID into a VTP file.
|
| |
| void | EBGridCoverage (int myID, const Real *problo, const Real *dx, const Box &bx, Array4< EBCellFlag const > const &flag) |
| | Record which cells are cut/covered to visualize grid coverage.
|
| |
|
| static void | WritePVTP (int nProcs) |
| | Write a PVD file referencing per-rank outputs.
|
| |
Helper that converts EB surfaces into polygonal PVD files.
◆ EBToPVD()
| amrex::EBToPVD::EBToPVD |
( |
| ) |
|
|
default |
◆ EBGridCoverage()
Record which cells are cut/covered to visualize grid coverage.
◆ EBToPolygon()
Convert EB data in bx into polygons stored internally.
- Parameters
-
| problo | Physical low corner of the domain. |
| dx | Cell spacing. |
| bx | Tile box being exported. |
| flag | EB flags. |
| bcent | Boundary centroids. |
| apx/apy/apz | Area fractions per direction. |
◆ WriteEBVTP()
| void amrex::EBToPVD::WriteEBVTP |
( |
int |
myID | ) |
const |
Write the accumulated EB polygons for rank myID into a VTP file.
◆ WritePVTP()
| void amrex::EBToPVD::WritePVTP |
( |
int |
nProcs | ) |
|
|
static |
Write a PVD file referencing per-rank outputs.
The documentation for this class was generated from the following files: