MCPcopy Create free account
hub / github.com/Kitware/VTK / GhostArrayName

Function GhostArrayName

Common/DataModel/vtkFieldData.h:424–424  ·  view source on GitHub ↗

* Return the name used for Ghost Arrays. * An array with this name is considered to be the GhostArray for this field. * Ghost arrays are used in distributed context to add per-element semantic * useful to handle data splited among many ranks. * See vtkDataSetAttributes::CellGhostTypes and vtkDataSetAttributes::PointGhostTypes */

Source from the content-addressed store, hash-verified

422 * See vtkDataSetAttributes::CellGhostTypes and vtkDataSetAttributes::PointGhostTypes
423 */
424 static const char* GhostArrayName() { return "vtkGhostType"; }
425
426protected:
427 vtkFieldData();

Callers 15

WriteImageDataMethod · 0.85
RemoveDeletedCellsMethod · 0.85
EnableDeadCellsMethod · 0.85
DisableDeadCellsMethod · 0.85
RemoveGhostCellsMethod · 0.85
GetNodalAttributesMethod · 0.85
GetElementAttributesMethod · 0.85
GetFieldsMethod · 0.85
TestIOSSGhostArrayFunction · 0.85
WriteDataMethod · 0.85
ReadMeshMethod · 0.85

Calls

no outgoing calls

Tested by 15

TestIOSSGhostArrayFunction · 0.68
TestImageDataFunction · 0.68
TestDataSetAttributesFunction · 0.68
TestGhostAwareRangeFunction · 0.68
TestRemoveGhostCellsFunction · 0.68
MakeTableFunction · 0.68
BlankGridFunction · 0.68
GetGhostedDataSetFunction · 0.68
TestExtractGhostCellsFunction · 0.68
TestOrderStatisticsFunction · 0.68