Definition at line 50 of file LoadContext.f90.
◆ setptr_auxvar()
subroutine loadcontextmodule::setptr::setptr_auxvar |
( |
real(dp), dimension(:, :), intent(inout), pointer, contiguous |
auxvar, |
|
|
character(len=*), intent(in) |
mempath |
|
) |
| |
|
private |
Definition at line 742 of file LoadContext.f90.
744 real(DP),
dimension(:, :),
pointer, &
745 contiguous,
intent(inout) :: auxvar
746 character(len=*),
intent(in) :: mempath
747 integer(I4B) :: isize
subroutine, public get_isize(name, mem_path, isize)
@ brief Get the number of elements for this variable
◆ setptr_charstr1d()
subroutine loadcontextmodule::setptr::setptr_charstr1d |
( |
type(characterstringtype), dimension(:), intent(inout), pointer, contiguous |
charstr1d, |
|
|
character(len=*), intent(in) |
varname, |
|
|
character(len=*), intent(in) |
mempath, |
|
|
integer(i4b), intent(in) |
strlen |
|
) |
| |
|
private |
Definition at line 723 of file LoadContext.f90.
725 type(CharacterStringType),
dimension(:),
pointer, &
726 contiguous,
intent(inout) :: charstr1d
727 character(len=*),
intent(in) :: varname
728 character(len=*),
intent(in) :: mempath
729 integer(I4B),
intent(in) :: strlen
730 integer(I4B) :: isize
735 call mem_allocate(charstr1d, strlen, 0, varname, mempath)
◆ setptr_int()
subroutine loadcontextmodule::setptr::setptr_int |
( |
integer(i4b), intent(inout), pointer |
intptr, |
|
|
character(len=*), intent(in) |
varname, |
|
|
character(len=*), intent(in) |
mempath |
|
) |
| |
|
private |
Definition at line 706 of file LoadContext.f90.
708 integer(I4B),
pointer,
intent(inout) :: intptr
709 character(len=*),
intent(in) :: varname
710 character(len=*),
intent(in) :: mempath
711 integer(I4B) :: isize
The documentation for this interface was generated from the following file: