PB3D  [2.45]
Ideal linear high-n MHD stability in 3-D
Public Member Functions | List of all members
x_ops::redistribute_output_x Interface Reference

Redistribute the perturbation variables. More...

Public Member Functions

integer function redistribute_output_x_1 (mds, grid, grid_out, X, X_out)
 flux version More...
 
integer function redistribute_output_x_2 (mds, grid, grid_out, X, X_out)
 metric version More...
 

Detailed Description

Redistribute the perturbation variables.

See also
redistribute_output_grid()
Returns
ierr

Definition at line 51 of file X_ops.f90.

Member Function/Subroutine Documentation

◆ redistribute_output_x_1()

integer function x_ops::redistribute_output_x::redistribute_output_x_1 ( type(modes_type), intent(in)  mds,
type(grid_type), intent(in)  grid,
type(grid_type), intent(in)  grid_out,
type(x_1_type), intent(in)  X,
type(x_1_type), intent(inout)  X_out 
)

flux version

Parameters
[in]mdsgeneral modes variables
[in]gridperturbation grid variables
[in]grid_outredistributed perturbation grid variables
[in]xvectorial perturbation variables
[in,out]x_outvectorial perturbation variables in redistributed grid

Definition at line 178 of file X_ops.f90.

+ Here is the call graph for this function:

◆ redistribute_output_x_2()

integer function x_ops::redistribute_output_x::redistribute_output_x_2 ( type(modes_type), intent(in)  mds,
type(grid_type), intent(in)  grid,
type(grid_type), intent(in)  grid_out,
type(x_2_type), intent(in)  X,
type(x_2_type), intent(inout)  X_out 
)

metric version

Parameters
[in]mdsgeneral modes variables
[in]gridperturbation grid variables
[in]grid_outredistributed perturbation grid variables
[in]xtensorial perturbation variables
[in,out]x_outtensorial perturbation variables in redistributed grid

Definition at line 277 of file X_ops.f90.

+ Here is the call graph for this function:

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