v0.14.0
Public Types | List of all members
MoFEM::NaturalBC< EleOp >::Assembly< A >::LinearForm< I > Struct Template Reference

#include <src/boundary_conditions/Natural.hpp>

Public Types

template<typename T , int BASE_DIM, int FIELD_DIM>
using OpFlux = OpFluxRhsImpl< T, BASE_DIM, FIELD_DIM, A, I, EleOp >
 
template<typename T >
using AddFluxToPipeline = AddFluxToRhsPipelineImpl< T, A, I, EleOp >
 

Detailed Description

template<typename EleOp>
template<AssemblyType A>
template<IntegrationType I>
struct MoFEM::NaturalBC< EleOp >::Assembly< A >::LinearForm< I >

Examples
adolc_plasticity.cpp, dynamic_first_order_con_law.cpp, free_surface.cpp, nonlinear_elastic.cpp, plastic.cpp, seepage.cpp, and thermo_elastic.cpp.

Definition at line 67 of file Natural.hpp.

Member Typedef Documentation

◆ AddFluxToPipeline

template<typename EleOp >
template<AssemblyType A>
template<IntegrationType I>
template<typename T >
using MoFEM::NaturalBC< EleOp >::Assembly< A >::LinearForm< I >::AddFluxToPipeline = AddFluxToRhsPipelineImpl<T, A, I, EleOp>

Definition at line 71 of file Natural.hpp.

◆ OpFlux

template<typename EleOp >
template<AssemblyType A>
template<IntegrationType I>
template<typename T , int BASE_DIM, int FIELD_DIM>
using MoFEM::NaturalBC< EleOp >::Assembly< A >::LinearForm< I >::OpFlux = OpFluxRhsImpl<T, BASE_DIM, FIELD_DIM, A, I, EleOp>

Definition at line 69 of file Natural.hpp.


The documentation for this struct was generated from the following file: