Alamo
|
#include <Constant.H>
Public Member Functions | |
Constant () | |
Constant (IO::ParmParse &pp, std::string name) | |
~Constant () | |
void | Set (const Face face, const Direction direction, const Type type, const Set::Scalar value) |
void | Set (const Face, const Direction, const Type, const Set::Scalar, amrex::Vector< amrex::MultiFab * > &, const amrex::Vector< amrex::Geometry > &) |
void | Set (const Face face, const Direction direction, const Type type, const Set::Scalar value, amrex::Vector< amrex::MultiFab > &a_rhs, const amrex::Vector< amrex::Geometry > &a_geom) |
void | Set (const Face face, const Direction direction, const Type type, const Set::Scalar value, amrex::Vector< std::unique_ptr< amrex::MultiFab > > &a_rhs, const amrex::Vector< amrex::Geometry > &a_geom) |
virtual void | Init (amrex::FabArray< amrex::BaseFab< Set::Vector > > *a_rhs, const amrex::Geometry &a_geom, bool a_homogeneous=false) const |
virtual void | Init (amrex::MultiFab *a_rhs, const 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) |
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) |
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 |
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 |
![]() | |
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 (Constant &value, IO::ParmParse &pp) |
Static Public Attributes | |
static constexpr const char * | name = "constant" |
![]() | |
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< Numeric::Interpolator::Linear< Set::Scalar >, AMREX_SPACEDIM >, m_nfaces > | m_bc_val |
![]() | |
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 31 of file Constant.H.
|
inline |
Definition at line 36 of file Constant.H.
|
inline |
Definition at line 47 of file Constant.H.
|
inline |
Definition at line 50 of file Constant.H.
|
inlinevirtual |
Implements BC::Operator::Elastic::Elastic.
Definition at line 256 of file Constant.H.
|
inlinevirtual |
Implements BC::Operator::Elastic::Elastic.
Reimplemented in BC::Operator::Elastic::TensionTest, and BC::Operator::Elastic::TensionTest.
Definition at line 101 of file Constant.H.
|
virtual |
Implements BC::Operator::Elastic::Elastic.
Reimplemented in BC::Operator::Elastic::TensionTest, and BC::Operator::Elastic::TensionTest.
|
inlinevirtual |
Implements BC::Operator::Elastic::Elastic.
Reimplemented in BC::Operator::Elastic::TensionTest, and BC::Operator::Elastic::TensionTest.
Definition at line 179 of file Constant.H.
|
virtual |
Implements BC::Operator::Elastic::Elastic.
Reimplemented in BC::Operator::Elastic::TensionTest, and BC::Operator::Elastic::TensionTest.
|
inline |
|
inline |
|
inlinevirtual |
Implements BC::Operator::Elastic::Elastic.
Definition at line 312 of file Constant.H.
|
inlinestatic |
Definition at line 406 of file Constant.H.
|
inline |
Definition at line 54 of file Constant.H.
|
inline |
Definition at line 75 of file Constant.H.
|
inline |
Definition at line 87 of file Constant.H.
|
inline |
Definition at line 64 of file Constant.H.
|
inline |
Definition at line 376 of file Constant.H.
|
protected |
Definition at line 402 of file Constant.H.
|
protected |
Definition at line 403 of file Constant.H.
|
staticconstexpr |
Definition at line 34 of file Constant.H.