The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Attributes | List of all members
xmhd_ops Type Reference

Detailed Description

xMHD operator container

Public Attributes

type(oft_xmhd_errmatrixa
 NL metric matrix.
 
logical, dimension(:), pointer, contiguous b_bc => NULL()
 B-field BC flag (only if xmhd_adv_b=F)
 
class(oft_matrix), pointer interp => NULL()
 Interpolation matrix.
 
class(oft_matrix), pointer j => NULL()
 Jacobian matrix.
 
logical, dimension(:), pointer, contiguous n_bc => NULL()
 Density BC flag.
 
logical, dimension(:), pointer, contiguous solid_node => NULL()
 Solid region flag.
 
logical, dimension(:), pointer, contiguous t_bc => NULL()
 Temperature BC flag (Ti/Te)
 
logical, dimension(:), pointer, contiguous v_bc => NULL()
 Velocity BC flag.
 

Member Data Documentation

◆ a

NL metric matrix.

◆ b_bc

logical, dimension(:), pointer, contiguous b_bc => NULL()

B-field BC flag (only if xmhd_adv_b=F)

◆ interp

class(oft_matrix), pointer interp => NULL()

Interpolation matrix.

◆ j

class(oft_matrix), pointer j => NULL()

Jacobian matrix.

◆ n_bc

logical, dimension(:), pointer, contiguous n_bc => NULL()

Density BC flag.

◆ solid_node

logical, dimension(:), pointer, contiguous solid_node => NULL()

Solid region flag.

◆ t_bc

logical, dimension(:), pointer, contiguous t_bc => NULL()

Temperature BC flag (Ti/Te)

◆ v_bc

logical, dimension(:), pointer, contiguous v_bc => NULL()

Velocity BC flag.


The documentation for this type was generated from the following file: