#include <Constant.H>
|
virtual | ~Constant ()=default |
|
| Constant (amrex::Vector< amrex::Geometry > &_geom) |
|
| Constant (amrex::Vector< amrex::Geometry > &_geom, IO::ParmParse &pp) |
|
| Constant (amrex::Vector< amrex::Geometry > &_geom, IO::ParmParse &pp, std::string name) |
|
virtual void | Add (const int &lev, Set::Field< Set::Scalar > &a_field, Set::Scalar) override |
|
virtual void | Add (const int &lev, Set::Field< Set::Vector > &a_field, Set::Scalar) override |
|
| IC (amrex::Vector< amrex::Geometry > &_geom) |
|
virtual | ~IC () |
|
void | Add (const int &lev, Set::Field< Set::Scalar > &field) |
|
void | Initialize (const int &a_lev, Set::Field< Set::Scalar > &a_field, Set::Scalar a_time=0.0) |
|
void | Initialize (const int &a_lev, Set::Field< Set::Scalar > &a_field, Set::Scalar a_time=0.0) |
|
virtual void | SetComp (int a_comp) final |
|
| IC (amrex::Vector< amrex::Geometry > &_geom) |
|
virtual | ~IC () |
|
void | Add (const int &lev, Set::Field< Set::Vector > &field) |
|
void | Initialize (const int &a_lev, Set::Field< Set::Vector > &a_field, Set::Scalar a_time=0.0) |
|
void | Initialize (const int &a_lev, Set::Field< Set::Vector > &a_field, Set::Scalar a_time=0.0) |
|
virtual void | SetComp (int a_comp) final |
|
|
static constexpr const char * | name = "constant" |
|
|
amrex::Vector< amrex::Geometry > & | geom |
|
int | comp |
|
amrex::Vector< amrex::Geometry > & | geom |
|
int | comp |
|
Definition at line 16 of file Constant.H.
◆ ~Constant()
virtual IC::Constant::~Constant |
( |
| ) |
|
|
virtualdefault |
◆ Constant() [1/3]
IC::Constant::Constant |
( |
amrex::Vector< amrex::Geometry > & |
_geom | ) |
|
|
inline |
◆ Constant() [2/3]
IC::Constant::Constant |
( |
amrex::Vector< amrex::Geometry > & |
_geom, |
|
|
IO::ParmParse & |
pp |
|
) |
| |
|
inline |
◆ Constant() [3/3]
IC::Constant::Constant |
( |
amrex::Vector< amrex::Geometry > & |
_geom, |
|
|
IO::ParmParse & |
pp, |
|
|
std::string |
name |
|
) |
| |
|
inline |
◆ Add() [1/2]
◆ Add() [2/2]
◆ Parse()
◆ m_value
◆ name
constexpr const char* IC::Constant::name = "constant" |
|
staticconstexpr |
The documentation for this class was generated from the following file: