Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::Block2D< ValueT > Struct Template Reference
Collaboration diagram for Alien::Block2D< ValueT >:

Public Types

using ValueType = ValueT

Public Member Functions

 Block2D (int N)
 Block2D (ValueType *values, int N)
 Block2D (Block2D const &rhs)
Block2D & operator= (Block2D const &rhs)
Block2D & operator+= (Block2D const &rhs)
Block2D & operator-= (Block2D const &rhs)
ValueType & operator() (std::size_t i, std::size_t j)
ValueType operator() (std::size_t i, std::size_t j) const

Public Attributes

ValueType * m_values = nullptr
int m_N = 0
std::vector< ValueType > m_buffer

Detailed Description

template<typename ValueT>
struct Alien::Block2D< ValueT >

Definition at line 49 of file ILU0Preconditioner.h.

Member Typedef Documentation

◆ ValueType

template<typename ValueT>
using Alien::Block2D< ValueT >::ValueType = ValueT

Definition at line 51 of file ILU0Preconditioner.h.

Constructor & Destructor Documentation

◆ Block2D() [1/3]

template<typename ValueT>
Alien::Block2D< ValueT >::Block2D ( int N)
inline

Definition at line 52 of file ILU0Preconditioner.h.

◆ Block2D() [2/3]

template<typename ValueT>
Alien::Block2D< ValueT >::Block2D ( ValueType * values,
int N )
inline

Definition at line 59 of file ILU0Preconditioner.h.

◆ Block2D() [3/3]

template<typename ValueT>
Alien::Block2D< ValueT >::Block2D ( Block2D< ValueT > const & rhs)
inline

Definition at line 64 of file ILU0Preconditioner.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename ValueT>
ValueType & Alien::Block2D< ValueT >::operator() ( std::size_t i,
std::size_t j )
inline

Definition at line 87 of file ILU0Preconditioner.h.

◆ operator()() [2/2]

template<typename ValueT>
ValueType Alien::Block2D< ValueT >::operator() ( std::size_t i,
std::size_t j ) const
inline

Definition at line 91 of file ILU0Preconditioner.h.

◆ operator+=()

template<typename ValueT>
Block2D & Alien::Block2D< ValueT >::operator+= ( Block2D< ValueT > const & rhs)
inline

Definition at line 75 of file ILU0Preconditioner.h.

◆ operator-=()

template<typename ValueT>
Block2D & Alien::Block2D< ValueT >::operator-= ( Block2D< ValueT > const & rhs)
inline

Definition at line 81 of file ILU0Preconditioner.h.

◆ operator=()

template<typename ValueT>
Block2D & Alien::Block2D< ValueT >::operator= ( Block2D< ValueT > const & rhs)
inline

Definition at line 69 of file ILU0Preconditioner.h.

Member Data Documentation

◆ m_buffer

template<typename ValueT>
std::vector<ValueType> Alien::Block2D< ValueT >::m_buffer

Definition at line 96 of file ILU0Preconditioner.h.

◆ m_N

template<typename ValueT>
int Alien::Block2D< ValueT >::m_N = 0

Definition at line 95 of file ILU0Preconditioner.h.

◆ m_values

template<typename ValueT>
ValueType* Alien::Block2D< ValueT >::m_values = nullptr

Definition at line 94 of file ILU0Preconditioner.h.


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