The Open FUSION Toolkit 1.0.0-beta5
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
 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(i4mesh_type = 1
 

Function/Subroutine Documentation

◆ mesh_sphere_add_quad()

subroutine, public mesh_sphere_add_quad

Add quadratic mesh node points.

◆ mesh_sphere_cadlink()

subroutine, public mesh_sphere_cadlink

Setup surface IDs.

◆ mesh_sphere_load()

subroutine, public mesh_sphere_load

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

Refine boundary points onto the sphere.

◆ smesh_circle_add_quad()

subroutine, public smesh_circle_add_quad

Add quadratic mesh node points.

◆ smesh_circle_cadlink()

subroutine, public smesh_circle_cadlink

Setup surface IDs.

◆ smesh_circle_load()

subroutine, public smesh_circle_load

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

Refine boundary points onto the sphere.

Variable Documentation

◆ mesh_sphere_id

integer(i4), parameter, public mesh_sphere_id = 91

◆ mesh_type

integer(i4) mesh_type = 1
private