v0.14.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MoFEM::OpSetInvJacH1ForFace< DERIVARIVE > Struct Template Reference

#include <src/finite_elements/UserDataOperators.hpp>

Inheritance diagram for MoFEM::OpSetInvJacH1ForFace< DERIVARIVE >:
[legend]
Collaboration diagram for MoFEM::OpSetInvJacH1ForFace< DERIVARIVE >:
[legend]

Public Member Functions

 OpSetInvJacH1ForFace (boost::shared_ptr< MatrixDouble > inv_jac_ptr)
 

Detailed Description

template<int DERIVARIVE = 1>
struct MoFEM::OpSetInvJacH1ForFace< DERIVARIVE >
Examples
cell_forces.cpp, higher_derivatives.cpp, minimal_surface_area.cpp, and plate.cpp.

Definition at line 2867 of file UserDataOperators.hpp.

Constructor & Destructor Documentation

◆ OpSetInvJacH1ForFace()

template<int DERIVARIVE = 1>
MoFEM::OpSetInvJacH1ForFace< DERIVARIVE >::OpSetInvJacH1ForFace ( boost::shared_ptr< MatrixDouble inv_jac_ptr)
inline

Definition at line 2869 of file UserDataOperators.hpp.

2870 : OpSetInvJacSpaceForFaceImpl<2, DERIVARIVE>(H1, inv_jac_ptr) {}
@ H1
continuous field
Definition: definitions.h:85

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