TDensity1D Class module:Samples file:samples

Subroutines Expand Arguments

  • Init(D, n, spacing)
    • TDensity1D   :: D
    • integer intent(in) :: n
    • real(sample_prec) intent(in) :: spacing
  • InitSpline(D)
  • Limits(D, p, lim_bot, lim_top, mn, mx)
    • TDensity1D   :: D
    • real(mcp) intent(in) :: p
    • logical intent(out) :: lim_bot
    • logical intent(out) :: lim_top
    • real(mcp) intent(out) :: mn
    • real(mcp) intent(out) :: mx

Properties

  • integer  :: n
  • real(mcp)  :: spacing
  • real(mcp) dimension(:), allocatable :: X
  • real(mcp) dimension(:), allocatable :: P
  • real(mcp) dimension(:), allocatable :: ddP

Tree Diagrams