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

#include <interface_elements.h>

+ Inheritance diagram for oomph::AxisymmetricDerivatives:

Public Member Functions

 AxisymmetricDerivatives ()
 

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 AxisymmetricInterfaceElements. These are defined in a separate class so that they can be used by other interface equation-type classes.

Definition at line 669 of file interface_elements.h.

Constructor & Destructor Documentation

◆ AxisymmetricDerivatives()

oomph::AxisymmetricDerivatives::AxisymmetricDerivatives ( )
inline

Definition at line 673 of file interface_elements.h.

References oomph::FaceElement::interpolated_x().

Member Function Documentation

◆ compute_surface_derivatives()

double oomph::AxisymmetricDerivatives::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 
)
protected

Fill in the specific surface derivative calculations.

Specialise the surface derivatives for the axisymmetric interface case.

Definition at line 803 of file interface_elements.cc.

References i, and oomph::Shape::nindex1().


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