|
| template<typename T > |
| T | FaceModel (const amrex::Array4< const T > &model, const int i, const int j, const int k, const int face) |
| |
| template<typename T , typename U > |
| Set::Matrix | FaceKinematicVariable (const T &model, const U &u, const int i, const int j, const int k, const int face, const Set::Scalar dx[AMREX_SPACEDIM]) |
| |
| template<typename T , typename U > |
| Set::Matrix | FaceStress (const amrex::Array4< const T > &model, const U &u, const int i, const int j, const int k, const int face, const Set::Scalar dx[AMREX_SPACEDIM]) |
| |
| template<typename T , typename U > |
| Set::Matrix4< AMREX_SPACEDIM, T::sym > | FaceTangent (const amrex::Array4< const T > &model, const U &u, const int i, const int j, const int k, const int face, const Set::Scalar dx[AMREX_SPACEDIM]) |
| |
| template<typename T , typename U > |
| Set::Vector | FaceStressDivergence (const amrex::Array4< const T > &model, const U &u, const int i, const int j, const int k, const Set::Scalar dx[AMREX_SPACEDIM]) |
| |