Public Member Functions | List of all members
oomph::FluidInterfaceAdditionalValues< FluidInterfaceElement > Class Template Reference

Specific policy class for the FluidInterfaceElemetnts, which do not require any additional values at the nodes. More...

#include <specific_node_update_interface_elements.h>

Public Member Functions

 FluidInterfaceAdditionalValues ()
 Empty constructor. More...
 
unsigned nadditional_values (const unsigned &n)
 Specific interface that states how many additional values are required for the n-th node. No additional values. More...
 
void setup_equation_indices (FluidInterfaceElement *const &element_pt, const unsigned &id)
 Specify any additional index setup information that is required; i.e. the look-up schemes for the additional values. Empty. More...
 

Detailed Description

template<>
class oomph::FluidInterfaceAdditionalValues< FluidInterfaceElement >

Specific policy class for the FluidInterfaceElemetnts, which do not require any additional values at the nodes.

Definition at line 122 of file specific_node_update_interface_elements.h.

Constructor & Destructor Documentation

◆ FluidInterfaceAdditionalValues()

Empty constructor.

Definition at line 127 of file specific_node_update_interface_elements.h.

Member Function Documentation

◆ nadditional_values()

unsigned oomph::FluidInterfaceAdditionalValues< FluidInterfaceElement >::nadditional_values ( const unsigned &  n)
inline

Specific interface that states how many additional values are required for the n-th node. No additional values.

Definition at line 131 of file specific_node_update_interface_elements.h.

◆ setup_equation_indices()

void oomph::FluidInterfaceAdditionalValues< FluidInterfaceElement >::setup_equation_indices ( FluidInterfaceElement *const &  element_pt,
const unsigned &  id 
)
inline

Specify any additional index setup information that is required; i.e. the look-up schemes for the additional values. Empty.

Definition at line 137 of file specific_node_update_interface_elements.h.


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