~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/pydolfin/dolfin_pde_pre.i

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Ignore PDE classes (reimplemented in pde.py)
2
 
%ignore dolfin::LinearPDE;
3
 
%ignore dolfin::NonlinearPDE;