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

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

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

Public Member Functions

 OpHdivFluxImpl (const std::string field_name, boost::shared_ptr< MatrixDouble > vec, 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::OpHdivFluxImpl< SPACE_DIM, false >

Definition at line 86 of file ThermalOps.hpp.

Constructor & Destructor Documentation

◆ OpHdivFluxImpl()

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

Definition at line 89 of file ThermalOps.hpp.

94 : FormsIntegrators<DomainEleOp>::Assembly<PETSC>::LinearForm<
95 GAUSS>::OpBaseTimesVector<3, SPACE_DIM, 1>(field_name, vec,
96 resistance_function,
97 ents_ptr) {}
constexpr auto field_name

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