~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/la/PETScKrylovMatrix.h

  • Committer: Kent-Andre Mardal
  • Date: 2008-05-19 14:21:52 UTC
  • mfrom: (2668.5.1 trunk)
  • mto: (2668.1.16 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: kent-and@simula.no-20080519142152-7zb7r4htl7111izh
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
// Modified by Andy R. Terrel, 2005.
5
5
//
6
6
// First added:  2005-01-17
7
 
// Last changed: 2006-05-07
 
7
// Last changed: 2006-05-17
8
8
 
9
9
#ifndef __PETSC_KRYLOV_MATRIX_H
10
10
#define __PETSC_KRYLOV_MATRIX_H
11
11
 
12
12
#ifdef HAS_PETSC
13
13
 
 
14
#include <petscmat.h>
 
15
 
14
16
#include <dolfin/common/types.h>
15
17
#include <dolfin/log/dolfin_log.h>
16
18
#include "PETScObject.h"