Galerkin FEM for elliptic PDEs
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

sphere.sh 336B

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 mag sphereMag.vtu
  6. ./Sphere sphereMag.vtu sphereOutMag.vtu
  7. #paraview --data=sphereOutGrav.vtu