Mesh file reader via the LIMA library. More...
#include <arcane/lima/internal/LimaMalippT.h>
Public Types | |
| typedef ReaderWrapper::LimaMaliReaderType | LimaMaliReader |
Public Member Functions | |
| LimaMalippReaderT (IParallelMng *pm) | |
| bool | readMeshPart (ITimerMng *timer_mng, LimaMaliReader *reader, IPrimaryMesh *mesh, const String &filename, Real length_multiplier) override |
| Public Member Functions inherited from Arcane::LimaMalippMeshBase< ReaderWrapper::LimaMaliReaderType > | |
| LimaMalippMeshBase (ITraceMng *trace_mng) | |
| 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 Member Functions | |
| bool | _readMeshPart (ITimerMng *timer_mng, LimaMaliReader *reader, IPrimaryMesh *mesh, const String &filename, Real length_multiplier) |
| Mesh reading. Only the master process has a non-null instance of reader. Others must not use it. | |
| TraceMessage | info () const |
| Flow for an information message. | |
| TraceMessage | info (char category) const |
| Flow for an information message of a given category. | |
| TraceMessage | info (bool v) const |
| Flow for an information message. | |
| TraceMessage | info (Int32 verbose_level) const |
| Flow for an information message of a given level. | |
| TraceMessage | log () const |
| Flow for a log message. | |
| TraceMessage | logdate () const |
| Flow for a log message preceded by the date. | |
Private Attributes | |
| LimaCutInfosReader * | m_cut_infos_reader |
| ReaderWrapper | m_wrapper |
Additional Inherited Members | |
| Protected Member Functions inherited from Arcane::LimaMalippMeshBase< ReaderWrapper::LimaMaliReaderType > | |
| void | _createGroupFromUniqueIds (IMesh *mesh, const String &name, eItemKind ik, Int64ConstArrayView unique_ids) |
| void | _createGroupFromHashTable (IMesh *mesh, const String &name, eItemKind ik, Int64ConstArrayView unique_ids, const HashTableMapT< Int64, Int32 > &converter) |
| void | _setCoords (Real3ConstArrayView coords, HashTableMapT< Int64, Real3 > &nodes_coords, Int64 current_unique_id) |
| void | _createGroups (IMesh *mesh, eItemKind item_kind, LimaGroupReader< ReaderWrapper::LimaMaliReaderType > *reader, HashTableMapT< Int64, Int32 > *converter) |
| Protected Member Functions inherited from Arcane::TraceAccessor | |
| void | _setLocalVerboseLevel (Int32 v) |
| Int32 | _localVerboseLevel () const |
Mesh file reader via the LIMA library.
The 'template' parameter allows specifying a wrapper to read 2D or 3D meshes.
Definition at line 176 of file LimaMalippT.h.
| typedef ReaderWrapper::LimaMaliReaderType Arcane::LimaMalippReaderT< ReaderWrapper >::LimaMaliReader |
Definition at line 185 of file LimaMalippT.h.
|
inline |
Definition at line 189 of file LimaMalippT.h.
|
inlineoverride |
Definition at line 194 of file LimaMalippT.h.
|
private |
Mesh reading. Only the master process has a non-null instance of reader. Others must not use it.
Definition at line 846 of file LimaMalippT.h.
References Arcane::Array< T >::add(), Arcane::HashTableMapT< KeyType, ValueType, KeyTraitsType >::add(), ARCANE_FATAL, Arcane::Array< T >::clear(), Arcane::IParallelMng::commRank(), Arcane::IParallelMng::commSize(), Arcane::Array< T >::data(), ENUMERATE_NODE, Arcane::platform::getEnvironmentVariable(), Arcane::IK_Cell, Arcane::IK_Face, Arcane::IK_Node, info(), Arcane::IParallelMng::isMasterIO(), Arcane::Item::localId(), log(), logdate(), Arcane::HashTableMapT< KeyType, ValueType, KeyTraitsType >::lookupValue(), Arcane::IParallelMng::masterIORank(), Arcane::ItemTypeInfo::nbLocalNode(), Arcane::Item::null(), Arcane::TraceAccessor::pwarning(), Arcane::IParallelMng::recv(), Arcane::Array< T >::reserve(), Arcane::Array< T >::resize(), Arcane::AbstractArray< T >::size(), Arcane::ConstArrayView< T >::size(), Arcane::Timer::TimerReal, Arcane::ItemTypeMng::typeFromId(), Arcane::Item::uniqueId(), Arcane::Real3POD::x, Arcane::Real3POD::y, and Arcane::Real3POD::z.
|
private |
Flow for an information message.
Definition at line 62 of file TraceAccessor.cc.
Referenced by _readMeshPart().
|
private |
Flow for an information message.
If v is false, the message will not be displayed.
Definition at line 82 of file TraceAccessor.cc.
|
private |
Flow for an information message of a given category.
Definition at line 72 of file TraceAccessor.cc.
|
private |
Flow for an information message of a given level.
Definition at line 132 of file TraceAccessor.cc.
|
private |
Flow for a log message.
Definition at line 103 of file TraceAccessor.cc.
Referenced by _readMeshPart().
|
private |
Flow for a log message preceded by the date.
Definition at line 109 of file TraceAccessor.cc.
Referenced by _readMeshPart().
|
overridevirtual |
Implements Arcane::LimaMalippMeshBase< ReaderWrapper::LimaMaliReaderType >.
Definition at line 831 of file LimaMalippT.h.
|
private |
Definition at line 208 of file LimaMalippT.h.
|
private |
Definition at line 209 of file LimaMalippT.h.