#include <interface_elements.h>
Public Member Functions | |
SurfaceDerivatives () | |
Protected Member Functions | |
double | compute_surface_derivatives (const Shape &psi, const DShape &dpsids, const DenseMatrix< double > &interpolated_t, const Vector< double > &interpolated_x, DShape &surface_gradient, DShape &surface_divergence) |
Fill in the specific surface derivative calculations. More... | |
Class that establishes the surface derivative functions for SurfaceInterfaceElements (2D surfaces in 3D space) These are defined in a separate class so that they can be used by other interface equation-type classes.
Definition at line 694 of file interface_elements.h.
|
inline |
Definition at line 698 of file interface_elements.h.
References oomph::FaceElement::interpolated_x().
|
protected |
Fill in the specific surface derivative calculations.
Specialise the surface derivatives for 2D surface case.
Definition at line 851 of file interface_elements.cc.
References i, and oomph::Shape::nindex1().