v0.14.0
Loading...
Searching...
No Matches
Classes | Namespaces
MinimalSurfaceElement.hpp File Reference

Implementation of minimal surface element. More...

Go to the source code of this file.

Classes

struct  MinimalSurfaceEquation::MinimalSurfaceElement
 Implementation of minimal area element. More...
 
struct  MinimalSurfaceEquation::MinimalSurfaceElement::SurfaceElement
 
struct  MinimalSurfaceEquation::MinimalSurfaceElement::EdgeElement
 Bondary problem. More...
 
struct  MinimalSurfaceEquation::MinimalSurfaceElement::CommonData
 Keep date between operators. More...
 
struct  MinimalSurfaceEquation::MinimalSurfaceElement::OpAssmebleBcRhs
 Integrate vector on rhs,. More...
 
struct  MinimalSurfaceEquation::MinimalSurfaceElement::OpAssmebleBcLhs
 Integrate vector on lhs,. More...
 
struct  MinimalSurfaceEquation::MinimalSurfaceElement::OpGetDataAtGaussPts
 Evaluate function values and gradients at Gauss Pts. More...
 
struct  MinimalSurfaceEquation::MinimalSurfaceElement::OpCalculateCoefficientsAtGaussPts
 Evaluate function values and gradients at Gauss Pts. More...
 
struct  MinimalSurfaceEquation::MinimalSurfaceElement::OpAssembleResidaul
 Assemble residual. More...
 
struct  MinimalSurfaceEquation::MinimalSurfaceElement::OpAssembleTangent
 Assemble tangent matrix. More...
 

Namespaces

namespace  MinimalSurfaceEquation
 Minimal surface equation.
 

Detailed Description

Implementation of minimal surface element.

Implementation is based on: https://www.dealii.org/developer/doxygen/deal.II/step_15.html

Definition in file MinimalSurfaceElement.hpp.