Class documentation of Concepts

Loading...
Searching...
No Matches
PETSc.hh File Reference
#include <string>
#include "compositions.hh"
#include "basics/typedefs.hh"
#include "matrix.hh"

Go to the source code of this file.

Classes

class  concepts::PETSc
 
class  concepts::PETScMat
 

Namespaces

namespace  concepts
 

Typedefs

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

Detailed Description

PETSc - use solvers from the PETSc library

See also
http://www-fp.mcs.anl.gov/petsc/
Author
Philipp Frauenfelder, 2001

Definition in file PETSc.hh.

Typedef Documentation

◆ Mat

typedef struct _p_Mat* Mat

Definition at line 15 of file PETSc.hh.

◆ SLES

typedef struct _p_SLES* SLES

Definition at line 14 of file PETSc.hh.

◆ Vec

typedef struct _p_Vec* Vec

Definition at line 16 of file PETSc.hh.