v0.15.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FTensor::Number< N > Class Template Reference

#include "src/ftensor/src/FTensor/Number.hpp"

Inheritance diagram for FTensor::Number< N >:
[legend]

Public Member Functions

 Number ()
 
 operator int () const
 

Detailed Description

template<const int N>
class FTensor::Number< N >
Examples
mofem/atom_tests/matrix_function.cpp, mofem/tutorials/adv-0/src/PlasticOpsGeneric.hpp, mofem/tutorials/adv-0/src/PlasticOpsLargeStrains.hpp, mofem/tutorials/adv-0/src/PlasticOpsSmallStrains.hpp, mofem/tutorials/cor-2to5/src/PoissonOperators.hpp, mofem/tutorials/vec-7/adjoint.cpp, mofem/users_modules/adolc-plasticity/src/ADOLCPlasticity.hpp, and mofem/users_modules/eshelbian_plasticity/src/impl/EshelbianOperators.cpp.

Definition at line 11 of file Number.hpp.

Constructor & Destructor Documentation

◆ Number()

template<const int N>
FTensor::Number< N >::Number ( )
inline

Definition at line 14 of file Number.hpp.

14{};

Member Function Documentation

◆ operator int()

template<const int N>
FTensor::Number< N >::operator int ( ) const
inline

Definition at line 15 of file Number.hpp.

15{ return N; }
const int N
Definition speed_test.cpp:3

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