Memory::Field< DIM, T > Class Template Reference

#include <Field.hpp>

Collaboration diagram for Memory::Field< DIM, T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Field ()
 Field (const int c)
 Field (const Field &f)
void init (const int c)
Toperator[] (const int i)
const Toperator[] (const int i) const
const Fieldoperator= (const T val)
const Fieldoperator= (const Field &f)
 operator const T * () const
 operator T * ()
void addAX (register const Field &f, register const T a=1.0)
TgetArray ()

Static Public Attributes

static const int size = DIM

Friends

std::ostream & operator<< (std::ostream &os, const Field &f)

template<int DIM, typename T>
class Memory::Field< DIM, T >


Constructor & Destructor Documentation

template<int DIM, typename T>
Memory::Field< DIM, T >::Field (  )  [inline]
template<int DIM, typename T>
Memory::Field< DIM, T >::Field ( const int  c  )  [inline, explicit]
template<int DIM, typename T>
Memory::Field< DIM, T >::Field ( const Field< DIM, T > &  f  )  [inline]

Member Function Documentation

template<int DIM, typename T>
void Memory::Field< DIM, T >::addAX ( register const Field< DIM, T > &  f,
register const T  a = 1.0 
) [inline]
template<int DIM, typename T>
T* Memory::Field< DIM, T >::getArray (  )  [inline]

Here is the caller graph for this function:

template<int DIM, typename T>
void Memory::Field< DIM, T >::init ( const int  c  )  [inline]

Here is the caller graph for this function:

template<int DIM, typename T>
Memory::Field< DIM, T >::operator const T * (  )  const [inline]
template<int DIM, typename T>
Memory::Field< DIM, T >::operator T * (  )  [inline]
template<int DIM, typename T>
const Field& Memory::Field< DIM, T >::operator= ( const Field< DIM, T > &  f  )  [inline]
template<int DIM, typename T>
const Field& Memory::Field< DIM, T >::operator= ( const T  val  )  [inline]
template<int DIM, typename T>
const T& Memory::Field< DIM, T >::operator[] ( const int  i  )  const [inline]
template<int DIM, typename T>
T& Memory::Field< DIM, T >::operator[] ( const int  i  )  [inline]

Friends And Related Function Documentation

template<int DIM, typename T>
std::ostream& operator<< ( std::ostream &  os,
const Field< DIM, T > &  f 
) [friend]

Member Data Documentation

template<int DIM, typename T>
const int Memory::Field< DIM, T >::size = DIM [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1