$extrastylesheet
Go to the source code of this file.
Namespaces | |
| namespace | libMesh |
| namespace | 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. | |
| TensorValue< Number > | libMesh::TensorTools::curl_from_grad (const TypeNTensor< 3, Number > &) |
| Number | libMesh::TensorTools::div_from_grad (const VectorValue< Number > &grad) |
| Dummy. Divgerence 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< Number > | libMesh::TensorTools::div_from_grad (const TypeNTensor< 3, Number > &) |