Generic class for calculating entity owners. More...
#include <arcane/mesh/ItemsOwnerBuilder.h>
Public Member Functions | |
| ItemsOwnerBuilder (IMesh *mesh) | |
| void | computeFacesOwner () |
| void | computeEdgesOwner () |
| void | computeNodesOwner () |
Private Attributes | |
| std::unique_ptr< ItemsOwnerBuilderImpl > | m_p |
Generic class for calculating entity owners.
For all methods, it is assumed that the cell owners are correctly valid and synchronized.
Definition at line 40 of file ItemsOwnerBuilder.h.
|
explicit |
Definition at line 628 of file ItemsOwnerBuilder.cc.
| Arcane::mesh::ItemsOwnerBuilder::~ItemsOwnerBuilder | ( | ) |
Definition at line 633 of file ItemsOwnerBuilder.cc.
| void Arcane::mesh::ItemsOwnerBuilder::computeEdgesOwner | ( | ) |
Definition at line 652 of file ItemsOwnerBuilder.cc.
| void Arcane::mesh::ItemsOwnerBuilder::computeFacesOwner | ( | ) |
Definition at line 643 of file ItemsOwnerBuilder.cc.
| void Arcane::mesh::ItemsOwnerBuilder::computeNodesOwner | ( | ) |
Definition at line 661 of file ItemsOwnerBuilder.cc.
|
private |
Definition at line 57 of file ItemsOwnerBuilder.h.