v0.14.0
Classes | Namespaces | Typedefs
NormsOperators.hpp File Reference

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::OpGetTensor0fromFunc
 Get values from scalar function at integration points and save them to VectorDouble for Tensor0. More...
 
struct  MoFEM::OpGetTensor1fromFunc< SPACE_DIM, BASE_DIM >
 

Namespaces

 MoFEM
 implementation of Data Operators for Forces and Sources
 

Typedefs

typedef boost::function< VectorDouble(const double, const double, const double)> MoFEM::VectorFunc
 

Detailed Description

User data Operators for calculating norms.

Definition in file NormsOperators.hpp.