|
Alamo
|
#include <Expression.H>
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, 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 |
Public Member Functions inherited from BC::Operator::Elastic::Elastic | |
| virtual | ~Elastic ()=default |
| 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 |
Static Public Member Functions | |
| static void | Parse (Expression &value, IO::ParmParse &pp) |
Static Public Attributes | |
| static constexpr const char * | name = "expression" |
Static Public Attributes inherited from BC::Operator::Elastic::Elastic | |
| 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 |
Protected Attributes inherited from BC::Operator::Elastic::Elastic | |
| Set::Scalar | m_time = 0.0 |
Additional Inherited Members | |
Public Types inherited from BC::Operator::Elastic::Elastic | |
| enum | Type { Displacement , Traction , Periodic , Neumann , None } |
| enum | Direction { AMREX_D_DECL =(X=0,Y=1,Z=2) } |
Definition at line 20 of file Expression.H.
|
inline |
Definition at line 42 of file Expression.H.
|
inline |
Definition at line 51 of file Expression.H.
|
inline |
Definition at line 567 of file Expression.H.
|
inlineoverridevirtual |
Implements BC::Operator::Elastic::Elastic.
Definition at line 234 of file Expression.H.
|
inlineoverridevirtual |
Implements BC::Operator::Elastic::Elastic.
Definition at line 57 of file Expression.H.
|
virtual |
Implements BC::Operator::Elastic::Elastic.
|
inlineoverridevirtual |
Implements BC::Operator::Elastic::Elastic.
Definition at line 145 of file Expression.H.
|
virtual |
Implements BC::Operator::Elastic::Elastic.
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements BC::Operator::Elastic::Elastic.
Definition at line 291 of file Expression.H.
|
inlinestatic |
Definition at line 394 of file Expression.H.
|
inline |
Definition at line 355 of file Expression.H.
|
protected |
Definition at line 384 of file Expression.H.
|
protected |
Definition at line 383 of file Expression.H.
|
protected |
Definition at line 381 of file Expression.H.
|
staticconstexpr |
Definition at line 23 of file Expression.H.