v0.14.0 |
Keep date between operators. More...
#include <users_modules/minimal_surface_equation/src/MinimalSurfaceElement.hpp>
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... | |
Keep date between operators.
Definition at line 75 of file MinimalSurfaceElement.hpp.
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.
MatrixDouble MinimalSurfaceEquation::MinimalSurfaceElement::CommonData::aNbyGradU |
nb_gauss_pts x 2, \(a_n \nabla u\)
Definition at line 80 of file MinimalSurfaceElement.hpp.
MatrixDouble MinimalSurfaceEquation::MinimalSurfaceElement::CommonData::aNpow3byGradU |
nb_gauss_pts x 2, \(a_n^3 \nabla u\)
Definition at line 81 of file MinimalSurfaceElement.hpp.
MatrixDouble MinimalSurfaceEquation::MinimalSurfaceElement::CommonData::gradU |
nb_gauss_pts x 2 gradients at integration pts
Definition at line 76 of file MinimalSurfaceElement.hpp.
VectorDouble MinimalSurfaceEquation::MinimalSurfaceElement::CommonData::normGradU2 |
size of nb_gauss_pts, norm of gradient
Definition at line 77 of file MinimalSurfaceElement.hpp.