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

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

Inheritance diagram for ThermalOps::OpHdivHdivImpl< SPACE_DIM, true >:
[legend]
Collaboration diagram for ThermalOps::OpHdivHdivImpl< SPACE_DIM, true >:
[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, true >

Definition at line 37 of file ThermalOps.hpp.

Constructor & Destructor Documentation

◆ OpHdivHdivImpl()

template<int SPACE_DIM>
ThermalOps::OpHdivHdivImpl< SPACE_DIM, true >::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 39 of file ThermalOps.hpp.

45 row_field_name, col_field_name, resistance_function, mat_Grad_Ptr,
46 ents_ptr) {}

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