erdc / proteus-mprans

Module for solving 3D, non-hydrostatic, turbulent, incompressible air/water flow (multi-phase RANS)
7 stars 6 forks source link

null space solver not working? #33

Closed ahmadia closed 10 years ago

ahmadia commented 10 years ago

steps to reproduce:

install proteus

Commit: be4cac74ef7eeb30065f92fb335531d180422a41 (HEAD, origin/master, origin/HEAD, master)
Author: Chris Kees <cekees@gmail.com>
Date:   2014-06-13 17:57:33 -0500 (4 days ago)

Merge pull request #70 from erdc-cm/cekees/set_null_space_mprans

install proteus-mprans (merge https://github.com/erdc-cm/proteus-mprans/pull/31 into master)

$ gl --oneline -3 
57e898c Merge remote-tracking branch 'origin/cekees/set_null_space_mprans'
e0e6eb7 added schur pc  with null space removed
c8938ea cleaned up a serial version of Chris' Numerical Wave Tank notebook
$ pwd
/home/aron/proteus-mprans/benchmarks/dambreak2D
$ parun dambreak_so.py -l 5 -v -O ../inputTemplate /petsc.options.schur_upper_a11_asm_boomeramg

Traceback (most recent call last):
  File "/home/aron/proteus/linux2/bin/parun", line 259, in <module>
    nList.append(__import__(nModule))
  File "./twp_navier_stokes_n.py", line 41, in <module>
    linearSmoother    = SimpleNavierStokes2D_null_pp
NameError: name 'SimpleNavierStokes2D_null_pp' is not defined
ahmadia commented 10 years ago

pinging @cekees