v0.14.0 |
Integrate vector on rhs,. More...
#include <users_modules/minimal_surface_equation/src/MinimalSurfaceElement.hpp>
Public Member Functions | |
OpAssmebleBcRhs (const string field_name, Vec v_f) | |
virtual double | evalFunction (double x, double y) |
Function on boundary Inherit this class and overload this function to change bc. More... | |
PetscErrorCode | doWork (int side, EntityType type, DataForcesAndSourcesCore::EntData &data) |
Public Attributes | |
Vec | vF |
VectorDouble | nF |
Integrate vector on rhs,.
\[ \mathbf{F} = \int_L \mathbf{N}^\textrm{T} g(x,y) \textrm{d}L \]
Definition at line 91 of file MinimalSurfaceElement.hpp.
|
inline |
Definition at line 94 of file MinimalSurfaceElement.hpp.
|
inline |
Definition at line 108 of file MinimalSurfaceElement.hpp.
|
inlinevirtual |
Function on boundary Inherit this class and overload this function to change bc.
Definition at line 102 of file MinimalSurfaceElement.hpp.
VectorDouble MinimalSurfaceEquation::MinimalSurfaceElement::OpAssmebleBcRhs::nF |
Definition at line 107 of file MinimalSurfaceElement.hpp.
Vec MinimalSurfaceEquation::MinimalSurfaceElement::OpAssmebleBcRhs::vF |
Definition at line 93 of file MinimalSurfaceElement.hpp.