Contains information about a data point.
More...
|
integer(intg) | global_number |
| The global number of data point. More...
|
|
integer(intg) | user_number |
| The user defined number of data point. More...
|
|
type(varying_string) | label |
| A string label for the data point. More...
|
|
real(dp), dimension(:), allocatable | position |
|
real(dp), dimension(:), allocatable | weights |
| Weights of the data point, has the size of region dimension the data point belongs to. More...
|
|
Contains information about a data point.
Definition at line 324 of file types.f90.
integer(intg) types::data_point_type::global_number |
The global number of data point.
Definition at line 325 of file types.f90.
type(varying_string) types::data_point_type::label |
A string label for the data point.
Definition at line 327 of file types.f90.
real(dp), dimension(:), allocatable types::data_point_type::position |
integer(intg) types::data_point_type::user_number |
The user defined number of data point.
Definition at line 326 of file types.f90.
real(dp), dimension(:), allocatable types::data_point_type::weights |
Weights of the data point, has the size of region dimension the data point belongs to.
Definition at line 329 of file types.f90.