v0.14.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
heat_method.cpp, and shallow_wave.cpp.

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

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