|
template<typename T , typename D > |
MetaPhysicL::DualNumber< T, D > | std::norm (const MetaPhysicL::DualNumber< T, D > &in) |
|
template<typename T , typename D > |
MetaPhysicL::DualNumber< T, D > | std::norm (MetaPhysicL::DualNumber< T, D > &&in) |
|
template<typename T , typename T2 > |
boostcopy::enable_if_c< ScalarTraits< T >::value &&ScalarTraits< T2 >::value, typename CompareTypes< T, T2 >::supertype >::type | libMesh::TensorTools::inner_product (const T &a, const T2 &b) |
|
template<typename T , typename T2 > |
CompareTypes< T, T2 >::supertype | libMesh::TensorTools::inner_product (const TypeVector< T > &a, const TypeVector< T2 > &b) |
|
template<typename T , typename T2 > |
CompareTypes< T, T2 >::supertype | libMesh::TensorTools::inner_product (const TypeTensor< T > &a, const TypeTensor< T2 > &b) |
|
template<unsigned int N, typename T , typename T2 > |
CompareTypes< T, T2 >::supertype | libMesh::TensorTools::inner_product (const TypeNTensor< N, T > &a, const TypeNTensor< N, T2 > &b) |
|
template<typename T > |
T | libMesh::TensorTools::norm_sq (std::complex< T > a) |
|
template<typename T > |
auto | libMesh::TensorTools::norm_sq (const T &a) -> decltype(std::norm(a)) |
|
template<typename T > |
auto | libMesh::TensorTools::norm_sq (const TypeVector< T > &a) -> decltype(std::norm(T())) |
|
template<typename T > |
auto | libMesh::TensorTools::norm_sq (const VectorValue< T > &a) -> decltype(std::norm(T())) |
|
template<typename T > |
bool | libMesh::TensorTools::is_zero (const T &a) |
|
Number | libMesh::TensorTools::curl_from_grad (const VectorValue< Number > &) |
|
VectorValue< Number > | libMesh::TensorTools::curl_from_grad (const TensorValue< Number > &grad) |
| Computes the curl of a vector given the gradient of that vector. More...
|
|
TensorValue< Number > | libMesh::TensorTools::curl_from_grad (const TypeNTensor< 3, Number > &grad) |
|
Number | libMesh::TensorTools::div_from_grad (const VectorValue< Number > &grad) |
| Dummy. Divergence of a scalar not defined, but is needed for ExactSolution to compile. More...
|
|
Number | libMesh::TensorTools::div_from_grad (const TensorValue< Number > &grad) |
| Computes the divergence of a vector given the gradient of that vector. More...
|
|
VectorValue< Number > | libMesh::TensorTools::div_from_grad (const TypeNTensor< 3, Number > &grad) |
|