The Open FUSION Toolkit 26.6
An open-source framework for fusion and plasma science and engineering
Loading...
Searching...
No Matches
oft_base_f.F90 File Reference
#include "local.h"

Modules

module  oft_base_f
 Fortran part of Python wrappers for OFT.

Functions/Subroutines

subroutine copy_string (f_string, c_string)
 Needs docs.
subroutine copy_string_rev (c_string, f_string)
 Needs docs.
subroutine oft_setup_smesh (ndim, np, r_loc, npc, nc, lc_loc, reg_loc, nregs, mesh_ptr)
 Setup surface mesh from specified coordinate, connectivity, and region arrays.
subroutine oft_setup_vmesh (np, r_loc, npc, nc, lc_loc, reg_loc, nregs, mesh_ptr)
 Setup volume mesh from specified coordinate, connectivity, and region arrays.
subroutine oft_smesh_get (mesh_ptr, ndim, np, r_loc, npc, nc, lc_loc, reg_loc, nreg, error_str)
 Return references to arrays defining an existing surface mesh.
subroutine oft_vmesh_get (mesh_ptr, np, r_loc, npc, nc, lc_loc, reg_loc, nreg, error_str)
 Return references to arrays defining an existing volume mesh.
subroutine oftpy_init (nthreads, quiet, input_file, slens, abort_fun)
 Needs docs.
subroutine oftpy_load_xml (xml_file, oft_node_ptr)
 Needs docs.
subroutine oftpy_set_debug (debug_level)
 Set debug verbosity level.
subroutine oftpy_set_nthreads (nthreads)
 Set the number of OpenMP threads to use.