Public Member Functions | Protected Member Functions | List of all members
oomph::SurfaceDerivatives Class Reference

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. More...

#include <interface_elements.h>

Inheritance diagram for oomph::SurfaceDerivatives:
oomph::ElasticUpdateFluidInterfaceElement< FluidInterfaceElement, SurfaceDerivatives, ELEMENT > oomph::SpineUpdateFluidInterfaceElement< FluidInterfaceElement, SurfaceDerivatives, ELEMENT > oomph::SpineUpdateFluidInterfaceElement< SurfactantTransportInterfaceElement, SurfaceDerivatives, ELEMENT > oomph::ElasticSurfaceFluidInterfaceElement< ELEMENT > oomph::SpineSurfaceFluidInterfaceElement< ELEMENT > oomph::SpineSurfaceSurfactantTransportInterfaceElement< ELEMENT >

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...
 

Detailed Description

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 708 of file interface_elements.h.

Constructor & Destructor Documentation

◆ SurfaceDerivatives()

oomph::SurfaceDerivatives::SurfaceDerivatives ( )
inline

Definition at line 712 of file interface_elements.h.

Member Function Documentation

◆ compute_surface_derivatives()

double oomph::SurfaceDerivatives::compute_surface_derivatives ( const Shape &  psi,
const DShape &  dpsids,
const DenseMatrix< double > &  interpolated_t,
const Vector< double > &  interpolated_x,
DShape &  dpsidS,
DShape &  dpsidS_div 
)
protected

Fill in the specific surface derivative calculations.

///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////

Specialise the surface derivatives for 2D surface case

Definition at line 847 of file interface_elements.cc.


The documentation for this class was generated from the following files: