You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
operator.hh
1
// include files for the operator subdirectory
2
3
#ifndef operator_hh
4
#define operator_hh
5
6
#include "
operator/compositions.hh
"
7
#include "
operator/permutation.hh
"
8
#include "
operator/matrix.hh
"
9
#include "
operator/denseMatrix.hh
"
10
#include "
operator/hashedSMatrix.hh
"
11
#include "operator/sparseMatrix.hh"
12
#include "
operator/bilinearForm.hh
"
13
#include "
operator/solverFabric.hh
"
14
#include "
operator/gmres.hh
"
15
#include "
operator/gmresFabric.hh
"
16
#include "
operator/submatrix.hh
"
17
#include "
operator/lapack.hh
"
18
#include "
operator/solverConjugate.hh
"
19
#include "
operator/newton.hh
"
20
21
#include "
operator/cg.hh
"
22
#include "
operator/cgFabric.hh
"
23
24
#include "
operator/bicgstab.hh
"
25
#include "
operator/bicgstabFabric.hh
"
26
27
#ifdef HAS_PETSC
28
#include "
operator/PETSc.hh
"
29
#include "
operator/PETScFabric.hh
"
30
#endif
31
32
// FIXME: this should not be necessary
33
//#define HAS_SuperLU
34
35
#ifdef HAS_SuperLU
36
#include "
operator/superLU.hh
"
37
#include "
operator/superLUfabric.hh
"
38
#endif
39
40
#ifdef HAS_MPI
41
#include <mpi.h>
42
#endif
43
44
#ifdef HAS_BELOS
45
#include "
operator/belosSolver.hh
"
46
#endif
47
48
#ifdef HAS_MUMPS
49
#include "
operator/mumps.hh
"
50
#include "
operator/mumpsFabric.hh
"
51
#include "
operator/mumpsoverlap.hh
"
52
#include "
operator/mumpsoverlapFabric.hh
"
53
#endif
54
55
#include "
operator/diagonal.hh
"
56
#include "
operator/diagonalFabric.hh
"
57
58
#include "
operator/umfpack.hh
"
59
#include "
operator/umfpackFabric.hh
"
60
61
#include "
operator/pardiso.hh
"
62
#include "
operator/pardisoFabric.hh
"
63
64
#include "
operator/transpose.hh
"
65
66
#include "
operator/constrained.hh
"
67
68
#endif
// operator_hh
69
PETScFabric.hh
PETSc.hh
belosSolver.hh
bicgstabFabric.hh
bicgstab.hh
cgFabric.hh
cg.hh
compositions.hh
denseMatrix.hh
diagonalFabric.hh
diagonal.hh
gmresFabric.hh
gmres.hh
hashedSMatrix.hh
lapack.hh
matrix.hh
mumpsFabric.hh
mumps.hh
mumpsoverlapFabric.hh
mumpsoverlap.hh
newton.hh
bilinearForm.hh
constrained.hh
solverFabric.hh
pardisoFabric.hh
pardiso.hh
permutation.hh
solverConjugate.hh
submatrix.hh
superLU.hh
superLUfabric.hh
transpose.hh
umfpackFabric.hh
umfpack.hh
Generated on Wed Sep 13 2023 21:06:17 for Concepts by
1.9.8