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

Classes | Namespaces | Defines
operator/compositions.hh File Reference
#include "basics/outputOperator.hh"
#include "basics/exceptions.hh"
#include "space/space.hh"
#include "function/basis.hh"
#include "function/vector.hh"
#include "basics/debug.hh"
Include dependency graph for compositions.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  concepts::Compose< F, H >
 Computes the product of two operators. More...
class  concepts::LiCo< F >
 Linear combination of two operators. More...
class  concepts::LiCoI< F >
 Linear combination of an operator with the identity. More...
class  concepts::Multiple< F >
 Multiple of an operator. More...
class  concepts::Operator< F >
 Abstract class for an operator. More...
class  concepts::SchurCompl< F >
 Schur complement. More...
class  concepts::VecOperator< F >
 Abstract class for an operator acting on vectors only, not arbitrary functions. More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


Defines

#define ComposeAppl_D   0
#define ComposeConstr_D   0
#define SchurComplContr_D   0

Define Documentation

#define ComposeAppl_D   0

Definition at line 16 of file compositions.hh.

#define ComposeConstr_D   0

Definition at line 15 of file compositions.hh.

#define SchurComplContr_D   0

Definition at line 17 of file compositions.hh.


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