The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
mesh_cube.F90 File Reference
#include "local.h"

Modules

module  oft_mesh_cube
 Mesh handling for a 1x1x1 cube test mesh.

Functions/Subroutines

subroutine, public mesh_cube_cadlink (mesh)
 Setup surface IDs.
subroutine, public mesh_cube_load (mg_mesh)
 Setup a 1x1x1 cube test mesh The mesh is initialized with a basic set of cells.
subroutine, public mesh_cube_set_periodic (mesh)
subroutine reflect_tet (ref_index)
subroutine smesh_square_add_quad (smesh)
 Add quadratic mesh node points.
subroutine, public smesh_square_cadlink (smesh)
 Setup surface IDs.
subroutine, public smesh_square_load (mg_mesh)
 Setup a 1x1x1 cube test mesh The mesh is initialized with a basic set of cells.
subroutine, public smesh_square_set_periodic (smesh)
 Needs docs.

Variables

integer(i4), parameter, public mesh_cube_id = 92
logical, dimension(3) ref_per = .FALSE.
 Character flag for periodic reflections.

Function/Subroutine Documentation

◆ reflect_tet()

subroutine reflect_tet ( integer(i4), intent(in) ref_index)
private