v0.14.0
Public Attributes | List of all members
MinimalSurfaceEquation::MinimalSurfaceElement::CommonData Struct Reference

Keep date between operators. More...

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

Collaboration diagram for MinimalSurfaceEquation::MinimalSurfaceElement::CommonData:
[legend]

Public Attributes

MatrixDouble gradU
 nb_gauss_pts x 2 gradients at integration pts More...
 
VectorDouble normGradU2
 size of nb_gauss_pts, norm of gradient More...
 
VectorDouble aN
 size of nb_gauss_pts, \(a_n = \frac{1}{\sqrt{1+\|u_i\|^2}}\) More...
 
MatrixDouble aNbyGradU
 nb_gauss_pts x 2, \(a_n \nabla u\) More...
 
MatrixDouble aNpow3byGradU
 nb_gauss_pts x 2, \(a_n^3 \nabla u\) More...
 

Detailed Description

Keep date between operators.

Examples
minimal_surface_area.cpp.

Definition at line 75 of file MinimalSurfaceElement.hpp.

Member Data Documentation

◆ aN

VectorDouble MinimalSurfaceEquation::MinimalSurfaceElement::CommonData::aN

size of nb_gauss_pts, \(a_n = \frac{1}{\sqrt{1+\|u_i\|^2}}\)

Definition at line 79 of file MinimalSurfaceElement.hpp.

◆ aNbyGradU

MatrixDouble MinimalSurfaceEquation::MinimalSurfaceElement::CommonData::aNbyGradU

nb_gauss_pts x 2, \(a_n \nabla u\)

Definition at line 80 of file MinimalSurfaceElement.hpp.

◆ aNpow3byGradU

MatrixDouble MinimalSurfaceEquation::MinimalSurfaceElement::CommonData::aNpow3byGradU

nb_gauss_pts x 2, \(a_n^3 \nabla u\)

Definition at line 81 of file MinimalSurfaceElement.hpp.

◆ gradU

MatrixDouble MinimalSurfaceEquation::MinimalSurfaceElement::CommonData::gradU

nb_gauss_pts x 2 gradients at integration pts

Definition at line 76 of file MinimalSurfaceElement.hpp.

◆ normGradU2

VectorDouble MinimalSurfaceEquation::MinimalSurfaceElement::CommonData::normGradU2

size of nb_gauss_pts, norm of gradient

Definition at line 77 of file MinimalSurfaceElement.hpp.


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