v0.15.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
higher_derivatives.cpp, minimal_surface_area.cpp, and plate.cpp.

Definition at line 3393 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 3395 of file UserDataOperators.hpp.

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