~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/la/PETScPreconditioner.cpp

  • Committer: Niclas Jansson
  • Date: 2011-06-10 14:33:43 UTC
  • Revision ID: njansson@csc.kth.se-20110610143343-d21p4am8rghiojfm
Added rudimentary header to binary files

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
// First added:  2005
8
8
// Last changed: 2006-08-15
9
9
 
10
 
#ifdef HAS_PETSC
 
10
#include <dolfin/config/dolfin_config.h>
 
11
 
 
12
#ifdef HAVE_PETSC
11
13
 
12
14
#include <private/pcimpl.h>
13
15
 
14
 
#include "PETScPreconditioner.h"
15
 
#include "PETScVector.h"
 
16
#include <dolfin/la/PETScPreconditioner.h>
 
17
#include <dolfin/la/PETScVector.h>
16
18
 
17
19
using namespace dolfin;
18
20