Go to the source code of this file.
Classes | |
class | oomph::BoundingElementType< ELEMENT > |
This policy class is used to associate specific bounding elements with specific FluidInterface elements. It must be filled in for every class that uses the SpineUpdateFluidInterface<...> or ElasticUpdateFluidInterface<....> generic template classes. Examples for our default Line, Axisymmetric and Surface types are included below. More... | |
class | oomph::FluidInterfaceAdditionalValues< ELEMENT > |
This policy class is used to allow additional values to be added to the nodes from new surface equations, for examples of usage see the SurfactantTransportFluidInterfaceElements. The use of this class avoids issues with calling virtual functions in constructors and avoids having a global look-up able, although it functions in much the same way. Typically, this will only be filled in by "expert users" and is only required if you want to write generic surface-element classes. Specific classes can always be overloaded on a case-by-case basis. More... | |
class | oomph::FluidInterfaceAdditionalValues< FluidInterfaceElement > |
Specific policy class for the FluidInterfaceElemetnts, which do not require any additional values at the nodes. More... | |
class | oomph::SpineUpdateFluidInterfaceElement< EQUATION_CLASS, DERIVATIVE_CLASS, ELEMENT > |
Generic Spine node update interface template class that can be combined with a given surface equations class and surface derivative class to provide a concrete implementation of any surface element that uses spines. More... | |
class | oomph::SpinePointFluidInterfaceBoundingElement< ELEMENT > |
Spine version of the PointFluidInterfaceBoundingElement. More... | |
class | oomph::SpineLineFluidInterfaceBoundingElement< ELEMENT > |
Spine version of the LineFluidInterfaceBoundingElement. More... | |
class | oomph::SpineLineFluidInterfaceElement< ELEMENT > |
class | oomph::BoundingElementType< SpineUpdateFluidInterfaceElement< FluidInterfaceElement, LineDerivatives, ELEMENT > > |
class | oomph::SpineAxisymmetricFluidInterfaceElement< ELEMENT > |
class | oomph::BoundingElementType< SpineUpdateFluidInterfaceElement< FluidInterfaceElement, AxisymmetricDerivatives, ELEMENT > > |
class | oomph::SpineSurfaceFluidInterfaceElement< ELEMENT > |
class | oomph::BoundingElementType< SpineUpdateFluidInterfaceElement< FluidInterfaceElement, SurfaceDerivatives, ELEMENT > > |
class | oomph::ElasticUpdateFluidInterfaceElement< EQUATION_CLASS, DERIVATIVE_CLASS, ELEMENT > |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
class | oomph::ElasticPointFluidInterfaceBoundingElement< ELEMENT > |
Pseudo-elasticity version of the PointFluidInterfaceBoundingElement. More... | |
class | oomph::ElasticLineFluidInterfaceBoundingElement< ELEMENT > |
Pseudo-elasticity version of the LineFluidInterfaceBoundingElement. More... | |
class | oomph::ElasticLineFluidInterfaceElement< ELEMENT > |
Specialise the elastic update template class to concrete 1D case. More... | |
class | oomph::BoundingElementType< ElasticUpdateFluidInterfaceElement< FluidInterfaceElement, LineDerivatives, ELEMENT > > |
Define the BoundingElement type associated with the 1D surface element. More... | |
class | oomph::ElasticAxisymmetricFluidInterfaceElement< ELEMENT > |
Specialise the Elastic update case to axisymmetric equations. More... | |
class | oomph::BoundingElementType< ElasticUpdateFluidInterfaceElement< FluidInterfaceElement, AxisymmetricDerivatives, ELEMENT > > |
class | oomph::ElasticSurfaceFluidInterfaceElement< ELEMENT > |
Specialise Elastic update case to the concrete 2D case. More... | |
class | oomph::BoundingElementType< ElasticUpdateFluidInterfaceElement< FluidInterfaceElement, SurfaceDerivatives, ELEMENT > > |
Namespaces | |
oomph | |