v0.14.0
Classes | Namespaces | Typedefs | Variables
nonlinear_poisson_2d.hpp File Reference
#include <stdlib.h>
#include <BasicFiniteElements.hpp>

Go to the source code of this file.

Classes

struct  NonlinearPoissonOps::DataAtGaussPoints
 
struct  NonlinearPoissonOps::OpDomainTangentMatrix
 
struct  NonlinearPoissonOps::OpDomainResidualVector
 
struct  NonlinearPoissonOps::OpBoundaryTangentMatrix
 
struct  NonlinearPoissonOps::OpBoundaryResidualVector
 

Namespaces

 NonlinearPoissonOps
 

Typedefs

using FaceEle = MoFEM::FaceElementForcesAndSourcesCore
 
using EdgeEle = MoFEM::EdgeElementForcesAndSourcesCore
 
using OpFaceEle = MoFEM::FaceElementForcesAndSourcesCore::UserDataOperator
 
using OpEdgeEle = MoFEM::EdgeElementForcesAndSourcesCore::UserDataOperator
 
using EntData = EntitiesFieldData::EntData
 
typedef boost::function< double(const double, const double, const double)> NonlinearPoissonOps::ScalarFunc
 

Variables

FTensor::Index< 'i', 2 > NonlinearPoissonOps::i
 

Typedef Documentation

◆ EdgeEle

Definition at line 8 of file nonlinear_poisson_2d.hpp.

◆ EntData

Definition at line 13 of file nonlinear_poisson_2d.hpp.

◆ FaceEle

Definition at line 7 of file nonlinear_poisson_2d.hpp.

◆ OpEdgeEle

Definition at line 11 of file nonlinear_poisson_2d.hpp.

◆ OpFaceEle

Definition at line 10 of file nonlinear_poisson_2d.hpp.