Galerkin FEM for elliptic PDEs
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

sphere.sh 369B

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