PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
Loading...
Searching...
No Matches
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
integer function redistribute_output_x_2 (mds, grid, grid_out, x, x_out)
 metric version

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 176 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 275 of file X_ops.f90.

Here is the call graph for this function:

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