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 373B

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. ./setupGravSphere MergedSphere.vtu 2.25 gravity sphereGrav.vtu
  6. ../FEM4EllipticPDE_bhmag sphereGrav.vtu sphereGrav.vtu sphereOutGrav.vtu
  7. #paraview --data=sphereOutGrav.vtu