The Open FUSION Toolkit 1.0.0-8905cc5
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 (mesh) |
Add quadratic mesh node points. | |
subroutine, public | mesh_sphere_cadlink (mesh) |
Setup surface IDs. | |
subroutine, public | mesh_sphere_load (mg_mesh) |
Setup a spherical test mesh The mesh is initialized with a minimal "wheel" of cells. | |
subroutine, public | mesh_sphere_reffix (mg_mesh) |
Refine boundary points onto the sphere. | |
subroutine, public | smesh_circle_add_quad (smesh) |
Add quadratic mesh node points. | |
subroutine, public | smesh_circle_cadlink (smesh) |
Setup surface IDs. | |
subroutine, public | smesh_circle_load (mg_mesh) |
Setup a spherical test mesh The mesh is initialized with a minimal "wheel" of cells. | |
subroutine, public | smesh_circle_reffix (mg_mesh) |
Refine boundary points onto the sphere. | |
Variables | |
integer(i4), parameter, public | mesh_sphere_id = 91 |
subroutine, public mesh_sphere_add_quad | ( | class(oft_mesh), intent(inout) | mesh | ) |
Add quadratic mesh node points.
subroutine, public mesh_sphere_cadlink | ( | class(oft_mesh), intent(inout) | mesh | ) |
Setup surface IDs.
subroutine, public mesh_sphere_load | ( | type(multigrid_mesh), intent(inout) | mg_mesh | ) |
Setup a spherical test mesh The mesh is initialized with a minimal "wheel" of cells.
subroutine, public mesh_sphere_reffix | ( | type(multigrid_mesh), intent(inout) | mg_mesh | ) |
Refine boundary points onto the sphere.
subroutine, public smesh_circle_add_quad | ( | class(oft_bmesh), intent(inout) | smesh | ) |
Add quadratic mesh node points.
subroutine, public smesh_circle_cadlink | ( | class(oft_bmesh), intent(inout) | smesh | ) |
Setup surface IDs.
subroutine, public smesh_circle_load | ( | type(multigrid_mesh), intent(inout) | mg_mesh | ) |
Setup a spherical test mesh The mesh is initialized with a minimal "wheel" of cells.
subroutine, public smesh_circle_reffix | ( | type(multigrid_mesh), intent(inout) | mg_mesh | ) |
Refine boundary points onto the sphere.
integer(i4), parameter, public mesh_sphere_id = 91 |