Public Member Functions | |
| CartesianMeshGenerator (IPrimaryMesh *mesh) | |
| IntegerConstArrayView | communicatingSubDomains () const override |
| bool | readOptions (XmlNode node) override |
| bool | generateMesh () override |
| void | setBuildInfo (const CartesianMeshGeneratorBuildInfo &build_info) |
| 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 | |
| int | sdXOffset () |
| int | sdYOffset () |
| int | sdZOffset () |
| int | sdXOffset (int) |
| int | sdYOffset (int) |
| int | sdZOffset (int) |
| Int32 | ownXNbCell () |
| Int32 | ownYNbCell () |
| Int32 | ownZNbCell () |
| Int32 | ownXNbCell (int) |
| Int32 | ownYNbCell (int) |
| Int32 | ownZNbCell (int) |
| Real | nxDelta (Real, int) |
| Real | nyDelta (Real, int) |
| Real | nzDelta (Real, int) |
| Real | xDelta (int) |
| Real | yDelta (int) |
| Real | zDelta (int) |
| void | xScan (const Int64, Int32Array &, Int32Array &, Int64Array &, Int64Array &, Int64Array &) |
| void | yScan (const Integer, Int32Array &, Int32Array &, Int64Array &, Int64Array &, Int64Array &, Int64, Int64) |
| void | zScan (const Int64, Int32Array &, Int32Array &, Int64Array &, Int64Array &, Int64Array &, Int64, Int64) |
| bool | _readOptions () |
| readOptions | |
Private Attributes | |
| IPrimaryMesh * | m_mesh |
| Int32 | m_my_mesh_part |
| UniqueArray< Int32 > | m_communicating_sub_domains |
| int | m_mesh_dimension = -1 |
| ICartesianMeshGenerationInfo * | m_generation_info = nullptr |
| CartesianMeshGeneratorBuildInfo | m_build_info |
| RealUniqueArray | m_bloc_ox |
| RealUniqueArray | m_bloc_oy |
| RealUniqueArray | m_bloc_oz |
| Real3 | m_l |
| Integer | m_nx = 0 |
| Integer | m_ny = 0 |
| Integer | m_nz = 0 |
Additional Inherited Members | |
| Protected Member Functions inherited from Arcane::TraceAccessor | |
| void | _setLocalVerboseLevel (Int32 v) |
| Int32 | _localVerboseLevel () const |
Definition at line 65 of file CartesianMeshGenerator.h.
|
explicit |
Definition at line 175 of file CartesianMeshGenerator.cc.
|
private |
readOptions
Definition at line 209 of file CartesianMeshGenerator.cc.
References ARCANE_FATAL, Arcane::TraceAccessor::info(), and Arcane::TraceAccessor::traceMng().
|
inlineoverridevirtual |
Implements Arcane::IMeshGenerator.
Definition at line 75 of file CartesianMeshGenerator.h.
|
overridevirtual |
Implements Arcane::IMeshGenerator.
Definition at line 602 of file CartesianMeshGenerator.cc.
Definition at line 416 of file CartesianMeshGenerator.cc.
Definition at line 427 of file CartesianMeshGenerator.cc.
Definition at line 438 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 346 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 351 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 356 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 361 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 366 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 371 of file CartesianMeshGenerator.cc.
|
overridevirtual |
Implements Arcane::IMeshGenerator.
Definition at line 186 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 310 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 316 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 322 of file CartesianMeshGenerator.cc.
| void Arcane::CartesianMeshGenerator::setBuildInfo | ( | const CartesianMeshGeneratorBuildInfo & | build_info | ) |
Definition at line 196 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 421 of file CartesianMeshGenerator.cc.
|
private |
Definition at line 455 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 432 of file CartesianMeshGenerator.cc.
|
private |
Definition at line 511 of file CartesianMeshGenerator.cc.
|
inlineprivate |
Definition at line 444 of file CartesianMeshGenerator.cc.
|
private |
Definition at line 557 of file CartesianMeshGenerator.cc.
|
private |
Definition at line 127 of file CartesianMeshGenerator.h.
|
private |
Definition at line 128 of file CartesianMeshGenerator.h.
|
private |
Definition at line 129 of file CartesianMeshGenerator.h.
|
private |
Definition at line 126 of file CartesianMeshGenerator.h.
|
private |
Definition at line 120 of file CartesianMeshGenerator.h.
|
private |
Definition at line 122 of file CartesianMeshGenerator.h.
|
private |
Definition at line 130 of file CartesianMeshGenerator.h.
|
private |
Definition at line 118 of file CartesianMeshGenerator.h.
|
private |
Definition at line 121 of file CartesianMeshGenerator.h.
|
private |
Definition at line 119 of file CartesianMeshGenerator.h.
|
private |
Definition at line 131 of file CartesianMeshGenerator.h.
|
private |
Definition at line 132 of file CartesianMeshGenerator.h.
|
private |
Definition at line 133 of file CartesianMeshGenerator.h.