Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >

Classe gérant une variable multi-dimension de type 'NumMatrix' sur une entité du maillage. Plus de détails...

+ Graphe d'héritage de Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >:
+ Graphe de collaboration de Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >:

Types publics

using NumMatrixType = NumMatrix< DataType, Row, Column >
 
using ItemLocalIdType = typename ItemType::LocalIdType
 
using ReferenceType = DataViewGetterSetter< NumMatrixType >
 
using ConstReferenceType = DataViewGetter< NumMatrixType >
 
using MDSpanType = MDSpan< NumMatrixType, AddedFirstExtentsType, RightLayout >
 
- Types publics hérités de Arcane::MeshMDVariableRefBaseT< ItemType, DataType, Extents::template AddedFirstLastLastExtentsType< DynExtent, Row, Column > >
using UnderlyingVariableType = MeshVariableArrayRefT< ItemType, DataType >
 
using MDSpanType = MDSpan< DataType, Extents, RightLayout >
 
using ItemLocalIdType = typename ItemType::LocalIdType
 
using FullExtentsType = Extents
 

Fonctions membres publiques

 MeshMatrixMDVariableRefT (const VariableBuildInfo &b)
 
template<typename X = Extents, typename = std::enable_if_t<X::rank() == 0, void>>
ReferenceType operator() (ItemLocalIdType id)
 
template<typename X = Extents, typename = std::enable_if_t<X::rank() == 0, void>>
ConstReferenceType operator() (ItemLocalIdType id) const
 
template<typename X = Extents, typename = std::enable_if_t<X::rank() == 1, void>>
ReferenceType operator() (ItemLocalIdType id, Int32 i1)
 
template<typename X = Extents, typename = std::enable_if_t<X::rank() == 1, void>>
ConstReferenceType operator() (ItemLocalIdType id, Int32 i1) const
 
void reshape (std::array< Int32, Extents::nb_dynamic > dims)
 Change la forme de la donnée.
 
- Fonctions membres publiques hérités de Arcane::MeshMDVariableRefBaseT< ItemType, DataType, Extents::template AddedFirstLastLastExtentsType< DynExtent, Row, Column > >
 MeshMDVariableRefBaseT (const VariableBuildInfo &b)
 
UnderlyingVariableTypeunderlyingVariable ()
 Variable sous-jacente associée.
 
ArrayShape fullShape () const
 Forme complète (statique + dynamique) de la variable.
 
- Fonctions membres publiques hérités de Arcane::MeshVariableRef
 MeshVariableRef (const VariableBuildInfo &vb)
 Construit une référence liée au module module.
 
void synchronize ()
 
void synchronize (Int32ConstArrayView local_ids)
 
- Fonctions membres publiques hérités de Arcane::VariableRef
virtual ~VariableRef ()
 Libère les ressources.
 
ISubDomainsubDomain () const
 Sous-domaine associé à la variable (TODO rendre obsolète fin 2023)
 
IVariableMngvariableMng () const
 Gestionnaire de variable associé à la variable.
 
String name () const
 Nom de la variable.
 
virtual eDataType dataType () const
 Type de la variable (Real, Integer, ...)
 
virtual void print (std::ostream &o) const
 Affiche la valeur de la variable.
 
virtual IModulemodule () const
 Module associé à la variable (ou nullptr, s'il n'y en a pas)
 
virtual int property () const
 Propriétés de la variable.
 
virtual int referenceProperty () const
 Propriétés de la référence (interne)
 
virtual void setProperty (int property)
 Positionne la propriété property.
 
virtual void unsetProperty (int property)
 Supprime la propriété property.
 
virtual void registerVariable ()
 Enregistre la variable (interne)
 
virtual void unregisterVariable ()
 Supprime l'enregistrement de la variable (interne)
 
IVariablevariable () const
 Variable associée.
 
virtual Integer checkIfSync (int max_print=0)
 Vérifie si la variable est bien synchronisée.
 
virtual Integer checkIfSameOnAllReplica (int max_print=0)
 Vérifie si la variable a les mêmes valeurs sur tous les réplicas.
 
virtual Integer arraySize () const
 Si la variable est un tableau, retourne sa dimension, sinon retourne 0.
 
void setUsed (bool v)
 
bool isUsed () const
 
virtual void internalSetUsed (bool)
 
const StringassignmentStackTrace () const
 Pile d'appel au moment de l'assignation de cette instance.
 
void addTag (const String &tagname, const String &tagvalue)
 Ajoute le tag tagname avev la valeur tagvalue.
 
void removeTag (const String &tagname)
 Supprime le tag tagname.
 
bool hasTag (const String &tagname) const
 true si la variable possède le tag tagname
 
String tagValue (const String &tagname) const
 Valeur du tag tagname. La chaîne est nulle si le tag n'existe pas.
 
void update ()
 Recalcule la variable si nécessaire.
 
void setUpToDate ()
 Indique que la variable vient d'être mise à jour.
 
Int64 modifiedTime ()
 Temps auquel la variable a été mise à jour.
 
void addDependCurrentTime (const VariableRef &var)
 Ajoute var à la liste des dépendances au temps courant.
 
void addDependCurrentTime (const VariableRef &var, const TraceInfo &tinfo)
 Ajoute var à la liste des dépendances au temps courant avec les infos de trace tinfo.
 
void addDependPreviousTime (const VariableRef &var)
 Ajoute var à la liste des dépendances au temps précédent.
 
void addDependPreviousTime (const VariableRef &var, const TraceInfo &tinfo)
 Ajoute var à la liste des dépendances au temps précédent avec les infos de trace tinfo.
 
void removeDepend (const VariableRef &var)
 Supprime var de la liste des dépendances.
 
template<typename ClassType >
void setComputeFunction (ClassType *instance, void(ClassType::*func)())
 Positionne la fonction de recalcule de la variable.
 
template<typename ClassType >
void setComputeFunction (ClassType *instance, void(ClassType::*func)(), const TraceInfo &tinfo)
 Positionne la fonction de recalcule de la variable.
 
VariableRefpreviousReference ()
 Référence précédente (ou null) sur variable()
 
VariableRefnextReference ()
 Référence suivante (ou null) sur variable()
 
void setPreviousReference (VariableRef *v)
 Positionne la référence précédente.
 
void setNextReference (VariableRef *v)
 Positionne la référence suivante.
 

Attributs publics statiques

static constexpr int nb_dynamic = Extents::nb_dynamic
 

Fonctions membres protégées

void updateFromInternal () override
 Mise à jour à partir de la partie interne.
 
- Fonctions membres protégées hérités de Arcane::MeshMDVariableRefBaseT< ItemType, DataType, Extents::template AddedFirstLastLastExtentsType< DynExtent, Row, Column > >
void updateFromInternal () override
 Mise à jour à partir de la partie interne.
 
- Fonctions membres protégées hérités de Arcane::MeshVariableRef
 MeshVariableRef (const MeshVariableRef &rhs)
 
 MeshVariableRef (IVariable *var)
 
void operator= (const MeshVariableRef &rhs)
 
void _internalInit (IVariable *)
 
- Fonctions membres protégées hérités de Arcane::VariableRef
 VariableRef (const VariableBuildInfo &vbi)
 Construit une référence sur une variable avec les infos vbi.
 
 VariableRef (const VariableRef &from)
 Constructeur de copie.
 
 VariableRef (IVariable *var)
 Construit une référence sur une variable var.
 
VariableRefoperator= (const VariableRef &from)
 Opérateur de recopie.
 
 VariableRef ()
 Constructeur vide.
 
void _setComputeFunction (IVariableComputeFunction *v)
 
void _internalInit (IVariable *)
 Initialisation interne de la variable.
 
IVariable_variable () const
 Variable référencée.
 
void _executeUpdateFunctors ()
 
void _internalAssignVariable (const VariableRef &var)
 

Types privés

using BasicType = typename DataTypeTraitsT< DataType >::BasicType
 
using AddedFirstLastLastExtentsType = typename Extents::template AddedFirstLastLastExtentsType< DynExtent, Row, Column >
 
using AddedFirstExtentsType = typename Extents::template AddedFirstExtentsType< DynExtent >
 
using BaseClass = MeshMDVariableRefBaseT< ItemType, DataType, AddedFirstLastLastExtentsType >
 

Attributs privés

MDSpanType m_matrix_mdspan
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de Arcane::VariableRef
static void setTraceCreation (bool v)
 
static bool hasTraceCreation ()
 
- Attributs protégés hérités de Arcane::MeshMDVariableRefBaseT< ItemType, DataType, Extents::template AddedFirstLastLastExtentsType< DynExtent, Row, Column > >
impl::MeshMDVariableRefWrapperT< ItemType, DataType > m_underlying_var
 
MDSpanType m_mdspan
 
- Attributs protégés hérités de Arcane::VariableRef
bool m_has_trace = false
 

Description détaillée

template<typename ItemType, typename DataType, int Row, int Column, typename Extents>
class Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >

Classe gérant une variable multi-dimension de type 'NumMatrix' sur une entité du maillage.

Avertissement
API en cours de définition. Ne pas utiliser en dehors de Arcane.

Définition à la ligne 356 du fichier MeshMDVariableRef.h.

Documentation des définitions de type membres

◆ AddedFirstExtentsType

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
using Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::AddedFirstExtentsType = typename Extents::template AddedFirstExtentsType<DynExtent>
private

Définition à la ligne 367 du fichier MeshMDVariableRef.h.

◆ AddedFirstLastLastExtentsType

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
using Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::AddedFirstLastLastExtentsType = typename Extents::template AddedFirstLastLastExtentsType<DynExtent, Row, Column>
private

Définition à la ligne 366 du fichier MeshMDVariableRef.h.

◆ BaseClass

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
using Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::BaseClass = MeshMDVariableRefBaseT<ItemType, DataType, AddedFirstLastLastExtentsType>
private

Définition à la ligne 368 du fichier MeshMDVariableRef.h.

◆ BasicType

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
using Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::BasicType = typename DataTypeTraitsT<DataType>::BasicType
private

Définition à la ligne 365 du fichier MeshMDVariableRef.h.

◆ ConstReferenceType

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
using Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::ConstReferenceType = DataViewGetter<NumMatrixType>

Définition à la ligne 376 du fichier MeshMDVariableRef.h.

◆ ItemLocalIdType

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
using Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::ItemLocalIdType = typename ItemType::LocalIdType

Définition à la ligne 374 du fichier MeshMDVariableRef.h.

◆ MDSpanType

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
using Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::MDSpanType = MDSpan<NumMatrixType, AddedFirstExtentsType, RightLayout>

Définition à la ligne 377 du fichier MeshMDVariableRef.h.

◆ NumMatrixType

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
using Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::NumMatrixType = NumMatrix<DataType, Row, Column>

Définition à la ligne 361 du fichier MeshMDVariableRef.h.

◆ ReferenceType

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
using Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::ReferenceType = DataViewGetterSetter<NumMatrixType>

Définition à la ligne 375 du fichier MeshMDVariableRef.h.

Documentation des constructeurs et destructeur

◆ MeshMatrixMDVariableRefT()

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::MeshMatrixMDVariableRefT ( const VariableBuildInfo b)
inlineexplicit

Définition à la ligne 382 du fichier MeshMDVariableRef.h.

Documentation des fonctions membres

◆ operator()() [1/4]

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
template<typename X = Extents, typename = std::enable_if_t<X::rank() == 0, void>>
ReferenceType Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::operator() ( ItemLocalIdType  id)
inline

Définition à la ligne 389 du fichier MeshMDVariableRef.h.

◆ operator()() [2/4]

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
template<typename X = Extents, typename = std::enable_if_t<X::rank() == 0, void>>
ConstReferenceType Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::operator() ( ItemLocalIdType  id) const
inline

Définition à la ligne 395 du fichier MeshMDVariableRef.h.

◆ operator()() [3/4]

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
template<typename X = Extents, typename = std::enable_if_t<X::rank() == 1, void>>
ReferenceType Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::operator() ( ItemLocalIdType  id,
Int32  i1 
)
inline

Définition à la ligne 401 du fichier MeshMDVariableRef.h.

◆ operator()() [4/4]

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
template<typename X = Extents, typename = std::enable_if_t<X::rank() == 1, void>>
ConstReferenceType Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::operator() ( ItemLocalIdType  id,
Int32  i1 
) const
inline

Définition à la ligne 407 du fichier MeshMDVariableRef.h.

◆ reshape()

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
void Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::reshape ( std::array< Int32, Extents::nb_dynamic >  dims)
inline

Change la forme de la donnée.

Le nombre d'éléments de dims doit correspondre aux nombre de valeurs dynamiques de Extents.

Définition à la ligne 418 du fichier MeshMDVariableRef.h.

◆ updateFromInternal()

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
void Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::updateFromInternal ( )
inlineoverrideprotectedvirtual

Mise à jour à partir de la partie interne.

Réimplémentée à partir de Arcane::VariableRef.

Définition à la ligne 432 du fichier MeshMDVariableRef.h.

Documentation des données membres

◆ m_matrix_mdspan

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
MDSpanType Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::m_matrix_mdspan
private

Définition à la ligne 446 du fichier MeshMDVariableRef.h.

◆ nb_dynamic

template<typename ItemType , typename DataType , int Row, int Column, typename Extents >
constexpr int Arcane::MeshMatrixMDVariableRefT< ItemType, DataType, Row, Column, Extents >::nb_dynamic = Extents::nb_dynamic
staticconstexpr

Définition à la ligne 378 du fichier MeshMDVariableRef.h.


La documentation de cette classe a été générée à partir du fichier suivant :