Galerkin FEM for elliptic PDEs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678 |
- #!/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
- ../VTKEdgeGsphere MergedSphere.vtu 3.25 magnet sphereMag.vtu
- ../FEM4EllipticPDE_bhmag sphereMag.vtu sphereMag.vtu sphereOutMag.vtu
-
- #paraview --data=sphereOutGrav.vtu
|