![]() |
v0.16.0 |
User data Operators for calculating norms. More...
Go to the source code of this file.
Classes | |
| struct | MoFEM::OpCalcNormL2Tensor0 |
| Get norm of input VectorDouble for Tensor0. More... | |
| struct | MoFEM::OpCalcNormL2Tensor1< DIM > |
| Get norm of input MatrixDouble for Tensor1. More... | |
| struct | MoFEM::OpCalcNormL2Tensor2< DIM_1, DIM_2 > |
| Get norm of input MatrixDouble for Tensor2. More... | |
| struct | MoFEM::OpCalcNormL2Tensor2Symmetric< DIM > |
| Get norm of input MatrixDouble for symmetric Tensor2. More... | |
| struct | MoFEM::OpGetTensor0fromFunc |
| Get values from scalar function at integration points and save them to VectorDouble for Tensor0. More... | |
| struct | MoFEM::OpGetTensor1fromFunc< TENS_DIM, FUNC_DIM > |
| Get values from vector function at integration points and save them to MatrixDouble for Tensor1. More... | |
| struct | MoFEM::OpGetTensor2fromFunc< TENS_DIM, FUNC_DIM > |
| Get values from matrix function at integration points and save them to MatrixDouble for Tensor2. More... | |
| struct | MoFEM::OpGetTensor2SymmetricfromFunc< TENS_DIM, FUNC_DIM > |
| Get values from matrix function in symmetric tensor storage at integration points and save them to MatrixDouble for symmetric Tensor2. More... | |
Namespaces | |
| namespace | MoFEM |
| implementation of Data Operators for Forces and Sources | |
Typedefs | |
| typedef boost::function< VectorDouble(const double, const double, const double)> | MoFEM::VectorFunc |
| typedef boost::function< MatrixDouble(const double, const double, const double)> | MoFEM::MatrixFunc |
User data Operators for calculating norms.
Definition in file NormsOperators.hpp.