|
| CahnHilliard () |
|
| Integrator () |
|
virtual | ~Integrator () |
|
void | InitData () |
|
void | Restart (std::string restartfile, bool a_node=false) |
|
void | Evolve () |
|
void | SetFilename (std::string _plot_file) |
|
std::string | GetFilename () |
|
void | regrid (int lbase, Set::Scalar time, bool initial=false) override |
|
void | InitFromScratch (Set::Scalar time) |
|
template<class T , int d> |
ALAMO_SINGLE_DEFINITION void | AddField (Set::Field< T > &new_field, BC::BC< T > *new_bc, int ncomp, int nghost, std::string name, bool writeout, bool evolving, std::vector< std::string >) |
|
template<class T > |
ALAMO_SINGLE_DEFINITION void | RegisterGeneralFab (Set::Field< T > &new_fab, int ncomp, int nghost, bool evolving) |
|
template<class T > |
ALAMO_SINGLE_DEFINITION void | RegisterGeneralFab (Set::Field< T > &new_fab, int ncomp, int nghost, std::string a_name, bool evolving) |
|
template<class T > |
AMREX_ATTRIBUTE_WEAK void | RegisterGeneralFab (Set::Field< T > &new_fab, int ncomp, int nghost, bool writeout, std::string a_name, bool evolving) |
|
|
void | Initialize (int lev) override |
|
void | TimeStepBegin (amrex::Real, int) override |
|
void | Advance (int lev, Set::Scalar time, Set::Scalar dt) override |
|
void | TagCellsForRefinement (int lev, amrex::TagBoxArray &tags, amrex::Real time, int ngrow) override |
|
virtual void | TimeStepComplete (Set::Scalar, int) |
|
virtual void | Integrate (int, Set::Scalar, int, const amrex::MFIter &, const amrex::Box &) |
|
virtual void | Regrid (int, Set::Scalar) |
|
void | RegisterNewFab (Set::Field< Set::Scalar > &new_fab, BC::BC< Set::Scalar > *new_bc, int ncomp, int nghost, std::string name, bool writeout, std::vector< std::string > suffix={}) |
|
void | RegisterNewFab (Set::Field< Set::Scalar > &new_fab, int ncomp, std::string name, bool writeout, std::vector< std::string > suffix={}) |
|
void | RegisterNodalFab (Set::Field< Set::Scalar > &new_fab, int ncomp, int nghost, std::string name, bool writeout, std::vector< std::string > suffix={}) |
|
void | RegisterNodalFab (Set::Field< Set::Scalar > &new_fab, BC::BC< Set::Scalar > *new_bc, int ncomp, int nghost, std::string name, bool writeout, std::vector< std::string > suffix={}) |
|
template<class T > |
void | RegisterGeneralFab (Set::Field< T > &new_fab, int ncomp, int nghost, bool evolving=true) |
|
template<class T > |
void | RegisterGeneralFab (Set::Field< T > &new_fab, int ncomp, int nghost, std::string a_name, bool evolving=true) |
|
template<class T > |
void | RegisterGeneralFab (Set::Field< T > &new_fab, int ncomp, int nghost, bool writeout, std::string a_name, bool evolving=true) |
|
template<class T , int d> |
void | AddField (Set::Field< T > &new_field, BC::BC< T > *new_bc, int ncomp, int nghost, std::string, bool writeout, bool evolving, std::vector< std::string > suffix={}) |
|
void | SetFinestLevel (const int a_finestlevel) |
|
void | RegisterIntegratedVariable (Set::Scalar *integrated_variable, std::string name, bool extensive=true) |
|
void | SetTimestep (Set::Scalar _timestep) |
|
void | SetPlotInt (int plot_int) |
|
void | SetThermoInt (int a_thermo_int) |
|
void | SetThermoPlotInt (int a_thermo_plot_int) |
|
void | SetStopTime (Set::Scalar a_stop_time) |
|
void | DynamicTimestep_SyncTimeStep (int lev, Set::Scalar dt_min) |
|
void | DynamicTimestep_Reset () |
|
void | DynamicTimestep_Update () |
|
void | IntegrateVariables (Set::Scalar cur_time, int step) |
|
void | WritePlotFile (bool initial=false) const |
|
void | WritePlotFile (std::string prefix, Set::Scalar time, int step) const |
|
void | WritePlotFile (Set::Scalar time, amrex::Vector< int > iter, bool initial=false, std::string prefix="") const |
|
Definition at line 25 of file CahnHilliard.H.