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

Functions/Subroutines

subroutine get_torus_loop (bmesh, dir, plist, n)
 Needs Docs.
subroutine setup_mode_mesh (filename, nsample, nphi, bmesh, bnorm)
 Needs Docs.
subroutine solve_inv (self, u, g)
 Needs Docs.
program thincurr_from_mode
 Project DCON mode on to ThinCurr triangular grid for thin-wall studies.

Function/Subroutine Documentation

◆ get_torus_loop()

subroutine get_torus_loop ( class(oft_bmesh), intent(in) bmesh,
integer(4), intent(in) dir,
integer(4), dimension(:), intent(out), pointer plist,
integer(4), intent(out) n )
private

Needs Docs.

◆ setup_mode_mesh()

subroutine setup_mode_mesh ( character(len=*), intent(in) filename,
integer(4), intent(in) nsample,
integer(4), intent(in) nphi,
class(oft_bmesh), intent(out), pointer bmesh,
real(8), dimension(:,:), intent(out), pointer bnorm )

Needs Docs.

◆ solve_inv()

subroutine solve_inv ( type(tw_type), intent(in) self,
real(8), dimension(:,:), intent(inout), target u,
real(8), dimension(:,:), intent(inout), target g )
private

Needs Docs.