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

Classes | Namespaces | Typedefs
operator/PETSc.hh File Reference
#include <string>
#include "compositions.hh"
#include "basics/typedefs.hh"
#include "matrix.hh"
Include dependency graph for PETSc.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  concepts::PETSc
 Interface to the iterative solvers of the PETSc library. More...
class  concepts::PETScMat
 Interface to the sparse matrices from PETSc. More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


Typedefs

typedef struct _p_Mat * Mat
typedef struct _p_SLES * SLES
typedef struct _p_Vec * Vec

Typedef Documentation

typedef struct _p_Mat* Mat

Definition at line 11 of file PETSc.hh.

typedef struct _p_SLES* SLES

Definition at line 10 of file PETSc.hh.

typedef struct _p_Vec* Vec

Definition at line 12 of file PETSc.hh.


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