def TEST_scalarmap():
import os
from xmed import properties
- properties.setup(properties.testdata_02) # test with nodes
- #properties.setup(properties.testdata_03) # test with cells
+ #properties.setup(properties.testdata_02) # test with nodes
+ properties.setup(properties.testdata_03) # test with cells
pvis_scalarmap(properties.testFilePath,
properties.testMeshName,
properties.testFieldName,
# Field Data visualization
VIEWER_VISU = "VISU"
VIEWER_PARAVIS = "PARAVIS"
-VIEWER_DEFAULT = VIEWER_VISU
+VIEWER_DEFAULT = VIEWER_PARAVIS
VIEWER_TMP_FILE = "/tmp/medop_viewer.med"