- #!/usr/bin/env bash
- gmsh -3 -format vtk -o sphere.vtk sphere.geo
- gmsh -2 -format stl -o sphereBox.stl sphereBox.geo
- ../ResampleWithDataset sphere.vtk sphereBox.stl MergedSphere.vtu
- ../VTKGsphere MergedSphere.vtu 4.25 gravity sphereGrav.vtu
- ../FEM4EllipticPDE_bhmag sphereGrav.vtu sphereGrav.vtu sphereOutGrav.vtu
-
- #paraview --data=sphereOutGrav.vtu
|