Serializes the entities of the groups. More...
#include <arcane/mesh/ItemGroupsSerializer2.h>
Public Member Functions | |
| ItemGroupsSerializer2 (IItemFamily *item_family, IParallelExchanger *exchanger) | |
| void | prepareData (ConstArrayView< SharedArray< Int32 > > items_exchange) |
| void | serialize (const ItemFamilySerializeArgs &args) |
| void | get (ISerializer *sbuf, Int64Array &items_in_groups_uid) |
| ItemGroupList | groups () |
| IMesh * | mesh () const |
| IItemFamily * | itemFamily () const |
| Public Member Functions inherited from Arcane::TraceAccessor | |
| TraceAccessor (ITraceMng *m) | |
| Constructs an accessor via the trace manager m. | |
| TraceAccessor (const TraceAccessor &rhs) | |
| Copy constructor. | |
| TraceAccessor & | operator= (const TraceAccessor &rhs) |
| Copy assignment operator. | |
| virtual | ~TraceAccessor () |
| Frees resources. | |
| ITraceMng * | traceMng () const |
| Trace manager. | |
| TraceMessage | info () const |
| Flow for an information message. | |
| TraceMessage | pinfo () const |
| Flow for a parallel information message. | |
| TraceMessage | info (char category) const |
| Flow for an information message of a given category. | |
| TraceMessage | pinfo (char category) const |
| Flow for a parallel information message of a given category. | |
| TraceMessage | info (bool v) const |
| Flow for an information message. | |
| TraceMessage | warning () const |
| Flow for a warning message. | |
| TraceMessage | pwarning () const |
| TraceMessage | error () const |
| Flow for an error message. | |
| TraceMessage | perror () const |
| TraceMessage | log () const |
| Flow for a log message. | |
| TraceMessage | plog () const |
| Flow for a log message. | |
| TraceMessage | logdate () const |
| Flow for a log message preceded by the date. | |
| TraceMessage | fatal () const |
| Flow for a fatal error message. | |
| TraceMessage | pfatal () const |
| Flow for a parallel fatal error message. | |
| TraceMessageDbg | debug (Trace::eDebugLevel=Trace::Medium) const |
| Flow for a debug message. | |
| Trace::eDebugLevel | configDbgLevel () const |
| Debug level of the configuration file. | |
| TraceMessage | info (Int32 verbose_level) const |
| Flow for an information message of a given level. | |
| TraceMessage | linfo () const |
| Flow for an information message with the local information level of this instance. | |
| TraceMessage | linfo (Int32 relative_level) const |
| Flow for an information message with the local information level of this instance. | |
| void | fatalMessage (const StandaloneTraceMessage &o) const |
Private Attributes | |
| IParallelExchanger * | m_exchanger |
| IMesh * | m_mesh |
| IItemFamily * | m_item_family |
| ItemGroupList | m_groups_to_exchange |
| List of groups to exchange. | |
| UniqueArray< SharedArray< Int64 > > | m_items_to_send |
| List of entities to exchange per processor. | |
Additional Inherited Members | |
| Protected Member Functions inherited from Arcane::TraceAccessor | |
| void | _setLocalVerboseLevel (Int32 v) |
| Int32 | _localVerboseLevel () const |
Serializes the entities of the groups.
Definition at line 50 of file ItemGroupsSerializer2.h.
| Arcane::mesh::ItemGroupsSerializer2::ItemGroupsSerializer2 | ( | IItemFamily * | item_family, |
| IParallelExchanger * | exchanger ) |
Definition at line 42 of file ItemGroupsSerializer2.cc.
|
virtual |
Definition at line 70 of file ItemGroupsSerializer2.cc.
| void Arcane::mesh::ItemGroupsSerializer2::get | ( | ISerializer * | sbuf, |
| Int64Array & | items_in_groups_uid ) |
Definition at line 101 of file ItemGroupsSerializer2.cc.
|
inline |
Definition at line 64 of file ItemGroupsSerializer2.h.
|
inline |
Definition at line 67 of file ItemGroupsSerializer2.h.
|
inline |
Definition at line 65 of file ItemGroupsSerializer2.h.
| void Arcane::mesh::ItemGroupsSerializer2::prepareData | ( | ConstArrayView< SharedArray< Int32 > > | items_exchange | ) |
Definition at line 139 of file ItemGroupsSerializer2.cc.
| void Arcane::mesh::ItemGroupsSerializer2::serialize | ( | const ItemFamilySerializeArgs & | args | ) |
Definition at line 78 of file ItemGroupsSerializer2.cc.
|
private |
Definition at line 72 of file ItemGroupsSerializer2.h.
|
private |
List of groups to exchange.
IMPORTANT: This list must be identical for all sub-domains otherwise the deserializations will give incorrect results.
Definition at line 80 of file ItemGroupsSerializer2.h.
|
private |
Definition at line 74 of file ItemGroupsSerializer2.h.
|
private |
List of entities to exchange per processor.
Definition at line 82 of file ItemGroupsSerializer2.h.
|
private |
Definition at line 73 of file ItemGroupsSerializer2.h.