Programmierpraktikum NPDGL I
Öffentliche Typen

DefaultDofVectorTraits< Field > Template-Strukturreferenz

Traits class for the DefaultDofVector class. Mehr ...

#include <dofvector.hh>

Aufstellung aller Elemente

Öffentliche Typen

typedef Field FieldType
 

Underlying field type stored by the Dof vector, this is usually a double.


typedef DefaultDofVector
< TraitsType
Type
 

type of the actual Dof vector implementation


typedef FieldTypeRealStorageType
 

the acutal storage type used by this Dof vector, like std::vector e.g.



Ausführliche Beschreibung

template<class Field>
struct DefaultDofVectorTraits< Field >

Traits class for the DefaultDofVector class.

Template Parameters:
FieldThe underlying Field type, e.g. double
Beispiele:

test_projection.cc und test_spaceoperator.cc.


Die Dokumentation für diese Struktur wurde erzeugt aufgrund der Datei: