From 335bacebb722ae61fa07f81fa328485118b87f24 Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Mon, 31 Oct 2022 15:34:58 -0600 Subject: [PATCH] more doc in *.h file --- src/grid3d.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/grid3d.h b/src/grid3d.h index 0e8f722f8d..c6047d2ddd 100644 --- a/src/grid3d.h +++ b/src/grid3d.h @@ -50,7 +50,7 @@ class Grid3d : protected Pointers { protected: int me, nprocs; - int layout; // not TILED, same as Comm class + int layout; // not TILED or TILED, same as Comm class MPI_Comm gridcomm; // communicator for this class // usually world, but MSM calls with subset @@ -67,7 +67,8 @@ class Grid3d : protected Pointers { int fullylo, fullyhi; // can be same as out indices or larger int fullzlo, fullzhi; - double shift; + double shift; // location of grid point within grid cell + // only affects which proc owns grid cell // ------------------------------------------- // internal variables for BRICK layout