Flow123d  JS_before_hm-1626-gde32303
Macros | Typedefs
index_types.hh File Reference
#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< LongIdxGlobalDofVec
 
typedef arma::Col< IntIdxLocDofVec
 

Detailed Description

 * 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.

Macro Definition Documentation

#define MPI_LONG_IDX   MPI_INT

Definition at line 30 of file index_types.hh.

Typedef Documentation

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.

typedef arma::Col<IntIdx> LocDofVec

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.