FLASH-X
Doxygen Generated Documentation From Interface Source Code
Grid_ptDataTypes.F90
Go to the documentation of this file.
2!! NOTICE
3!! Copyright 2022 UChicago Argonne, LLC and contributors
4!!
5!! Licensed under the Apache License, Version 2.0 (the "License");
6!! you may not use this file except in compliance with the License.
7!!
8!! Unless required by applicable law or agreed to in writing, software
9!! distributed under the License is distributed on an "AS IS" BASIS,
10!! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11!! See the License for the specific language governing permissions and
12!! limitations under the License.
13
14 ! Grid_ptContainer_t is currently not used anywhere.
15 type Grid_ptContainer_t
16 end type Grid_ptContainer_t
17
18 ! In a non-stub implementation of Grid_ptDataTypes, Grid_particle_t
19 ! should basically become an alias for the type of mesh-owned particles.
20 type Grid_particle_t
21 end type Grid_particle_t
22
23end module Grid_ptDataTypes