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.
12345678 |
- #!/usr/bin/env bash
- gmsh -3 -format vtk -o sphere.vtk sphere.geo
- gmsh -2 -format stl -o sphereBox.stl sphereBox.geo
- ../ResampleWithDataset sphere.vtk sphereBox.stl MergedSphere.vtu
- ../VTKEdgeGsphere MergedSphere.vtu 3.25 magnet sphereMag.vtu
- ../FEM4EllipticPDE_bhmag sphereMag.vtu sphereMag.vtu sphereOutMag.vtu
-
- #paraview --data=sphereOutGrav.vtu
|