FLASH-X
Doxygen Generated Documentation From Interface Source Code
Grid_ascGetBlkPtr.F90
Go to the documentation of this file.
1!! NOTICE
2!! Copyright 2022 UChicago Argonne, LLC and contributors
3!!
4!! Licensed under the Apache License, Version 2.0 (the "License");
5!! you may not use this file except in compliance with the License.
6!!
7!! Unless required by applicable law or agreed to in writing, software
8!! distributed under the License is distributed on an "AS IS" BASIS,
9!! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10!! See the License for the specific language governing permissions and
11!! limitations under the License.
12!!
50
51subroutine Grid_ascGetBlkPtr(blockID,dataPtr, gridDataStruct)
52
53 implicit none
54 integer, intent(in) :: blockID
55 real, dimension(:,:,:,:), pointer :: dataPtr
56 integer, optional,intent(in) :: gridDataStruct
57
58end subroutine Grid_ascGetBlkPtr
59
60
61subroutine Grid_ascGetBlk5Ptr(blockID,data5Ptr, gridDataStruct)
62
63 implicit none
64 integer, intent(in) :: blockID
65 real, dimension(:,:,:,:,:), pointer :: data5Ptr
66 integer, optional,intent(in) :: gridDataStruct
67end subroutine Grid_ascGetBlk5Ptr
subroutine Grid_ascGetBlk5Ptr(blockID, data5Ptr, gridDataStruct)
subroutine Grid_ascGetBlkPtr(blockID, dataPtr, gridDataStruct)