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::BilinearForm< F, G >
 Abstract function class to evaluate a bilinear form. More...
 
class  concepts::Function< F >
 Abstract class for a function. More...
 
class  concepts::PETSc
 Interface to the iterative solvers of the PETSc library. More...
 
class  concepts::PETScMat
 Interface to the sparse matrices from PETSc. More...
 
class  concepts::Space< F >
 Abstract class for a space. More...
 
class  concepts::Vector< F >
 A vector. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 

Typedefs

typedef struct _p_Mat * Mat
 
typedef struct _p_SLES * SLES
 
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.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich