tensor_tools.C File Reference

Go to the source code of this file.

Namespaces

 libMesh
 
 libMesh::TensorTools
 

Functions

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