Alamo
Functions
Solver::Nonlocal::Detail Namespace Reference

Functions

template<typename 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])
 

Function Documentation

◆ FaceKinematicVariable()

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] 
)
inline

Definition at line 32 of file Newton.H.

◆ FaceModel()

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 
)
inline

Definition at line 19 of file Newton.H.

◆ FaceStress()

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] 
)
inline

Definition at line 49 of file Newton.H.

◆ FaceStressDivergence()

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] 
)
inline

Definition at line 73 of file Newton.H.

◆ FaceTangent()

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] 
)
inline

Definition at line 61 of file Newton.H.