|
The Open FUSION Toolkit 1.0.0-beta5
Modeling tools for plasma and fusion research and engineering
|
Mesh handling for a spherical test mesh.
Functions to create and refine a spherical mesh
Functions/Subroutines | |
| subroutine, public | mesh_sphere_add_quad |
| Add quadratic mesh node points. | |
| subroutine, public | mesh_sphere_cadlink |
| Setup surface IDs. | |
| subroutine, public | mesh_sphere_load |
| Setup a spherical test mesh The mesh is initialized with a minimal "wheel" of cells. | |
| subroutine, public | mesh_sphere_reffix |
| Refine boundary points onto the sphere. | |
| subroutine, public | smesh_circle_add_quad |
| Add quadratic mesh node points. | |
| subroutine, public | smesh_circle_cadlink |
| Setup surface IDs. | |
| subroutine, public | smesh_circle_load |
| Setup a spherical test mesh The mesh is initialized with a minimal "wheel" of cells. | |
| subroutine, public | smesh_circle_reffix |
| Refine boundary points onto the sphere. | |
Variables | |
| integer(i4), parameter, public | mesh_sphere_id = 91 |
| integer(i4) | mesh_type = 1 |
| subroutine, public mesh_sphere_add_quad |
Add quadratic mesh node points.
| subroutine, public mesh_sphere_cadlink |
Setup surface IDs.
| subroutine, public mesh_sphere_load |
Setup a spherical test mesh The mesh is initialized with a minimal "wheel" of cells.
| subroutine, public mesh_sphere_reffix |
Refine boundary points onto the sphere.
| subroutine, public smesh_circle_add_quad |
Add quadratic mesh node points.
| subroutine, public smesh_circle_cadlink |
Setup surface IDs.
| subroutine, public smesh_circle_load |
Setup a spherical test mesh The mesh is initialized with a minimal "wheel" of cells.
| subroutine, public smesh_circle_reffix |
Refine boundary points onto the sphere.
| integer(i4), parameter, public mesh_sphere_id = 91 |
|
private |