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... | |
Specific policy class for the FluidInterfaceElemetnts, which do not require any additional values at the nodes.
Definition at line 119 of file specific_node_update_interface_elements.h.
|
inline |
Empty constructor.
Definition at line 106 of file specific_node_update_interface_elements.h.
References oomph::FluidInterfaceAdditionalValues< ELEMENT >::error_message().
|
inline |
Specific interface that states how many additional values are required for the n-th node. No additional values.
Definition at line 127 of file specific_node_update_interface_elements.h.
|
inline |
Specify any additional index setup information that is required; i.e. the look-up schemes for the additional values. Empty.
Definition at line 135 of file specific_node_update_interface_elements.h.