Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::ItemNumericOperation< DataTypeT > Class Template Reference

Public Types

typedef ItemVariableScalarRefT< DataTypeT > VarType

Static Public Member Functions

static void add (VarType &, const VarType &, const ItemGroup &)
static void sub (VarType &, const VarType &, const ItemGroup &)
static void mult (VarType &, const VarType &, const ItemGroup &)
static void mult (VarType &, const DataTypeT &, const ItemGroup &)
static void power (VarType &, const DataTypeT &, const ItemGroup &)
static void _notSupported ()

Detailed Description

template<typename DataTypeT>
class Arcane::ItemNumericOperation< DataTypeT >

Definition at line 35 of file MeshVariableScalarRef.h.

Member Typedef Documentation

◆ VarType

template<typename DataTypeT>
typedef ItemVariableScalarRefT<DataTypeT> Arcane::ItemNumericOperation< DataTypeT >::VarType

Definition at line 39 of file MeshVariableScalarRef.h.

Member Function Documentation

◆ _notSupported()

template<typename DataTypeT>
void Arcane::ItemNumericOperation< DataTypeT >::_notSupported ( )
inlinestatic

Definition at line 48 of file MeshVariableScalarRef.h.

◆ add()

template<typename DataTypeT>
void Arcane::ItemNumericOperation< DataTypeT >::add ( VarType & ,
const VarType & ,
const ItemGroup &  )
inlinestatic

Definition at line 43 of file MeshVariableScalarRef.h.

◆ mult() [1/2]

template<typename DataTypeT>
void Arcane::ItemNumericOperation< DataTypeT >::mult ( VarType & ,
const DataTypeT & ,
const ItemGroup &  )
inlinestatic

Definition at line 46 of file MeshVariableScalarRef.h.

◆ mult() [2/2]

template<typename DataTypeT>
void Arcane::ItemNumericOperation< DataTypeT >::mult ( VarType & ,
const VarType & ,
const ItemGroup &  )
inlinestatic

Definition at line 45 of file MeshVariableScalarRef.h.

◆ power()

template<typename DataTypeT>
void Arcane::ItemNumericOperation< DataTypeT >::power ( VarType & ,
const DataTypeT & ,
const ItemGroup &  )
inlinestatic

Definition at line 47 of file MeshVariableScalarRef.h.

◆ sub()

template<typename DataTypeT>
void Arcane::ItemNumericOperation< DataTypeT >::sub ( VarType & ,
const VarType & ,
const ItemGroup &  )
inlinestatic

Definition at line 44 of file MeshVariableScalarRef.h.


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