~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/la/dolfin/VirtualMatrix.h

  • Committer: fenics
  • Date: 2005-02-23 03:46:01 UTC
  • Revision ID: devnull@localhost-20050223034601-az3dhrq0nqas5xza
Tailorized "2005-02-22 21:46:01 by fenics"
Remaining changes, everything didn't go through before.

Also changed so that PETSc 2.2.1 is now the default version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#ifndef __VIRTUAL_MATRIX_H
5
5
#define __VIRTUAL_MATRIX_H
6
6
 
7
 
#include <petsc/petscmat.h>
 
7
#include <petscmat.h>
8
8
#include <dolfin/constants.h>
9
9
#include <dolfin/dolfin_log.h>
10
10