The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Mercier criterion and DCON interface.
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. | |
subroutine create_dipole_b0_prof | ( | class(flux_func), intent(out), pointer | func, |
integer(4), intent(in) | npsi | ||
) |
Needs Docs.
subroutine create_mercier_ff | ( | class(flux_func), intent(out), pointer | func, |
integer(4), intent(in) | npsi | ||
) |
Needs Docs.
subroutine dipole_b0_update | ( | class(dipole_b0_flux_func), intent(inout) | self, |
class(gs_eq), intent(inout) | gseq | ||
) |
Needs Docs.
subroutine mercier_update | ( | class(mercier_flux_func), intent(inout) | self, |
class(gs_eq), intent(inout) | gseq | ||
) |
Needs Docs.
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.
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.