vectorial.hh File Reference

#include <memory>
#include "basics/cloneable.hh"
#include "toolbox/array.hh"
#include "toolbox/scannerConnectors.hh"
#include "toolbox/sharedPointer.hh"
#include "space/tmatrix.hh"
#include "space/element.hh"
#include "space/space.hh"
#include "operator/bilinearForm.hh"
#include "vectorial/graphics.hh"
#include "geometry/integral.hh"
#include "basics/debug.hh"

Go to the source code of this file.

Classes

class  vectorial::BilinearForm< F, G >
 Vector valued bilinear form. More...
 
class  vectorial::Element< F >
 Vector valued element. More...
 
class  vectorial::ElementBase< ElementType >
 Base class for vector valued element. More...
 
class  concepts::ElementFunction< F, G >
 An abstract class for a function in a FE space. More...
 
class  concepts::ElementGraphics< F >
 Handles graphics output (to a file) of a specific element. More...
 
class  vectorial::ElementNotBuilt
 Indicates that the vectorial element is not yet built, there is no (scalar) element inside yet. More...
 
class  vectorial::ElementPair< F >
 Vector valued element pair. More...
 
class  vectorial::ElementWithCell< F >
 Vector valued element with a cell. More...
 
class  vectorial::Graphics< F >
 Handles graphics for vector valued elements. More...
 
class  concepts::Scan< vectorial::Element< F > >
 
class  concepts::Scan< vectorial::ElementWithCell< F > >
 
class  vectorial::Space< F >
 Vector valued space. More...
 
class  vectorial::SpaceBase< SpaceType >
 Base class for vector valued space. More...
 
class  vectorial::SpaceOnCells< F >
 Vector valued space with elements on cells. More...
 
class  vectorial::TMatrix< F >
 Vector valued T matrix. More...
 
class  vectorial::TMatrix< F >
 Vector valued T matrix. More...
 
class  vectorial::TMatrixOffset< F >
 T matrix with an offset. More...
 
class  vectorial::Vectorial< F >
 Base class for most classes which do vector valued problems. More...
 
class  vectorial::VectorialElementType< F >
 
class  vectorial::VectorialElementType< concepts::Element< F > >
 
class  vectorial::VectorialElementType< concepts::ElementWithCell< F > >
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 
 vectorial
 Vector valued problems.
 

Macros

#define BilinearFormConstr_D   0
 
#define ElementConstr_D   0
 
#define LinearFormConstr_D   0
 
#define SpaceConstr_D   0
 
#define TMatrixConstr_D   0
 
#define TMatrixOffsetConstr_D   0
 
#define VectorialConstr_D   0
 
#define VectorialPut_D   0
 

Detailed Description

base class for vectorial things

Definition in file vectorial.hh.

Macro Definition Documentation

◆ BilinearFormConstr_D

#define BilinearFormConstr_D   0

Definition at line 34 of file vectorial.hh.

◆ ElementConstr_D

#define ElementConstr_D   0

Definition at line 32 of file vectorial.hh.

◆ LinearFormConstr_D

#define LinearFormConstr_D   0

Definition at line 36 of file vectorial.hh.

◆ SpaceConstr_D

#define SpaceConstr_D   0

Definition at line 38 of file vectorial.hh.

◆ TMatrixConstr_D

#define TMatrixConstr_D   0

Definition at line 30 of file vectorial.hh.

◆ TMatrixOffsetConstr_D

#define TMatrixOffsetConstr_D   0

Definition at line 28 of file vectorial.hh.

◆ VectorialConstr_D

#define VectorialConstr_D   0

Definition at line 25 of file vectorial.hh.

◆ VectorialPut_D

#define VectorialPut_D   0

Definition at line 26 of file vectorial.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich