v0.14.0
Loading...
Searching...
No Matches
Classes | Typedefs | Variables
UFOperators2D Namespace Reference

Classes

struct  BlockData
 
struct  Monitor
 
struct  OpAssembleNaturalBCRhs
 
struct  OpAssembleStiffLhs
 
struct  OpAssembleStiffRhs
 
struct  PreviousData
 

Typedefs

using VolEle = MoFEM::FaceElementForcesAndSourcesCore
 
using FaceEle = MoFEM::EdgeElementForcesAndSourcesCore
 
using OpVolEle = VolEle::UserDataOperator
 
using OpFaceEle = FaceEle::UserDataOperator
 
using EntData = DataForcesAndSourcesCore::EntData
 
using PostProc = PostProcFaceOnRefinedMesh
 

Variables

int nth_step = 4
 
constexpr double natural_bc_values = -1
 
constexpr double essential_bc_values = 0.0
 
constexpr double eps = 1e-16
 
FTensor::Index< 'i', 3 > i
 
BlockData block_map
 

Typedef Documentation

◆ EntData

using UFOperators2D::EntData = typedef DataForcesAndSourcesCore::EntData

Definition at line 15 of file Unsaturated2DFlowUDOP.hpp.

◆ FaceEle

Definition at line 10 of file Unsaturated2DFlowUDOP.hpp.

◆ OpFaceEle

Definition at line 13 of file Unsaturated2DFlowUDOP.hpp.

◆ OpVolEle

Definition at line 12 of file Unsaturated2DFlowUDOP.hpp.

◆ PostProc

Definition at line 17 of file Unsaturated2DFlowUDOP.hpp.

◆ VolEle

Definition at line 9 of file Unsaturated2DFlowUDOP.hpp.

Variable Documentation

◆ block_map

BlockData UFOperators2D::block_map

Definition at line 128 of file Unsaturated2DFlowUDOP.hpp.

◆ eps

constexpr double UFOperators2D::eps = 1e-16
constexpr

Definition at line 22 of file Unsaturated2DFlowUDOP.hpp.

◆ essential_bc_values

constexpr double UFOperators2D::essential_bc_values = 0.0
constexpr

Definition at line 21 of file Unsaturated2DFlowUDOP.hpp.

◆ i

FTensor::Index<'i', 3> UFOperators2D::i

Definition at line 25 of file Unsaturated2DFlowUDOP.hpp.

◆ natural_bc_values

constexpr double UFOperators2D::natural_bc_values = -1
constexpr

Definition at line 20 of file Unsaturated2DFlowUDOP.hpp.

◆ nth_step

int UFOperators2D::nth_step = 4

Definition at line 19 of file Unsaturated2DFlowUDOP.hpp.