The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Functions/Subroutines | Variables
oft_mesh_sphere Module Reference

Detailed Description

Mesh handling for a spherical test mesh.

Functions to create and refine a spherical mesh

Authors
George Marklin and Chris Hansen
Date
April 2008 - Present

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
 

Function/Subroutine Documentation

◆ mesh_sphere_add_quad()

subroutine, public mesh_sphere_add_quad ( class(oft_mesh), intent(inout)  mesh)

Add quadratic mesh node points.

◆ mesh_sphere_cadlink()

subroutine, public mesh_sphere_cadlink ( class(oft_mesh), intent(inout)  mesh)

Setup surface IDs.

◆ mesh_sphere_load()

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.

  • 7 Points
  • 8 Cells

◆ mesh_sphere_reffix()

subroutine, public mesh_sphere_reffix ( type(multigrid_mesh), intent(inout)  mg_mesh)

Refine boundary points onto the sphere.

◆ smesh_circle_add_quad()

subroutine, public smesh_circle_add_quad ( class(oft_bmesh), intent(inout)  smesh)

Add quadratic mesh node points.

◆ smesh_circle_cadlink()

subroutine, public smesh_circle_cadlink ( class(oft_bmesh), intent(inout)  smesh)

Setup surface IDs.

◆ smesh_circle_load()

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.

  • 7 Points
  • 8 Cells

◆ smesh_circle_reffix()

subroutine, public smesh_circle_reffix ( type(multigrid_mesh), intent(inout)  mg_mesh)

Refine boundary points onto the sphere.

Variable Documentation

◆ mesh_sphere_id

integer(i4), parameter, public mesh_sphere_id = 91