Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Defines
vectorial/vectorial.hh File Reference
#include <memory>
#include "basics/cloneable.hh"
#include "toolbox/array.hh"
#include "space/tmatrix.hh"
#include "space/element.hh"
#include "space/space.hh"
#include "operator/bilinearForm.hh"
#include "toolbox/scannerConnectors.hh"
#include "vectorial/graphics.hh"
#include "basics/debug.hh"
Include dependency graph for vectorial.hh:
This graph shows which files directly or indirectly include this file:

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::ElementPair< F >
 Vector valued element pair. More...
class  concepts::Scan< vectorial::Element< F > >
class  vectorial::Space< F >
 Vector valued space. 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...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


namespace  vectorial
 

Vector valued problems.


Defines

#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

Define Documentation

#define BilinearFormConstr_D   0

Definition at line 29 of file vectorial.hh.

#define ElementConstr_D   0

Definition at line 27 of file vectorial.hh.

#define LinearFormConstr_D   0

Definition at line 31 of file vectorial.hh.

#define SpaceConstr_D   0

Definition at line 33 of file vectorial.hh.

#define TMatrixConstr_D   0

Definition at line 25 of file vectorial.hh.

#define TMatrixOffsetConstr_D   0

Definition at line 23 of file vectorial.hh.

#define VectorialConstr_D   0

Definition at line 20 of file vectorial.hh.

#define VectorialPut_D   0

Definition at line 21 of file vectorial.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)