#include "users_modules/multifield-thermoplasticity-private/tutorials/adv-2/src/FiniteThermalOps.hpp"
|
| | 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) |
| |
template<int SPACE_DIM>
struct FiniteThermalOps::OpHdivFluxImpl< SPACE_DIM, true >
Definition at line 404 of file FiniteThermalOps.hpp.
◆ OpHdivFluxImpl()
template<int SPACE_DIM>
| FiniteThermalOps::OpHdivFluxImpl< SPACE_DIM, true >::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 406 of file FiniteThermalOps.hpp.
411 : OpCalculateQdotQRhs<SPACE_DIM, GAUSS, AssemblyDomainEleOp>(
412 field_name, vec, resistance_function, mat_Grad_Ptr, ents_ptr) {}
constexpr auto field_name
The documentation for this struct was generated from the following file: