Class containing mesh-to-mesh mapping information after a patch change operation. More...
#include <mapPatchChange.H>
Public Member Functions | |
| mapPatchChange (const label nOldPatches, const labelList &patchMap) | |
| Construct from components. | |
| label | nOldPatches () const |
| Number of old patches. | |
| const labelList & | patchMap () const |
| Patch map. Size of current patches. | |
| labelList | addedPatches () const |
| Labels of added patches. | |
| labelList | deletedPatches () const |
| Labels (on old mesh) of deleted patches. | |
Class containing mesh-to-mesh mapping information after a patch change operation.
Definition at line 46 of file mapPatchChange.H.
|
inline |
Construct from components.
Definition at line 67 of file mapPatchChange.H.
References nOldPatches(), and patchMap().

|
inline |
Number of old patches.
Definition at line 81 of file mapPatchChange.H.
Referenced by mapPatchChange().

|
inline |
Patch map. Size of current patches.
-1 : patch was added >=0 : old position of patch any original patch which is not in the list has been deleted
Definition at line 93 of file mapPatchChange.H.
Referenced by mapPatchChange().

|
inline |
Labels of added patches.
Definition at line 104 of file mapPatchChange.H.
References forAll, and List< T >::setSize().

|
inline |
Labels (on old mesh) of deleted patches.
Definition at line 124 of file mapPatchChange.H.
References forAll, and List< T >::setSize().
