v0.14.0
Public Types | Public Member Functions | List of all members
MoFEM::OpEssentialLhsImpl< TemperatureCubitBcData, 1, 1, A, I, OpBase > Struct Template Reference

#include <src/boundary_conditions/EssentialTemperatureCubitBcData.hpp>

Inheritance diagram for MoFEM::OpEssentialLhsImpl< TemperatureCubitBcData, 1, 1, A, I, OpBase >:
[legend]
Collaboration diagram for MoFEM::OpEssentialLhsImpl< TemperatureCubitBcData, 1, 1, A, I, OpBase >:
[legend]

Public Types

using OpMass = typename FormsIntegrators< OpBase >::template Assembly< A >::template BiLinearForm< I >::template OpMass< 1, 1 >
 

Public Member Functions

 OpEssentialLhsImpl (const std::string field_name, boost::shared_ptr< Range > ents_ptr)
 

Detailed Description

template<AssemblyType A, IntegrationType I, typename OpBase>
struct MoFEM::OpEssentialLhsImpl< TemperatureCubitBcData, 1, 1, A, I, OpBase >

Definition at line 60 of file EssentialTemperatureCubitBcData.hpp.

Member Typedef Documentation

◆ OpMass

template<AssemblyType A, IntegrationType I, typename OpBase >
using MoFEM::OpEssentialLhsImpl< TemperatureCubitBcData, 1, 1, A, I, OpBase >::OpMass = typename FormsIntegrators<OpBase>::template Assembly< A>::template BiLinearForm<I>::template OpMass<1, 1>

Definition at line 65 of file EssentialTemperatureCubitBcData.hpp.

Constructor & Destructor Documentation

◆ OpEssentialLhsImpl()

template<AssemblyType A, IntegrationType I, typename OpBase >
MoFEM::OpEssentialLhsImpl< TemperatureCubitBcData, 1, 1, A, I, OpBase >::OpEssentialLhsImpl ( const std::string  field_name,
boost::shared_ptr< Range ents_ptr 
)

Definition at line 73 of file EssentialTemperatureCubitBcData.hpp.

76  : OpMass(
78 
79  [](double, double, double) constexpr { return 1; },
80 
81  ents_ptr) {}

The documentation for this struct was generated from the following file:
MoFEM::OpEssentialLhsImpl< TemperatureCubitBcData, 1, 1, A, I, OpBase >::OpMass
typename FormsIntegrators< OpBase >::template Assembly< A >::template BiLinearForm< I >::template OpMass< 1, 1 > OpMass
Definition: EssentialTemperatureCubitBcData.hpp:65
field_name
constexpr auto field_name
Definition: poisson_2d_homogeneous.cpp:13