#include <AMReX_PlotFileDataImpl.H>
|
| std::string | m_plotfile_name |
| |
| std::string | m_file_version |
| |
| int | m_ncomp |
| |
| Vector< std::string > | m_var_names |
| |
| int | m_spacedim |
| |
| Real | m_time |
| |
| int | m_finest_level |
| |
| int | m_nlevels |
| |
| Array< Real, 3 > | m_prob_lo {{ 0. , 0. , 0. }} |
| |
| Array< Real, 3 > | m_prob_hi {{ 1. , 1. , 1. }} |
| |
| Array< Real, 3 > | m_prob_size {{ 1. , 1. , 1. }} |
| |
| Vector< int > | m_ref_ratio |
| |
| Vector< Box > | m_prob_domain |
| |
| Vector< int > | m_level_steps |
| |
| Vector< Array< Real, 3 > > | m_cell_size |
| |
| int | m_coordsys |
| |
| Vector< std::string > | m_mf_name |
| |
| Vector< std::unique_ptr< VisMF > > | m_vismf |
| |
| Vector< BoxArray > | m_ba |
| |
| Vector< DistributionMapping > | m_dmap |
| |
| Vector< IntVect > | m_ngrow |
| |
◆ PlotFileDataImpl()
| amrex::PlotFileDataImpl::PlotFileDataImpl |
( |
std::string const & |
plotfile_name | ) |
|
◆ boxArray()
| const BoxArray & amrex::PlotFileDataImpl::boxArray |
( |
int |
level | ) |
const |
|
inlinenoexcept |
◆ cellSize()
| Array< Real, 3 > amrex::PlotFileDataImpl::cellSize |
( |
int |
level | ) |
const |
|
inlinenoexcept |
◆ coordSys()
| int amrex::PlotFileDataImpl::coordSys |
( |
| ) |
const |
|
inlinenoexcept |
◆ DistributionMap()
◆ finestLevel()
| int amrex::PlotFileDataImpl::finestLevel |
( |
| ) |
const |
|
inlinenoexcept |
◆ get() [1/2]
| MultiFab amrex::PlotFileDataImpl::get |
( |
int |
level | ) |
|
|
noexcept |
◆ get() [2/2]
| MultiFab amrex::PlotFileDataImpl::get |
( |
int |
level, |
|
|
std::string const & |
varname |
|
) |
| |
|
noexcept |
◆ levelStep()
| int amrex::PlotFileDataImpl::levelStep |
( |
int |
level | ) |
const |
|
inlinenoexcept |
◆ nComp()
| int amrex::PlotFileDataImpl::nComp |
( |
| ) |
const |
|
inlinenoexcept |
◆ nGrowVect()
| IntVect amrex::PlotFileDataImpl::nGrowVect |
( |
int |
level | ) |
const |
|
inlinenoexcept |
◆ probDomain()
| Box amrex::PlotFileDataImpl::probDomain |
( |
int |
level | ) |
const |
|
inlinenoexcept |
◆ probHi()
| Array< Real, 3 > amrex::PlotFileDataImpl::probHi |
( |
| ) |
const |
|
inlinenoexcept |
◆ probLo()
| Array< Real, 3 > amrex::PlotFileDataImpl::probLo |
( |
| ) |
const |
|
inlinenoexcept |
◆ probSize()
| Array< Real, 3 > amrex::PlotFileDataImpl::probSize |
( |
| ) |
const |
|
inlinenoexcept |
◆ refRatio()
| int amrex::PlotFileDataImpl::refRatio |
( |
int |
level | ) |
const |
|
inlinenoexcept |
◆ spaceDim()
| int amrex::PlotFileDataImpl::spaceDim |
( |
| ) |
const |
|
inlinenoexcept |
◆ syncDistributionMap() [1/2]
| void amrex::PlotFileDataImpl::syncDistributionMap |
( |
int |
level, |
|
|
PlotFileDataImpl const & |
src |
|
) |
| |
|
noexcept |
◆ syncDistributionMap() [2/2]
| void amrex::PlotFileDataImpl::syncDistributionMap |
( |
PlotFileDataImpl const & |
src | ) |
|
|
noexcept |
◆ time()
| Real amrex::PlotFileDataImpl::time |
( |
| ) |
const |
|
inlinenoexcept |
◆ varNames()
| const Vector< std::string > & amrex::PlotFileDataImpl::varNames |
( |
| ) |
const |
|
inlinenoexcept |
◆ m_ba
◆ m_cell_size
| Vector<Array<Real,3> > amrex::PlotFileDataImpl::m_cell_size |
|
private |
◆ m_coordsys
| int amrex::PlotFileDataImpl::m_coordsys |
|
private |
◆ m_dmap
◆ m_file_version
| std::string amrex::PlotFileDataImpl::m_file_version |
|
private |
◆ m_finest_level
| int amrex::PlotFileDataImpl::m_finest_level |
|
private |
◆ m_level_steps
| Vector<int> amrex::PlotFileDataImpl::m_level_steps |
|
private |
◆ m_mf_name
| Vector<std::string> amrex::PlotFileDataImpl::m_mf_name |
|
private |
◆ m_ncomp
| int amrex::PlotFileDataImpl::m_ncomp |
|
private |
◆ m_ngrow
◆ m_nlevels
| int amrex::PlotFileDataImpl::m_nlevels |
|
private |
◆ m_plotfile_name
| std::string amrex::PlotFileDataImpl::m_plotfile_name |
|
private |
◆ m_prob_domain
| Vector<Box> amrex::PlotFileDataImpl::m_prob_domain |
|
private |
◆ m_prob_hi
| Array<Real,3> amrex::PlotFileDataImpl::m_prob_hi {{ 1. , 1. , 1. }} |
|
private |
◆ m_prob_lo
| Array<Real,3> amrex::PlotFileDataImpl::m_prob_lo {{ 0. , 0. , 0. }} |
|
private |
◆ m_prob_size
| Array<Real,3> amrex::PlotFileDataImpl::m_prob_size {{ 1. , 1. , 1. }} |
|
private |
◆ m_ref_ratio
| Vector<int> amrex::PlotFileDataImpl::m_ref_ratio |
|
private |
◆ m_spacedim
| int amrex::PlotFileDataImpl::m_spacedim |
|
private |
◆ m_time
| Real amrex::PlotFileDataImpl::m_time |
|
private |
◆ m_var_names
| Vector<std::string> amrex::PlotFileDataImpl::m_var_names |
|
private |
◆ m_vismf
| Vector<std::unique_ptr<VisMF> > amrex::PlotFileDataImpl::m_vismf |
|
private |
The documentation for this class was generated from the following files: