mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: explain only collocated points addressed
This commit is contained in:
@ -53,7 +53,7 @@ int main(int argc, char *argv[])
|
|||||||
const indirectPrimitivePatch& coupledPatch = globalData.coupledPatch();
|
const indirectPrimitivePatch& coupledPatch = globalData.coupledPatch();
|
||||||
|
|
||||||
|
|
||||||
// Test:print shared points
|
// Test:print (collocated) shared points
|
||||||
{
|
{
|
||||||
const labelListList& globalPointSlaves =
|
const labelListList& globalPointSlaves =
|
||||||
globalData.globalPointSlaves();
|
globalData.globalPointSlaves();
|
||||||
@ -90,7 +90,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Test: point to faces addressing
|
// Test: (collocated) point to faces addressing
|
||||||
{
|
{
|
||||||
const labelListList& globalPointBoundaryFaces =
|
const labelListList& globalPointBoundaryFaces =
|
||||||
globalData.globalPointBoundaryFaces();
|
globalData.globalPointBoundaryFaces();
|
||||||
@ -137,7 +137,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Test:point to cells addressing
|
// Test:(collocated) point to cells addressing
|
||||||
{
|
{
|
||||||
const labelList& boundaryCells = globalData.boundaryCells();
|
const labelList& boundaryCells = globalData.boundaryCells();
|
||||||
const labelListList& globalPointBoundaryCells =
|
const labelListList& globalPointBoundaryCells =
|
||||||
@ -172,7 +172,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Test:print shared edges
|
// Test:print (collocated) shared edges
|
||||||
{
|
{
|
||||||
const labelListList& globalEdgeSlaves =
|
const labelListList& globalEdgeSlaves =
|
||||||
globalData.globalEdgeSlaves();
|
globalData.globalEdgeSlaves();
|
||||||
|
|||||||
Reference in New Issue
Block a user