#include <AMReX_PlotFileUtil.H>
Public Member Functions | |
| PlotFileData (std::string const &plotfile_name) | |
| int | spaceDim () const noexcept |
| Real | time () const noexcept |
| int | finestLevel () const noexcept |
| int | refRatio (int level) const noexcept |
| int | levelStep (int level) const noexcept |
| const BoxArray & | boxArray (int level) const noexcept |
| const DistributionMapping & | DistributionMap (int level) const noexcept |
| void | syncDistributionMap (PlotFileData const &src) noexcept |
| void | syncDistributionMap (int level, PlotFileData const &src) noexcept |
| int | coordSys () const noexcept |
| Box | probDomain (int level) const noexcept |
| Array< Real, 3 > | probSize () const noexcept |
| Array< Real, 3 > | probLo () const noexcept |
| Array< Real, 3 > | probHi () const noexcept |
| Array< Real, 3 > | cellSize (int level) const noexcept |
| const Vector< std::string > & | varNames () const noexcept |
| int | nComp () const noexcept |
| IntVect | nGrowVect (int level) const noexcept |
| MultiFab | get (int level) noexcept |
| MultiFab | get (int level, std::string const &varname) noexcept |
Private Attributes | |
| std::unique_ptr< PlotFileDataImpl > | m_impl |
helper class for reading plotfile
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |