Alamo
|
Public Member Functions | |
Expression () | |
~Expression () | |
virtual void | Init (amrex::FabArray< amrex::BaseFab< Set::Vector >> *a_rhs, const amrex::Geometry &a_geom, bool a_homogeneous=false) const override |
virtual void | Init (amrex::MultiFab *a_rhs, const amrex::Geometry &a_geom, bool a_homogeneous=false) const override |
virtual std::array< Type, AMREX_SPACEDIM > | getType (const int &i, const int &j, [[maybe_unused]] const int &k, const amrex::Box &domain) override |
AMREX_FORCE_INLINE Set::Vector | operator() (const Set::Vector &u, const Set::Matrix &gradu, const Set::Matrix &sigma, const int &i, const int &j, const int &k, const amrex::Box &domain) override |
AMREX_FORCE_INLINE Set::Vector | set (std::array< Type, AMREX_SPACEDIM > &bc_type, const Set::Vector &u, const Set::Matrix &gradu, const Set::Matrix &sigma, Set::Vector n) const |
Expression (IO::ParmParse &pp, std::string name) | |
virtual void | Init (amrex::MultiFab *a_rhs, const amrex::Geometry &a_geom, bool a_homogeneous=false) const=0 |
virtual void | Init (amrex::FabArray< amrex::BaseFab< Set::Vector >> *a_rhs, const amrex::Geometry &a_geom, bool a_homogeneous=false) const=0 |
void | Init (Set::Field< Set::Scalar > &a_rhs, const amrex::Vector< amrex::Geometry > &a_geom, bool a_homogeneous=false) const |
void | Init (Set::Field< Set::Vector > &a_rhs, const amrex::Vector< amrex::Geometry > &a_geom, bool a_homogeneous=false) const |
![]() | |
void | SetTime (const Set::Scalar a_time) |
void | Init (Set::Field< Set::Scalar > &a_rhs, const amrex::Vector< amrex::Geometry > &a_geom, bool a_homogeneous=false) const |
void | Init (Set::Field< Set::Vector > &a_rhs, const amrex::Vector< amrex::Geometry > &a_geom, bool a_homogeneous=false) const |
virtual std::array< Type, AMREX_SPACEDIM > | getType (const int &i, const int &j, const int &k, const amrex::Box &domain)=0 |
Static Public Member Functions | |
static void | Parse (Expression &value, IO::ParmParse &pp) |
Static Public Attributes | |
static constexpr const char * | name = "expression" |
![]() | |
static const int | min = 1 |
static const int | max = 2 |
Protected Attributes | |
std::array< std::array< Type, AMREX_SPACEDIM >, m_nfaces > | m_bc_type |
std::array< std::array< amrex::Parser, AMREX_SPACEDIM >, m_nfaces > | m_bc_func_parser |
std::array< std::array< amrex::ParserExecutor< 4 >, AMREX_SPACEDIM >, m_nfaces > | m_bc_func |
![]() | |
Set::Scalar | m_time = 0.0 |
Additional Inherited Members | |
![]() | |
enum | Type { Displacement, Traction, Periodic, Neumann, None } |
enum | Direction { AMREX_D_DECL =(X=0,Y=1,Z=2) } |
Definition at line 17 of file Expression.H.
|
inline |
Definition at line 39 of file Expression.H.
|
inline |
Definition at line 48 of file Expression.H.
|
inline |
Definition at line 474 of file Expression.H.
|
inlineoverridevirtual |
Definition at line 231 of file Expression.H.
|
inlineoverridevirtual |
Implements BC::Operator::Elastic::Elastic.
Definition at line 54 of file Expression.H.
virtual void BC::Operator::Elastic::Elastic::Init |
|
inlineoverridevirtual |
Implements BC::Operator::Elastic::Elastic.
Definition at line 142 of file Expression.H.
virtual void BC::Operator::Elastic::Elastic::Init |
|
inlineoverridevirtual |
Implements BC::Operator::Elastic::Elastic.
Definition at line 288 of file Expression.H.
|
inlinestatic |
|
inline |
Definition at line 352 of file Expression.H.
|
protected |
Definition at line 381 of file Expression.H.
|
protected |
Definition at line 380 of file Expression.H.
|
protected |
Definition at line 378 of file Expression.H.
|
staticconstexpr |
Definition at line 20 of file Expression.H.