|
|
|
ZoneMesh< ZoneType, MeshType > Class Template ReferenceList of mesh zones. More...
Inheritance diagram for ZoneMesh< ZoneType, MeshType >:
![]()
Collaboration diagram for ZoneMesh< ZoneType, MeshType >:
![]()
Detailed Descriptiontemplate<class ZoneType, class MeshType>
List of mesh zones.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ~ZoneMesh | ( | ) | [inline] |
Definition at line 148 of file ZoneMesh.C.
| const MeshType& mesh | ( | ) | const [inline] |
Map of zones containing zone index for all zoned elements.
Return -1 if the object is not in the zone
Definition at line 158 of file ZoneMesh.C.
References ZoneMesh< ZoneType, MeshType >::clearAddressing().

Given a global object index, return the zone it is in. If.
object does not belong to any zones, return -1
Definition at line 172 of file ZoneMesh.C.
| wordList types | ( | ) | const [inline] |
| wordList names | ( | ) | const [inline] |
| void clearAddressing | ( | ) | [inline] |
Clear addressing.
Definition at line 250 of file ZoneMesh.C.
Referenced by ZoneMesh< ZoneType, MeshType >::checkDefinition(), and ZoneMesh< ZoneType, MeshType >::zoneMap().

| void clear | ( | ) | [inline] |
Clear the zones.
Reimplemented from PtrList< ZoneType >.
Definition at line 264 of file ZoneMesh.C.
Referenced by ZoneMesh< ZoneType, MeshType >::checkDefinition().

| bool checkDefinition | ( | const bool | report = false |
) | const [inline] |
Check zone definition. Return true if in error.
Definition at line 273 of file ZoneMesh.C.
References ZoneMesh< ZoneType, MeshType >::clear(), and ZoneMesh< ZoneType, MeshType >::clearAddressing().

| void movePoints | ( | const pointField & | p | ) | [inline] |
| bool writeData | ( | Ostream & | os | ) | const [inline, virtual] |
writeData member function required by regIOobject
Implements regIOobject.
Definition at line 302 of file ZoneMesh.C.