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

#include "users_modules/multifield-thermoplasticity-private/tutorials/adv-2/src/FiniteThermalOps.hpp"

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

Definition at line 404 of file FiniteThermalOps.hpp.

Constructor & Destructor Documentation

◆ 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: