v0.13.2
Loading...
Searching...
No Matches
Classes | Typedefs | Variables
StdRDOperators Namespace Reference

Classes

struct  BlockData
 
struct  Monitor
 
struct  OpAssembleMass
 
struct  OpAssembleNaturalBCRhs
 
struct  OpAssembleSlowRhs
 
struct  OpAssembleStiffLhs
 
struct  OpAssembleStiffRhs
 
struct  OpComputeSlowValue
 
struct  OpError
 
struct  PreviousData
 

Typedefs

using Ele = FaceElementForcesAndSourcesCore
 
using OpEle = FaceElementForcesAndSourcesCore::UserDataOperator
 
using BoundaryEle = MoFEM::EdgeElementForcesAndSourcesCore
 
using OpBoundaryEle = BoundaryEle::UserDataOperator
 
using EntData = DataForcesAndSourcesCore::EntData
 

Variables

const double B = 0.0
 
int save_every_nth_step = 1
 
const double natural_bc_values = 0.0
 
const double essential_bc_values = 0.0
 
const int order = 2
 
FTensor::Index< 'i', 3 > i
 

Typedef Documentation

◆ BoundaryEle

Definition at line 12 of file rd_stdOperators.hpp.

◆ Ele

Definition at line 9 of file rd_stdOperators.hpp.

◆ EntData

using StdRDOperators::EntData = typedef DataForcesAndSourcesCore::EntData

Definition at line 15 of file rd_stdOperators.hpp.

◆ OpBoundaryEle

Definition at line 13 of file rd_stdOperators.hpp.

◆ OpEle

using StdRDOperators::OpEle = typedef FaceElementForcesAndSourcesCore::UserDataOperator

Definition at line 10 of file rd_stdOperators.hpp.

Variable Documentation

◆ B

const double StdRDOperators::B = 0.0

Definition at line 24 of file rd_stdOperators.hpp.

◆ essential_bc_values

const double StdRDOperators::essential_bc_values = 0.0

Definition at line 27 of file rd_stdOperators.hpp.

◆ i

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

Definition at line 30 of file rd_stdOperators.hpp.

◆ natural_bc_values

const double StdRDOperators::natural_bc_values = 0.0

Definition at line 26 of file rd_stdOperators.hpp.

◆ order

const int StdRDOperators::order = 2

Definition at line 28 of file rd_stdOperators.hpp.

◆ save_every_nth_step

int StdRDOperators::save_every_nth_step = 1

Definition at line 25 of file rd_stdOperators.hpp.