|
| | ArcaneSimpleCsvComparatorObject (const Arcane::ServiceBuildInfo &sbi) |
| | Constructeur.
|
| virtual | ~ArcaneSimpleCsvComparatorObject () |
| | Destructeur.
|
| CaseOptionsSimpleCsvComparator * | options () const |
| | Options du jeu de données du service.
|
| | ~BasicService () override |
| | Releases resources.
|
| virtual ISubDomain * | subDomain () |
| | ~AbstractService () override |
| | Destructor.
|
| virtual void | build () |
| | Build-level construction of the service.
|
| IServiceInfo * | serviceInfo () const override |
| | Access to service information. See IServiceInfo for details.
|
| IBase * | serviceParent () const override |
| | Access to the base interface of main Arcane objects.
|
| IService * | serviceInterface () override |
| | Returns the low-level IService interface of the service.
|
| | 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 |
| virtual | ~IService () |
| | Releases resources.
|
| | MeshAccessor (ISubDomain *sd) |
| | MeshAccessor (IMesh *mesh) |
| | MeshAccessor (const MeshHandle &mesh_handle) |
| Integer | nbCell () const |
| | Returns the number of cells in the mesh.
|
| Integer | nbFace () const |
| | Returns the number of faces in the mesh.
|
| Integer | nbEdge () const |
| | Returns the number of edges in the mesh.
|
| Integer | nbNode () const |
| | Returns the number of nodes in the mesh.
|
| VariableNodeReal3 & | nodesCoordinates () const |
| | Returns the coordinates of the mesh nodes.
|
| NodeGroup | allNodes () const |
| | Returns the group containing all nodes.
|
| EdgeGroup | allEdges () const |
| | Returns the group containing all edges.
|
| FaceGroup | allFaces () const |
| | Returns the group containing all faces.
|
| CellGroup | allCells () const |
| | Returns the group containing all cells.
|
| FaceGroup | outerFaces () const |
| | Returns the group containing all boundary faces.
|
| NodeGroup | ownNodes () const |
| | Returns the group containing all nodes specific to this domain.
|
| CellGroup | ownCells () const |
| | Returns the group containing all cells specific to this domain.
|
| FaceGroup | ownFaces () const |
| | Group containing all faces specific to this domain.
|
| EdgeGroup | ownEdges () const |
| | Group containing all edges specific to this domain.
|
| IMesh * | mesh () const |
| const MeshHandle & | meshHandle () const |
| | CommonVariables (IModule *c) |
| | Constructs the references of the common variables for the module c.
|
| | CommonVariables (IVariableMng *variable_mng) |
| | Constructs the references of the common variables for the manager variable_mng.
|
| | CommonVariables (ISubDomain *sd) |
| | Constructs the references of the common variables for the subdomain sd.
|
| virtual | ~CommonVariables () |
| | Releases resources.
|
| Int32 | globalIteration () const |
| | Current iteration number.
|
| Real | globalTime () const |
| | Current time.
|
| Real | globalOldTime () const |
| | Previous current time.
|
| Real | globalFinalTime () const |
| | Final time of the simulation.
|
| Real | globalDeltaT () const |
| | Current Delta T.
|
| Real | globalCPUTime () const |
| | CPU time used (in seconds).
|
| Real | globalOldCPUTime () const |
| | Previous CPU time used (in seconds).
|
| Real | globalElapsedTime () const |
| | Clock time (elapsed) used (in seconds).
|
| Real | globalOldElapsedTime () const |
| | Previous clock time (elapsed) used (in seconds).
|
| virtual void | init (ISimpleTableOutput *simple_table_output_ptr)=0 |
| | Method allowing the service to be initialized.
|
| virtual void | clear ()=0 |
| | Method allowing the data read by readReferenceFile() to be cleared.
|
| virtual void | print (Integer rank=0)=0 |
| | Method allowing the read table to be displayed.
|
| virtual void | editRootDirectory (const Directory &root_directory)=0 |
| | Method allowing the root directory to be modified. This allows writing or searching for reference files elsewhere than in the directory determined by the implementation.
|
| virtual bool | writeReferenceFile (Integer rank=-1)=0 |
| | Method allowing reference files to be written.
|
| virtual bool | readReferenceFile (Integer rank=-1)=0 |
| | Method allowing reference files to be read.
|
| virtual bool | isReferenceExist (Integer rank=-1)=0 |
| | Method allowing to check if the reference files exist.
|
| virtual bool | compareWithReference (Integer rank=-1, bool compare_dimension_too=false)=0 |
| | Method allowing the ISimpleTableOutput object to be compared to the reference files.
|
| virtual bool | compareElemWithReference (const String &column_name, const String &row_name, Integer rank=-1)=0 |
| | Method allowing only an element to be compared. Both SimpleTableInternals are represented by Refs, so they are always up to date. This method can be used during calculation, allowing to compare values as the calculation progresses, instead of performing a final comparison at the end (it is still possible to do both).
|
| virtual bool | compareElemWithReference (Real elem, const String &column_name, const String &row_name, Integer rank=-1)=0 |
| | Method allowing a value to be compared with a value from the reference table. This method does not need an internal 'toCompare' (setInternalToCompare() unnecessary).
|
| virtual bool | addColumnForComparing (const String &column_name)=0 |
| | Method allowing a column to be added to the list of columns to be compared.
|
| virtual bool | addRowForComparing (const String &row_name)=0 |
| | Method allowing a row to be added to the list of rows to be compared.
|
| virtual void | isAnArrayExclusiveColumns (bool is_exclusive)=0 |
| | Method allowing definition whether the array of columns represents the columns to include in the comparison (false/default) or represents the columns to exclude from the comparison (true).
|
| virtual void | isAnArrayExclusiveRows (bool is_exclusive)=0 |
| | Method allowing definition whether the array of rows represents the rows to include in the comparison (false/default) or represents the rows to exclude from the comparison (true).
|
| virtual void | editRegexColumns (const String ®ex_column)=0 |
| | Method allowing a regular expression to be added to determine the columns to compare.
|
| virtual void | editRegexRows (const String ®ex_row)=0 |
| | Method allowing a regular expression to be added to determine the rows to compare.
|
| virtual void | isARegexExclusiveColumns (bool is_exclusive)=0 |
| | Method allowing to request that the regular expression excludes columns instead of including them.
|
| virtual void | isARegexExclusiveRows (bool is_exclusive)=0 |
| | Method allowing to request that the regular expression excludes rows instead of including them.
|
| virtual bool | addEpsilonColumn (const String &column_name, Real epsilon)=0 |
| | Method allowing an epsilon to be defined for a given column. This epsilon must be positive to be taken into account. If there is a conflict with a row epsilon (defined with addEpsilonRow()), the largest epsilon is taken into account.
|
| virtual bool | addEpsilonRow (const String &row_name, Real epsilon)=0 |
| | Method allowing an epsilon to be defined for a given row. This epsilon must be positive to be taken into account. If there is a conflict with a column epsilon (defined with addEpsilonColumn()), the largest epsilon is taken into account.
|
Generation de la classe de base du Service.
Definition at line 144 of file SimpleCsvComparator_axl.h.