v0.15.0
Loading...
Searching...
No Matches
ThermalOps::OpHdivHdivImpl< SPACE_DIM, false > Struct Template Reference

#include "tutorials/adv-2/src/ThermalOps.hpp"

Inheritance diagram for ThermalOps::OpHdivHdivImpl< SPACE_DIM, false >:
[legend]
Collaboration diagram for ThermalOps::OpHdivHdivImpl< SPACE_DIM, false >:
[legend]

Public Member Functions

 OpHdivHdivImpl (const std::string row_field_name, const std::string col_field_name, ScalarFun resistance_function, boost::shared_ptr< MatrixDouble > mat_Grad_Ptr, boost::shared_ptr< Range > ents_ptr=nullptr)
 

Detailed Description

template<int SPACE_DIM>
struct ThermalOps::OpHdivHdivImpl< SPACE_DIM, false >

Definition at line 23 of file ThermalOps.hpp.

Constructor & Destructor Documentation

◆ OpHdivHdivImpl()

template<int SPACE_DIM>
ThermalOps::OpHdivHdivImpl< SPACE_DIM, false >::OpHdivHdivImpl ( const std::string row_field_name,
const std::string col_field_name,
ScalarFun resistance_function,
boost::shared_ptr< MatrixDouble > mat_Grad_Ptr,
boost::shared_ptr< Range > ents_ptr = nullptr )
inline

Definition at line 26 of file ThermalOps.hpp.

31 : FormsIntegrators<DomainEleOp>::Assembly<PETSC>::BiLinearForm<
32 GAUSS>::OpMass<3, SPACE_DIM>(row_field_name, col_field_name,
33 resistance_function, ents_ptr) {}
FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpMass< 1, SPACE_DIM > OpMass
[Only used with Hooke equation (linear material model)]
Definition seepage.cpp:55

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