|
| template<typename T > |
| T | Solver::Nonlocal::Detail::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 | Solver::Nonlocal::Detail::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 | Solver::Nonlocal::Detail::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 > | Solver::Nonlocal::Detail::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 | Solver::Nonlocal::Detail::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]) |
| |