From cbf463898df883e85f5b382106d8b5152a19c33d Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 15 Aug 2023 20:58:57 -0400 Subject: [PATCH] add versionadded tag --- doc/src/compute_property_grid.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/compute_property_grid.rst b/doc/src/compute_property_grid.rst index b14e315de3..20a4f19605 100644 --- a/doc/src/compute_property_grid.rst +++ b/doc/src/compute_property_grid.rst @@ -61,6 +61,8 @@ varying fastest, then Y, then Z slowest. For 2d grids (in 2d simulations), the grid IDs range from 1 to Nx*Ny, with X varying fastest and Y slowest. +.. versionadded:: TBD + The *proc* attribute is the ID of the processor which owns the grid cell. Processor IDs range from 0 to Nprocs - 1, where Nprocs is the number of processors the simulation is running on. Each grid cell is