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

Bondary problem. More...

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

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

Public Member Functions

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

Detailed Description

Bondary problem.

\[ \int_L \mathbf{N}^\textrm{T}\mathbf{N} \textrm{d}L \; \mathbf{u} = \int_L \mathbf{N}^\textrm{T} g(x,y) \textrm{d}L \]

Definition at line 57 of file MinimalSurfaceElement.hpp.

Constructor & Destructor Documentation

◆ EdgeElement()

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

Definition at line 58 of file MinimalSurfaceElement.hpp.

Member Function Documentation

◆ getRule()

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

Set integrate rule.

Definition at line 63 of file MinimalSurfaceElement.hpp.

63 { return 2 * order; };

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