template<unsigned int dim, typename T>
struct N_box< dim, T >
Definition at line 186 of file common.hpp.
◆ operator!=()
template<unsigned int dim, typename T>
bool N_box< dim, T >::operator!= |
( |
const N_box< dim, T > & |
ele | ) |
const |
|
inline |
Compare two N_box object.
- Parameters
-
ele | element to compare with |
- Returns
- true if they match
Definition at line 291 of file common.hpp.
◆ operator=() [1/2]
template<unsigned int dim, typename T>
Copy the element.
- Parameters
-
- Returns
- itself
Definition at line 231 of file common.hpp.
◆ operator=() [2/2]
template<unsigned int dim, typename T>
Copy the element.
- Parameters
-
- Returns
- itself
Definition at line 249 of file common.hpp.
◆ operator==()
template<unsigned int dim, typename T>
bool N_box< dim, T >::operator== |
( |
const N_box< dim, T > & |
ele | ) |
const |
|
inline |
Compare two N_box object.
- Parameters
-
ele | element to compare with |
- Returns
- true if they match
Definition at line 267 of file common.hpp.
◆ r_sub
template<unsigned int dim, typename T>
When a sub-domain is not in the central sector, it mean that has been created because of periodicity in a non central sector. Any sub-domain not in the central sector is linked to one sub-domain in the central sector
Definition at line 203 of file common.hpp.
The documentation for this struct was generated from the following file: