#include <AMReX_EB_chkpt_file.H>
|
| | ChkptFile (std::string fname) |
| |
| void | read_from_chkpt_file (BoxArray &cut_grids, BoxArray &covered_grids, DistributionMapping &dmap, MultiFab &volfrac, MultiFab ¢roid, MultiFab &bndryarea, MultiFab &bndrycent, MultiFab &bndrynorm, Array< MultiFab, 3 > &areafrac, Array< MultiFab, 3 > &facecent, Array< MultiFab, 3 > &edgecent, MultiFab &levelset, int ng_gfab, const Geometry &geom, const IntVect &ngrow_finest, bool extend_domain_face, int max_grid_size) const |
| |
| void | write_to_chkpt_file (const BoxArray &cut_grids, const BoxArray &covered_grids, const MultiFab &volfrac, const MultiFab ¢roid, const MultiFab &bndryarea, const MultiFab &bndrycent, const MultiFab &bndrynorm, const Array< MultiFab, 3 > &areafrac, const Array< MultiFab, 3 > &facecent, const Array< MultiFab, 3 > &edgecent, const MultiFab &levelset, const Geometry &geom, const IntVect &ngrow, bool extend_domain_face, int max_grid_size) const |
| |
◆ ChkptFile()
| amrex::EB2::ChkptFile::ChkptFile |
( |
std::string |
fname | ) |
|
◆ read_from_chkpt_file()
| void amrex::EB2::ChkptFile::read_from_chkpt_file |
( |
BoxArray & |
cut_grids, |
|
|
BoxArray & |
covered_grids, |
|
|
DistributionMapping & |
dmap, |
|
|
MultiFab & |
volfrac, |
|
|
MultiFab & |
centroid, |
|
|
MultiFab & |
bndryarea, |
|
|
MultiFab & |
bndrycent, |
|
|
MultiFab & |
bndrynorm, |
|
|
Array< MultiFab, 3 > & |
areafrac, |
|
|
Array< MultiFab, 3 > & |
facecent, |
|
|
Array< MultiFab, 3 > & |
edgecent, |
|
|
MultiFab & |
levelset, |
|
|
int |
ng_gfab, |
|
|
const Geometry & |
geom, |
|
|
const IntVect & |
ngrow_finest, |
|
|
bool |
extend_domain_face, |
|
|
int |
max_grid_size |
|
) |
| const |
◆ write_to_chkpt_file()
| void amrex::EB2::ChkptFile::write_to_chkpt_file |
( |
const BoxArray & |
cut_grids, |
|
|
const BoxArray & |
covered_grids, |
|
|
const MultiFab & |
volfrac, |
|
|
const MultiFab & |
centroid, |
|
|
const MultiFab & |
bndryarea, |
|
|
const MultiFab & |
bndrycent, |
|
|
const MultiFab & |
bndrynorm, |
|
|
const Array< MultiFab, 3 > & |
areafrac, |
|
|
const Array< MultiFab, 3 > & |
facecent, |
|
|
const Array< MultiFab, 3 > & |
edgecent, |
|
|
const MultiFab & |
levelset, |
|
|
const Geometry & |
geom, |
|
|
const IntVect & |
ngrow, |
|
|
bool |
extend_domain_face, |
|
|
int |
max_grid_size |
|
) |
| const |
The documentation for this class was generated from the following files: