ORB5  v4.9.4
part_fields::deposition Interface Reference

Private Member Functions

subroutine deposition_r4 (np, x, y, z, w, rhs, nl_depos, displs, first)
 Deposit some marker attribute to field with the proper splines order (r4) More...
 
subroutine deposition_r8 (np, x, y, z, w, rhs, nl_depos, displs, first)
 Deposit some marker attribute to field with the proper splines order. More...
 

Member Function/Subroutine Documentation

◆ deposition_r4()

subroutine part_fields::deposition::deposition_r4 ( integer, intent(in)  np,
real, dimension(np), intent(in)  x,
real, dimension(np), intent(in)  y,
real, dimension(np), intent(in)  z,
real(kind=r4), dimension(np), intent(in)  w,
real, dimension(0:nx+nidbas-1, 0:ny+nidbas-1, 0:nz+nidbas-1), intent(out)  rhs,
logical, dimension(np), intent(in), optional  nl_depos,
integer, dimension(:), intent(in), optional  displs,
logical, intent(in), optional  first 
)
private

Deposit some marker attribute to field with the proper splines order (r4)

Parameters
[in]npNumber of markers
[in]xMarker radial positions
[in]yMarker poloidal positions
[in]zMarker toroidal positions
[in]wMarker attribute to be deposited
[out]rhsResulting field
[in]nl_deposFlags to deposit markers or not
[in]firstFlags to deposit markers or not
[in]displsDisplacements to access markers in specific bin

◆ deposition_r8()

subroutine part_fields::deposition::deposition_r8 ( integer, intent(in)  np,
real, dimension(np), intent(in)  x,
real, dimension(np), intent(in)  y,
real, dimension(np), intent(in)  z,
real, dimension(np), intent(in)  w,
real, dimension(0:nx+nidbas-1, 0:ny+nidbas-1, 0:nz+nidbas-1), intent(out)  rhs,
logical, dimension(np), intent(in), optional  nl_depos,
integer, dimension(:), intent(in), optional  displs,
logical, intent(in), optional  first 
)
private

Deposit some marker attribute to field with the proper splines order.

Parameters
[in]npNumber of markers
[in]xMarker radial positions
[in]yMarker poloidal positions
[in]zMarker toroidal positions
[in]wMarker attribute to be deposited
[out]rhsResulting field
[in]nl_deposFlags to deposit markers or not
[in]displsDisplacements to access markers in specific bin
[in]firstFlag to indicate first deposition iteration

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