The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
oft_gs_mercier Module Reference

Detailed Description

Mercier criterion and DCON interface.

Authors
Chris Hansen
Date
August 2014

Data Types

type  dipole_b0_flux_func
 Needs docs. More...
type  mercier_flux_func
 Needs docs. More...
type  mercierinv_interp
 Needs docs. More...
type  minbinv_interp
 Needs docs. More...

Functions/Subroutines

subroutine create_dipole_b0_prof (func, npsi)
 Needs Docs.
subroutine create_mercier_ff (func, npsi)
 Needs Docs.
subroutine dipole_b0_update (self, gseq)
 Needs Docs.
subroutine mercier_update (self, gseq)
 Needs Docs.
subroutine minbinv_apply (self, cell, f, gop, val)
 Needs Docs.
subroutine minterpinv_apply (self, cell, f, gop, val)
 Needs Docs.

Function/Subroutine Documentation

◆ create_dipole_b0_prof()

subroutine create_dipole_b0_prof ( class(flux_func), intent(out), pointer func,
integer(4), intent(in) npsi )

Needs Docs.

◆ create_mercier_ff()

subroutine create_mercier_ff ( class(flux_func), intent(out), pointer func,
integer(4), intent(in) npsi )

Needs Docs.

◆ dipole_b0_update()

subroutine dipole_b0_update ( class(dipole_b0_flux_func), intent(inout) self,
class(gs_eq), intent(inout) gseq )

Needs Docs.

◆ mercier_update()

subroutine mercier_update ( class(mercier_flux_func), intent(inout) self,
class(gs_eq), intent(inout) gseq )

Needs Docs.

◆ minbinv_apply()

subroutine minbinv_apply ( class(minbinv_interp), intent(inout) self,
integer(4), intent(in) cell,
real(8), dimension(:), intent(in) f,
real(8), dimension(3,3), intent(in) gop,
real(8), dimension(:), intent(out) val )

Needs Docs.

◆ minterpinv_apply()

subroutine minterpinv_apply ( class(mercierinv_interp), intent(inout) self,
integer(4), intent(in) cell,
real(8), dimension(:), intent(in) f,
real(8), dimension(3,3), intent(in) gop,
real(8), dimension(:), intent(out) val )

Needs Docs.