#! /usr/bin/env python

from PyFoam.Applications.ChangePython import changePython

changePython("pvpython","PVSnapshot")
#! /usr/bin/env python

from PyFoam.Applications.ChangePython import changePython

changePython("pvpython","PVSnapshot",options=["--mesa-llvm"])
Exemplo n.º 3
0
#!/usr/bin/python

from PyFoam.Applications.ChangePython import changePython

changePython("pvpython", "PVLoadState")
Exemplo n.º 4
0
#! /usr/bin/env python

from PyFoam.Applications.ChangePython import changePython

changePython("pvpython", "PVSnapshot")
Exemplo n.º 5
0
#! /usr/bin/env python

from PyFoam.Applications.ChangePython import changePython

changePython("pvpython", "PVSnapshot", options=["--native"])
#! /usr/bin/env python

from PyFoam.Applications.ChangePython import changePython

changePython("pvpython", "PVSnapshot", options=["--mesa"])