v0.14.0
Public Member Functions | List of all members
MinimalSurfaceEquation::MinimalSurfaceElement::SurfaceElement Struct Reference

#include <users_modules/minimal_surface_equation/src/MinimalSurfaceElement.hpp>

Inheritance diagram for MinimalSurfaceEquation::MinimalSurfaceElement::SurfaceElement:
[legend]
Collaboration diagram for MinimalSurfaceEquation::MinimalSurfaceElement::SurfaceElement:
[legend]

Public Member Functions

 SurfaceElement (MoFEM::Interface &m_field)
 
int getRule (int order)
 Set integrate rule. More...
 

Detailed Description

Definition at line 41 of file MinimalSurfaceElement.hpp.

Constructor & Destructor Documentation

◆ SurfaceElement()

MinimalSurfaceEquation::MinimalSurfaceElement::SurfaceElement::SurfaceElement ( MoFEM::Interface m_field)
inline

Definition at line 42 of file MinimalSurfaceElement.hpp.

Member Function Documentation

◆ getRule()

int MinimalSurfaceEquation::MinimalSurfaceElement::SurfaceElement::getRule ( int  order)
inline

Set integrate rule.

Definition at line 47 of file MinimalSurfaceElement.hpp.

47 { return 2 * (order - 1) + 1; };

The documentation for this struct was generated from the following file:
order
constexpr int order
Definition: dg_projection.cpp:18
FaceElementForcesAndSourcesCore