afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
Loading...
Searching...
No Matches
Public Attributes | List of all members
m_spline_interp::spline_t Type Reference

Public Attributes

integer n
 Number of tabulated points.
 
real(dp), dimension(:), allocatable x
 Tabulated x values.
 
real(dp), dimension(:), allocatable y
 Tabulated y values.
 
real(dp), dimension(:, :), allocatable bcd
 Spline coefficients such that s(x) = y(i) + b(i)*(x-x(i)) + c(i)*(x-x(i))**2 + d(i)*(x-x(i))**3.
 
integer, dimension(:), allocatable lookup_index
 Array to quickly get index for a coordinate.
 
real(dp) lookup_inv_dx
 Inverse spacing in lookup array.
 

Detailed Description

Definition at line 18 of file m_spline_interp.f90.

Member Data Documentation

◆ bcd

real(dp), dimension(:, :), allocatable m_spline_interp::spline_t::bcd

Spline coefficients such that s(x) = y(i) + b(i)*(x-x(i)) + c(i)*(x-x(i))**2 + d(i)*(x-x(i))**3.

Definition at line 27 of file m_spline_interp.f90.

◆ lookup_index

integer, dimension(:), allocatable m_spline_interp::spline_t::lookup_index

Array to quickly get index for a coordinate.

Definition at line 29 of file m_spline_interp.f90.

◆ lookup_inv_dx

real(dp) m_spline_interp::spline_t::lookup_inv_dx

Inverse spacing in lookup array.

Definition at line 31 of file m_spline_interp.f90.

◆ n

integer m_spline_interp::spline_t::n

Number of tabulated points.

Definition at line 20 of file m_spline_interp.f90.

◆ x

real(dp), dimension(:), allocatable m_spline_interp::spline_t::x

Tabulated x values.

Definition at line 22 of file m_spline_interp.f90.

◆ y

real(dp), dimension(:), allocatable m_spline_interp::spline_t::y

Tabulated y values.

Definition at line 24 of file m_spline_interp.f90.


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