v0.15.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ThermalOps::OpHdivHdivImpl< SPACE_DIM, true > Struct Template Reference

#include "users_modules/multifield-thermoplasticity-private/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)
 
 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() [1/2]

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.

39 {
40 OpHdivHdivImpl(const std::string row_field_name,
41 const std::string col_field_name,
42 ScalarFun resistance_function,
43 boost::shared_ptr<MatrixDouble> mat_Grad_Ptr,
44 boost::shared_ptr<Range> ents_ptr = nullptr)
45 : FiniteThermalOps::OpCalculateQdotQLhs_dQ<SPACE_DIM, GAUSS,
constexpr int SPACE_DIM
[Define dimension]
@ GAUSS
Gaussian quadrature integration.
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)

◆ OpHdivHdivImpl() [2/2]

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 40 of file ThermalOps.hpp.

47 row_field_name, col_field_name, resistance_function, mat_Grad_Ptr,
48 ents_ptr) {}

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