v0.14.0 |
Integrate vector on lhs,. More...
#include <users_modules/minimal_surface_equation/src/MinimalSurfaceElement.hpp>
Public Member Functions | |
OpAssmebleBcLhs (const string field_name, Mat m_a) | |
PetscErrorCode | doWork (int row_side, int col_side, EntityType row_type, EntityType col_type, DataForcesAndSourcesCore::EntData &row_data, DataForcesAndSourcesCore::EntData &col_data) |
Public Attributes | |
Mat | mA |
MatrixDouble | K |
MatrixDouble | transK |
Integrate vector on lhs,.
\[ \mathbf{A} = \int_L \mathbf{N}^\textrm{T}\mathbf{N} \textrm{d}L \]
Definition at line 139 of file MinimalSurfaceElement.hpp.
|
inline |
Definition at line 142 of file MinimalSurfaceElement.hpp.
|
inline |
Definition at line 147 of file MinimalSurfaceElement.hpp.
MatrixDouble MinimalSurfaceEquation::MinimalSurfaceElement::OpAssmebleBcLhs::K |
Definition at line 146 of file MinimalSurfaceElement.hpp.
Mat MinimalSurfaceEquation::MinimalSurfaceElement::OpAssmebleBcLhs::mA |
Definition at line 141 of file MinimalSurfaceElement.hpp.
MatrixDouble MinimalSurfaceEquation::MinimalSurfaceElement::OpAssmebleBcLhs::transK |
Definition at line 146 of file MinimalSurfaceElement.hpp.