Flow123d
master-f44eb46
|
#include <armadillo>
Go to the source code of this file.
Macros | |
#define | MPI_LONG_IDX MPI_INT |
Typedefs | |
typedef int | LongIdx |
Define type that represents indices of large arrays (elements, nodes, dofs etc.) More... | |
typedef int | IntIdx |
typedef arma::Col< LongIdx > | GlobalDofVec |
typedef arma::Col< IntIdx > | LocDofVec |
Variables | |
const unsigned int | undef_idx =-1 |
* Copyright (C) 2015 Technical University of Liberec. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file index_types.hh.
#define MPI_LONG_IDX MPI_INT |
Definition at line 30 of file index_types.hh.
typedef arma::Col<LongIdx> GlobalDofVec |
Definition at line 27 of file index_types.hh.
typedef int IntIdx |
Definition at line 25 of file index_types.hh.
Definition at line 28 of file index_types.hh.
typedef int LongIdx |
Define type that represents indices of large arrays (elements, nodes, dofs etc.)
Definition at line 24 of file index_types.hh.
const unsigned int undef_idx =-1 |
Definition at line 32 of file index_types.hh.