◆ uniquepoints2d()
subroutine dof_mod::uniquepoints::uniquepoints2d |
( |
type (index_t) |
idxUnique, |
|
|
real (kind=real_kind), dimension(:,:) |
src, |
|
|
real (kind=real_kind), dimension(:) |
dest |
|
) |
| |
|
private |
◆ uniquepoints3d()
subroutine dof_mod::uniquepoints::uniquepoints3d |
( |
type (index_t) |
idxUnique, |
|
|
integer(kind=int_kind) |
nlyr, |
|
|
real (kind=real_kind), dimension(:,:,:) |
src, |
|
|
real (kind=real_kind), dimension(:,:) |
dest |
|
) |
| |
|
private |
◆ uniquepoints4d()
subroutine dof_mod::uniquepoints::uniquepoints4d |
( |
type (index_t) |
idxUnique, |
|
|
integer(kind=int_kind) |
d3, |
|
|
integer(kind=int_kind) |
d4, |
|
|
real (kind=real_kind), dimension(:,:,:,:) |
src, |
|
|
real (kind=real_kind), dimension(:,:,:) |
dest |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: