Class documentation of Concepts

Loading...
Searching...
No Matches

#include <vectorial.hh>

Inheritance diagram for vectorial::Element< F >:
vectorial::ElementBase< concepts::Element< F > > vectorial::Vectorial< F > concepts::Element< F > concepts::OutputOperator

Public Types

typedef ElementType::type F
 
typedef F type
 

Public Member Functions

 Element (uint vdim, uint arrayWidth=0)
 
virtual void put (concepts::Element< F > &em, const int dim, const int b=0)
 
virtual vectorial::TMatrix< F > & T () const
 
virtual const Graphics< F > * graphics () const
 
virtual void insert (F &vdata, const int a=0, const int b=0)
 Add a component.
 
virtual const F * get (const int a, const int b=0) const
 Get a component.
 
uint vdim () const
 Returns number of components.
 
uint & tag ()
 Returns the tag.
 

Static Public Member Functions

static Graphics< F > * vecGraphics ()
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 

Protected Attributes

std::unique_ptr< vectorial::TMatrix< F > > T_
 T matrix for the vector valued element.
 
uint vdim_
 Number of components.
 
uint idx_
 Index of the last added component.
 
concepts::Array< F * > vdata_
 Storage.
 

Detailed Description

template<class F>
class vectorial::Element< F >

Vector valued element

Author
Kersten Schmidt, 2002

Definition at line 270 of file vectorial.hh.

Member Typedef Documentation

◆ F

typedef ElementType::type vectorial::ElementBase< concepts::Element< F > >::F
inherited

Definition at line 227 of file vectorial.hh.

◆ type

template<class F >
typedef F concepts::Element< F >::type
inherited

Definition at line 54 of file element.hh.

Constructor & Destructor Documentation

◆ Element()

template<class F >
vectorial::Element< F >::Element ( uint  vdim,
uint  arrayWidth = 0 
)
inline

Definition at line 272 of file vectorial.hh.

◆ ~Element()

template<class F >
virtual vectorial::Element< F >::~Element ( )
virtual

Reimplemented from concepts::Element< F >.

Member Function Documentation

◆ get()

template<class F >
virtual const F * vectorial::Vectorial< F >::get ( const int  a,
const int  b = 0 
) const
inlinevirtualinherited

Get a component.

Examples
hpFEM3d-EV.cc.

Definition at line 74 of file vectorial.hh.

◆ graphics()

virtual const Graphics< F > * vectorial::ElementBase< concepts::Element< F > >::graphics ( ) const
inlinevirtualinherited

Reimplemented from concepts::Element< F >.

Definition at line 243 of file vectorial.hh.

◆ info()

virtual std::ostream & vectorial::ElementBase< concepts::Element< F > >::info ( std::ostream &  os) const
protectedvirtualinherited

Reimplemented from concepts::OutputOperator.

◆ insert()

template<class F >
void vectorial::Vectorial< F >::insert ( F &  vdata,
const int  a = 0,
const int  b = 0 
)
virtualinherited

Add a component.

Definition at line 94 of file vectorial.hh.

◆ put()

virtual void vectorial::ElementBase< concepts::Element< F > >::put ( concepts::Element< F > &  em,
const int  dim,
const int  b = 0 
)
virtualinherited

Insert element em into the vector valued element. This also creates the T matrix T_ of this element.

Parameters
dimNumber of global degrees of freedom (size of the subspace)

◆ T()

virtual vectorial::TMatrix< F > & vectorial::ElementBase< concepts::Element< F > >::T ( ) const
inlinevirtualinherited

Implements concepts::Element< F >.

Definition at line 242 of file vectorial.hh.

◆ tag()

template<class F >
uint & concepts::Element< F >::tag ( )
inlineinherited

Returns the tag.

Definition at line 66 of file element.hh.

◆ vdim()

template<class F >
uint vectorial::Vectorial< F >::vdim ( ) const
inlineinherited

Returns number of components.

Definition at line 77 of file vectorial.hh.

◆ vecGraphics()

static Graphics< F > * vectorial::ElementBase< concepts::Element< F > >::vecGraphics ( )
inlinestaticinherited

Definition at line 248 of file vectorial.hh.

Member Data Documentation

◆ idx_

template<class F >
uint vectorial::Vectorial< F >::idx_
protectedinherited

Index of the last added component.

Definition at line 82 of file vectorial.hh.

◆ T_

std::unique_ptr<vectorial::TMatrix<F> > vectorial::ElementBase< concepts::Element< F > >::T_
protectedinherited

T matrix for the vector valued element.

Definition at line 256 of file vectorial.hh.

◆ vdata_

template<class F >
concepts::Array<F*> vectorial::Vectorial< F >::vdata_
mutableprotectedinherited

Storage.

Definition at line 84 of file vectorial.hh.

◆ vdim_

template<class F >
uint vectorial::Vectorial< F >::vdim_
protectedinherited

Number of components.

Definition at line 80 of file vectorial.hh.


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