~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/la/PETScKrylovMatrix.cpp

  • Committer: Anders Logg
  • Date: 2008-05-17 23:08:39 UTC
  • mto: (2668.7.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: logg@simula.no-20080517230839-kwqnkvadnimtovb1
Remove default_la_types.h, not needed anymore.

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-15
 
7
// Last changed: 2006-05-17
8
8
 
9
9
#ifdef HAS_PETSC
10
10
 
11
11
#include <iostream>
12
12
 
13
13
#include <dolfin/log/dolfin_log.h>
14
 
#include "Vector.h"
15
 
#include "Matrix.h"
 
14
#include "PETScVector.h"
16
15
#include "PETScKrylovMatrix.h"
17
16
 
18
17
using namespace dolfin;