Mesh file reader via the LIMA library for '.mli' or 'mli2' files. More...
#include <arcane/lima/internal/LimaMalippT.h>
Public Member Functions | |
| LimaMalippMeshBase (ITraceMng *trace_mng) | |
| virtual bool | readMeshPart (ITimerMng *timer_mng, LimaMaliReader *reader, IPrimaryMesh *mesh, const String &filename, Real length_multiplier)=0 |
| 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 |
Protected Member Functions | |
| 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< LimaMaliReader > *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 for '.mli' or 'mli2' files.
The template parameter LimaMaliReader is either Lima::MaliPPReader for 'mli' files, or Lima::MaliPPReader2 for 'mli2'.
Definition at line 136 of file LimaMalippT.h.
|
inline |
Definition at line 141 of file LimaMalippT.h.
|
protected |
Definition at line 1388 of file LimaMalippT.h.
|
protected |
Definition at line 1367 of file LimaMalippT.h.
|
protected |
Definition at line 1306 of file LimaMalippT.h.
|
protected |
Definition at line 1290 of file LimaMalippT.h.