|
| | TensionTest () |
| |
| | TensionTest (IO::ParmParse &pp, std::string name) |
| |
| | ~TensionTest () |
| |
| 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 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 |
| |
| 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 |
| |
| | 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 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 |
| |
| 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 |
| |
Definition at line 27 of file TensionTest.H.