Galerkin FEM for elliptic PDEs
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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