1#ifndef AMREX_EB2_LEVEL_CHKPT_FILE_H_
2#define AMREX_EB2_LEVEL_CHKPT_FILE_H_
3#include <AMReX_Config.H>
24 int max_grid_size,
int ngrow,
bool extend_domain_face);
32 Geometry const& geom,
int max_grid_size,
int ngrow,
33 bool extend_domain_face);
EB level specialized for reading checkpoint EB data.
Definition AMReX_EB2_Level_chkpt_file.H:19
void define_fine_chkpt_file(ChkptFile const &chkpt_file, Geometry const &geom, int max_grid_size, int ngrow, bool extend_domain_face)
Fill fine-level checkpoint buffers for CUDA execution.
Definition AMReX_EB2_Level_chkpt_file.cpp:18
void finalize_cell_flags()
Finalize EBCellFlag connectivity adjustments after loading from disk.
Definition AMReX_EB2_Level_chkpt_file.cpp:86
Helper that serializes EB geometry to disk for restartability.
Definition AMReX_EB_chkpt_file.H:16
Definition AMReX_EB2_Level.H:203
Definition AMReX_EB2.H:28
Rectangular problem domain geometry.
Definition AMReX_Geometry.H:74
Definition AMReX_FabArrayBase.H:33