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

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

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

Definition at line 390 of file FiniteThermalOps.hpp.

Constructor & Destructor Documentation

◆ OpHdivFluxImpl()

template<int SPACE_DIM>
FiniteThermalOps::OpHdivFluxImpl< SPACE_DIM, false >::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 393 of file FiniteThermalOps.hpp.

398 : FormsIntegrators<DomainEleOp>::Assembly<PETSC>::LinearForm<
399 GAUSS>::OpBaseTimesVector<3, SPACE_DIM, 1>(field_name, vec,
400 resistance_function,
401 ents_ptr) {}
@ GAUSS
Gaussian quadrature integration.
@ PETSC
Standard PETSc assembly.
constexpr auto field_name

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