v0.15.0
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
EdgeFlippingOps.hpp File Reference

Go to the source code of this file.

Classes

struct  EdgeFlippingOps::filterScalarSolution< A, I >
 Filter for scalar fields. More...
 
struct  EdgeFlippingOps::OpRhsScalarLeastSquaresProj< A, I, DIM >
 Rhs for mapping scalar fields with least squares. More...
 
struct  EdgeFlippingOps::OpRhsH1VectorLeastSquaresProj< A, I, DIM >
 Rhs for mapping vector fields with a scalar basis with least squares. More...
 
struct  EdgeFlippingOps::OpRhsSymTensorLeastSquaresProj< A, I, DIM >
 Rhs for mapping symmetric tensor fields with least squares. More...
 
struct  EdgeFlippingOps::OpLhsSymTensorLeastSquaresProjImpl< DIM, GAUSS, AssemblyDomainEleOp >
 
struct  EdgeFlippingOps::OpRhsHdivLeastSquaresProj< A, I, DIM >
 Rhs for mapping vector fields with an Hdiv basis with least squares. More...
 
struct  EdgeFlippingOps::OpRhsSetInitEP< A, I, DIM >
 Rhs for testing EP mapping with initial conditions. More...
 

Namespaces

namespace  EdgeFlippingOps
 

Typedefs

template<int DIM, IntegrationType I>
using EdgeFlippingOps::OpLhsSymTensorLeastSquaresProj = OpLhsSymTensorLeastSquaresProjImpl< DIM, I, AssemblyDomainEleOp >