#include "users_modules/multifield-thermoplasticity-private/tutorials/adv-2/src/FiniteThermalOps.hpp"
|
| | 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) |
| |
template<int SPACE_DIM>
struct FiniteThermalOps::OpHdivHdivImpl< SPACE_DIM, true >
Definition at line 373 of file FiniteThermalOps.hpp.
◆ OpHdivHdivImpl()
template<int SPACE_DIM>
| FiniteThermalOps::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 375 of file FiniteThermalOps.hpp.
380 : OpCalculateQdotQLhs_dQ<SPACE_DIM, GAUSS, AssemblyDomainEleOp>(
381 row_field_name, col_field_name, resistance_function, mat_Grad_Ptr,
382 ents_ptr) {}
The documentation for this struct was generated from the following file: