FLASH-X
Doxygen Generated Documentation From Interface Source Code
Grid_mapMeshToParticles_pc.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!!
38!*******************************************************************************
39
40subroutine Grid_mapMeshToParticles_pc (pt_containerPos, part_props,part_blkID,&
41 posAttrib,&
42 numAttrib, attrib,&
43 mapType,gridDataStruct)
44
45#include "constants.h"
46#include "Particles.h"
47 implicit none
48
49 integer, INTENT(in) :: part_props, numAttrib, part_blkID
50 integer, INTENT(IN) :: pt_containerPos
51 integer,dimension(MDIM), intent(IN) :: posAttrib
52 integer, dimension(PART_ATTR_DS_SIZE,numAttrib),INTENT(in) :: attrib
53 integer, INTENT(IN) :: mapType
54 integer, optional, intent(IN) :: gridDataStruct
55
56 return
57end subroutine Grid_mapMeshToParticles_pc
subroutine Grid_mapMeshToParticles_pc(pt_containerPos, part_props, part_blkID, posAttrib, numAttrib, attrib, mapType, gridDataStruct)