Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <RectGrid.h>
Public Member Functions | |
RectGrid (int nrows, int ncols, int nhalo) | |
const dealii::SparsityPattern & | pattern () const |
int64_t | global (int i, int j) const |
int64_t | globalh (int i, int j) const |
int | rows () const |
int | rowsh () const |
int | cols () const |
int | colsh () const |
int | halo () const |
int64_t | rank () const |
int64_t | rankh () const |
Scalar | dd () const |
Protected Types | |
enum | { Dimension = 2 } |
typedef _Scalar | Scalar |
Protected Attributes | |
int | m_nrows |
int | m_ncols |
int | m_nhalo |
int | m_nrowsh |
int | m_ncolsh |
int64_t | m_rank |
int64_t | m_rankh |
Scalar | m_dd |
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | m_row_map |
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | m_row_axis |
Eigen::Matrix< Scalar, 1, Eigen::Dynamic > | m_col_map |
Eigen::Matrix< Scalar, 1, Eigen::Dynamic > | m_col_axis |
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > | m_rowcol_map |
dealii::SparsityPattern | m_pattern |
Definition at line 11 of file RectGrid.h.
Definition at line 13 of file RectGrid.h.
|
protected |
Enumerator | |
---|---|
Dimension |
Definition at line 14 of file RectGrid.h.
|
inline |
Definition at line 31 of file RectGrid.h.
|
inline |
Definition at line 64 of file RectGrid.h.
|
inline |
Definition at line 66 of file RectGrid.h.
|
inline |
Definition at line 68 of file RectGrid.h.
|
inline |
Definition at line 72 of file RectGrid.h.
|
inline |
Definition at line 74 of file RectGrid.h.
|
inline |
Definition at line 76 of file RectGrid.h.
|
inline |
Definition at line 78 of file RectGrid.h.
|
inline |
Definition at line 80 of file RectGrid.h.
|
inline |
Definition at line 82 of file RectGrid.h.
|
inline |
Definition at line 84 of file RectGrid.h.
Definition at line 86 of file RectGrid.h.
|
protected |
Definition at line 16 of file RectGrid.h.
|
protected |
Definition at line 16 of file RectGrid.h.
|
protected |
Definition at line 16 of file RectGrid.h.
|
protected |
Definition at line 16 of file RectGrid.h.
|
protected |
Definition at line 16 of file RectGrid.h.
|
protected |
Definition at line 18 of file RectGrid.h.
|
protected |
Definition at line 18 of file RectGrid.h.
Definition at line 20 of file RectGrid.h.
|
protected |
Definition at line 22 of file RectGrid.h.
|
protected |
Definition at line 22 of file RectGrid.h.
|
protected |
Definition at line 24 of file RectGrid.h.
|
protected |
Definition at line 24 of file RectGrid.h.
|
protected |
Definition at line 26 of file RectGrid.h.
|
protected |
Definition at line 28 of file RectGrid.h.