|
Alamo
|
Go to the documentation of this file.
5 #ifndef INTEGRATOR_CAHNHILLIARD_H
6 #define INTEGRATOR_CAHNHILLIARD_H
13 #include "AMReX_ParmParse.H"
14 #include "AMReX_ParallelDescriptor.H"
15 #include <AMReX_MLMG.H>
Operator::Implicit::Implicit op
void Advance(int lev, Set::Scalar time, Set::Scalar dt) override
Pure abstract IC object from which all other IC objects inherit.
Set::Field< Set::Scalar > intermediate
Set::Field< Set::Scalar > etanewmf
BC::BC< Set::Scalar > * bc
void TagCellsForRefinement(int lev, amrex::TagBoxArray &tags, amrex::Real time, int ngrow) override
void Initialize(int lev) override
Collection of numerical integrator objects.
Set::Field< Set::Scalar > etaoldmf
void TimeStepBegin(amrex::Real, int) override
amrex::Vector< amrex::Real > dt
Timesteps for each level of refinement.