Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::Numerics::Euclidian3GeometryService Class Reference
Inheritance diagram for Arcane::Numerics::Euclidian3GeometryService:
Collaboration diagram for Arcane::Numerics::Euclidian3GeometryService:

Public Member Functions

 Euclidian3GeometryService (const Arcane::ServiceBuildInfo &sbi)
virtual ~Euclidian3GeometryService ()
void init ()
 Initialization.
void update (ItemGroup group)
 Update property values for an ItemGroup.
void reset (ItemGroup group)
 Reset property for an ItemGroup.
IGeometrygeometry ()
 Get underlying geometry.
ITraceMngtraceMng ()
 Access to traceMng.
IMeshmesh ()
 Access to Mesh.
const char * className () const
 Name of instancied class.
Public Member Functions inherited from ArcaneEuclidian3GeometryObject
 ArcaneEuclidian3GeometryObject (const Arcane::ServiceBuildInfo &sbi)
 Constructeur.
virtual ~ArcaneEuclidian3GeometryObject ()
 Destructeur.
CaseOptionsEuclidian3Geometryoptions () const
 Options du jeu de données du service.
Public Member Functions inherited from Arcane::BasicService
 ~BasicService () override
 Releases resources.
virtual ISubDomainsubDomain ()
Public Member Functions inherited from Arcane::AbstractService
 ~AbstractService () override
 Destructor.
virtual void build ()
 Build-level construction of the service.
IServiceInfoserviceInfo () const override
 Access to service information. See IServiceInfo for details.
IBaseserviceParent () const override
 Access to the base interface of main Arcane objects.
IServiceserviceInterface () override
 Returns the low-level IService interface of the service.
Public Member Functions inherited from Arcane::TraceAccessor
 TraceAccessor (ITraceMng *m)
 Constructs an accessor via the trace manager m.
 TraceAccessor (const TraceAccessor &rhs)
 Copy constructor.
TraceAccessoroperator= (const TraceAccessor &rhs)
 Copy assignment operator.
virtual ~TraceAccessor ()
 Frees resources.
ITraceMngtraceMng () 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
Public Member Functions inherited from Arcane::IService
virtual ~IService ()
 Releases resources.
Public Member Functions inherited from Arcane::MeshAccessor
 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.
VariableNodeReal3nodesCoordinates () 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.
IMeshmesh () const
const MeshHandlemeshHandle () const
Public Member Functions inherited from Arcane::CommonVariables
 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).
Public Member Functions inherited from Arcane::Numerics::GeometryServiceBase
 GeometryServiceBase ()
virtual ~GeometryServiceBase ()
void addItemGroupProperty (ItemGroup group, Integer property, Integer storage=IGeometryProperty::PVariable)
 Set geometric properties on an ItemGroup.
void addItemGroupProperty (ItemGroup group, IGeometryProperty::eProperty property, RealVariable var)
 Set geometric properties on an ItemGroup with an external container (real field).
void addItemGroupProperty (ItemGroup group, IGeometryProperty::eProperty property, Real3Variable var)
 Set geometric properties on an ItemGroup with an external container (real3 field).
Integer getItemGroupProperty (ItemGroup group)
 Get set of properties of an ItemGroup.
bool hasItemGroupProperty (ItemGroup group, Integer property)
 Check if a property is activated on an ItemGroup.
Integer getItemGroupPropertyStorage (ItemGroup group, IGeometryProperty::eProperty property)
 Check if storage is available on an ItemGroup.
const RealVariable & getRealVariableProperty (ItemGroup group, IGeometryProperty::eProperty property)
 Get geometric property values for a Real field.
const Real3Variable & getReal3VariableProperty (ItemGroup group, IGeometryProperty::eProperty property)
 Get geometric property values for a Real3 field.
void update (ItemGroup group, Integer property)
 Update property values for an ItemGroup.
void reset (ItemGroup group, Integer property)
 Reset property for an ItemGroup.
void update ()
 Update property values for all ItemGroups.
void reset ()
 Reset property for all ItemGroups.
Public Member Functions inherited from Arcane::Numerics::IGeometryMng
 IGeometryMng ()
virtual ~IGeometryMng ()

Private Attributes

Euclidian3Geometrym_geometry

Additional Inherited Members

Public Types inherited from Arcane::Numerics::IGeometryMng
typedef VariableItemReal RealVariable
typedef VariableItemReal3 Real3Variable
Static Public Member Functions inherited from ArcaneEuclidian3GeometryObject
template<typename ServiceClassType>
static void fillServiceInfo (Arcane::ServiceInfo *si)
Public Attributes inherited from Arcane::CommonVariables
VariableScalarInt32 m_global_iteration
 Current iteration.
VariableScalarReal m_global_time
 Current time.
VariableScalarReal m_global_deltat
 Global Delta T.
VariableScalarReal m_global_old_time
 Time previous to the current time.
VariableScalarReal m_global_old_deltat
 Delta T at the time previous to the global time.
VariableScalarReal m_global_final_time
 Final time of the case.
VariableScalarReal m_global_old_cpu_time
 Previous CPU time used (in seconds).
VariableScalarReal m_global_cpu_time
 CPU time used (in seconds).
VariableScalarReal m_global_old_elapsed_time
 Previous clock time used (in seconds).
VariableScalarReal m_global_elapsed_time
 Clock time used (in seconds).
Protected Types inherited from Arcane::Numerics::GeometryServiceBase
typedef std::map< ItemGroupImpl *, ItemGroupGeometryPropertyPropertyMap
Protected Member Functions inherited from Arcane::BasicService
 BasicService (const ServiceBuildInfo &)
Protected Member Functions inherited from Arcane::AbstractService
 AbstractService (const ServiceBuildInfo &)
 Constructor from a ServiceBuildInfo.
Protected Member Functions inherited from Arcane::TraceAccessor
void _setLocalVerboseLevel (Int32 v)
Int32 _localVerboseLevel () const
Protected Member Functions inherited from Arcane::IService
 IService ()
 Constructor.
Protected Member Functions inherited from Arcane::Numerics::GeometryServiceBase
template<typename GeometryT>
void updateGroup (ItemGroup group, GeometryT &geometry)
ItemGroupGeometryProperty::StorageInfo_checkItemGroupProperty (ItemGroupImpl *group, IGeometryProperty::eProperty property, IGeometryProperty::eStorage storage)
 Return ItemGroupGeometryProperty if requested property and storage are available.
void _resetComputeFlags ()
void _checkItemGroupUsage ()
void setSuffix (const String &suffix)
Protected Attributes inherited from Arcane::Numerics::GeometryServiceBase
PropertyMap m_group_property_map
String m_suffix
 suffix for internal variable names

Detailed Description

Definition at line 33 of file Euclidian3GeometryService.h.

Constructor & Destructor Documentation

◆ Euclidian3GeometryService()

Arcane::Numerics::Euclidian3GeometryService::Euclidian3GeometryService ( const Arcane::ServiceBuildInfo & sbi)

Constructor of the class

Definition at line 46 of file Euclidian3GeometryService.cc.

References ArcaneEuclidian3GeometryObject::ArcaneEuclidian3GeometryObject(), and Arcane::Numerics::GeometryServiceBase::GeometryServiceBase().

Here is the call graph for this function:

◆ ~Euclidian3GeometryService()

Arcane::Numerics::Euclidian3GeometryService::~Euclidian3GeometryService ( )
virtual

Destructor of the class

Definition at line 55 of file Euclidian3GeometryService.cc.

Member Function Documentation

◆ className()

const char * Arcane::Numerics::Euclidian3GeometryService::className ( ) const
inlinevirtual

Name of instancied class.

Implements Arcane::Numerics::GeometryServiceBase.

Definition at line 73 of file Euclidian3GeometryService.h.

Referenced by init().

Here is the caller graph for this function:

◆ geometry()

IGeometry * Arcane::Numerics::Euclidian3GeometryService::geometry ( )
virtual

Get underlying geometry.

Implements Arcane::Numerics::IGeometryMng.

Definition at line 100 of file Euclidian3GeometryService.cc.

◆ init()

void Arcane::Numerics::Euclidian3GeometryService::init ( )
virtual

Initialization.

Implements Arcane::Numerics::IGeometryMng.

Definition at line 65 of file Euclidian3GeometryService.cc.

References className(), Arcane::TraceAccessor::info(), mesh(), Arcane::MeshAccessor::nodesCoordinates(), ArcaneEuclidian3GeometryObject::options(), and Arcane::Numerics::GeometryServiceBase::setSuffix().

Here is the call graph for this function:

◆ mesh()

IMesh * Arcane::Numerics::Euclidian3GeometryService::mesh ( )
inlinevirtual

Access to Mesh.

Implements Arcane::Numerics::GeometryServiceBase.

Definition at line 70 of file Euclidian3GeometryService.h.

Referenced by init().

Here is the caller graph for this function:

◆ reset()

void Arcane::Numerics::Euclidian3GeometryService::reset ( ItemGroup group)
virtual

Reset property for an ItemGroup.

Implements Arcane::Numerics::GeometryServiceBase.

Definition at line 89 of file Euclidian3GeometryService.cc.

◆ traceMng()

ITraceMng * Arcane::Numerics::Euclidian3GeometryService::traceMng ( )
inlinevirtual

Access to traceMng.

Implements Arcane::Numerics::GeometryServiceBase.

Definition at line 67 of file Euclidian3GeometryService.h.

References Arcane::TraceAccessor::traceMng().

Here is the call graph for this function:

◆ update()

void Arcane::Numerics::Euclidian3GeometryService::update ( ItemGroup group)
virtual

Update property values for an ItemGroup.

Implements Arcane::Numerics::GeometryServiceBase.

Definition at line 83 of file Euclidian3GeometryService.cc.

Member Data Documentation

◆ m_geometry

Euclidian3Geometry* Arcane::Numerics::Euclidian3GeometryService::m_geometry
private

Definition at line 79 of file Euclidian3GeometryService.h.


The documentation for this class was generated from the following files: