NuTo
Numerics Tool
Public Member Functions | List of all members
NuTo::ElementCollection Class Referenceabstract

interface for all the cell operations, simply forwarding the corresponding element interfaces More...

#include <ElementCollection.h>

Inheritance diagram for NuTo::ElementCollection:
NuTo::ElementCollectionImpl< TElement >

Public Member Functions

virtual ~ElementCollection ()=default
 
virtual const ElementInterfaceCoordinateElement () const =0
 
virtual const ElementInterfaceDofElement (DofType) const =0
 
virtual const ShapeGetShape () const =0
 

Detailed Description

interface for all the cell operations, simply forwarding the corresponding element interfaces

Remarks
two benefits: a) avoids forwarding all the methods of ElementInterface for both the

Constructor & Destructor Documentation

virtual NuTo::ElementCollection::~ElementCollection ( )
virtualdefault

Member Function Documentation

virtual const ElementInterface& NuTo::ElementCollection::CoordinateElement ( ) const
pure virtual
virtual const ElementInterface& NuTo::ElementCollection::DofElement ( DofType  ) const
pure virtual
virtual const Shape& NuTo::ElementCollection::GetShape ( ) const
pure virtual

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