◆ putuniquepoints2d()
subroutine dof_mod::putuniquepoints::putuniquepoints2d |
( |
type (index_t) |
idxUnique, |
|
|
real (kind=real_kind), dimension(:), intent(in) |
src, |
|
|
real (kind=real_kind), dimension(:,:), intent(out) |
dest |
|
) |
| |
|
private |
◆ putuniquepoints3d()
subroutine dof_mod::putuniquepoints::putuniquepoints3d |
( |
type (index_t) |
idxUnique, |
|
|
integer(kind=int_kind) |
nlyr, |
|
|
real (kind=real_kind), dimension(:,:), intent(in) |
src, |
|
|
real (kind=real_kind), dimension(:,:,:), intent(out) |
dest |
|
) |
| |
|
private |
◆ putuniquepoints4d()
subroutine dof_mod::putuniquepoints::putuniquepoints4d |
( |
type (index_t) |
idxUnique, |
|
|
integer(kind=int_kind) |
d3, |
|
|
integer(kind=int_kind) |
d4, |
|
|
real (kind=real_kind), dimension(:,:,:), intent(in) |
src, |
|
|
real (kind=real_kind), dimension(:,:,:,:), intent(out) |
dest |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: