FLASH-X
Doxygen Generated Documentation From Interface Source Code
Grid_bcApplyToRegionMixedGds.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!!
155
156#include "constants.h"
157#include "Simulation.h"
158
159subroutine Grid_bcApplyToRegionMixedGds(bcType,gridDataStruct,level,&
160 guard,bcDir,face,&
161 regionDataC,regionDataFN,regionDataFT1,regionDataFT2,&
162 regionSizeC,&
163 apply,&
164 secondDir,thirdDir,endPoints,rightHanded, idest)
165
166 implicit none
167
168 integer, intent(IN) :: bcType,bcDir,face,guard,gridDataStruct,level
169 integer,dimension(REGION_DIM),intent(IN) :: regionSizeC
170 real,pointer,dimension(:,:,:,:) :: regionDataFN, regionDataFT1, regionDataFT2, regionDataC
171 logical, intent(INOUT) :: apply
172 integer,intent(IN) :: secondDir,thirdDir
173 integer,intent(IN),dimension(LOW:HIGH,MDIM) :: endPoints
174 logical, intent(IN) :: rightHanded
175 integer,intent(IN),OPTIONAL:: idest
176
177 !apply = .FALSE.
178end subroutine Grid_bcApplyToRegionMixedGds
179
subroutine Grid_bcApplyToRegionMixedGds(bcType, gridDataStruct, level, guard, bcDir, face, regionDataC, regionDataFN, regionDataFT1, regionDataFT2, regionSizeC, apply, secondDir, thirdDir, endPoints, rightHanded, idest)