libMesh
Loading...
Searching...
No Matches
Namespaces | Functions
tensor_tools.C File Reference

Go to the source code of this file.

Namespaces

namespace  libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 
namespace  libMesh::TensorTools
 

Functions

Number libMesh::TensorTools::curl_from_grad (const VectorValue< Number > &)
 
VectorValue< NumberlibMesh::TensorTools::curl_from_grad (const TensorValue< Number > &grad)
 Computes the curl of a vector given the gradient of that vector.
 
TensorValue< NumberlibMesh::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.
 
Number libMesh::TensorTools::div_from_grad (const TensorValue< Number > &grad)
 Computes the divergence of a vector given the gradient of that vector.
 
VectorValue< NumberlibMesh::TensorTools::div_from_grad (const TypeNTensor< 3, Number > &grad)