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.

sphere.sh 368B

12345678
  1. #!/usr/bin/env bash
  2. gmsh -3 -format vtk -o sphere.vtk sphere.geo
  3. gmsh -2 -format stl -o sphereBox.stl sphereBox.geo
  4. ../ResampleWithDataset sphere.vtk sphereBox.stl MergedSphere.vtu
  5. ../VTKEdgeGsphere MergedSphere.vtu 3.25 magnet sphereMag.vtu
  6. ../FEM4EllipticPDE_bhmag sphereMag.vtu sphereMag.vtu sphereOutMag.vtu
  7. #paraview --data=sphereOutGrav.vtu