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

#include "src/finite_elements/UserDataOperators.hpp"

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

Public Member Functions

 OpSetInvJacH1ForFaceEmbeddedIn3DSpace (boost::shared_ptr< MatrixDouble > inv_jac_ptr)
 

Detailed Description

template<int DERIVARIVE = 1>
struct MoFEM::OpSetInvJacH1ForFaceEmbeddedIn3DSpace< DERIVARIVE >
Examples
mofem/tutorials/scl-9/heat_method.cpp, and mofem/tutorials/vec-4/shallow_wave.cpp.

Definition at line 3769 of file UserDataOperators.hpp.

Constructor & Destructor Documentation

◆ OpSetInvJacH1ForFaceEmbeddedIn3DSpace()

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

Definition at line 3771 of file UserDataOperators.hpp.

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

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