Flow123d  master-f44eb46
Macros | Typedefs | Variables
index_types.hh File Reference


More...

#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
 

Variables

const unsigned int undef_idx =-1
 

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

◆ MPI_LONG_IDX

#define MPI_LONG_IDX   MPI_INT

Definition at line 30 of file index_types.hh.

Typedef Documentation

◆ GlobalDofVec

typedef arma::Col<LongIdx> GlobalDofVec

Definition at line 27 of file index_types.hh.

◆ IntIdx

typedef int IntIdx

Definition at line 25 of file index_types.hh.

◆ LocDofVec

typedef arma::Col<IntIdx> LocDofVec

Definition at line 28 of file index_types.hh.

◆ LongIdx

typedef int LongIdx

Define type that represents indices of large arrays (elements, nodes, dofs etc.)

Definition at line 24 of file index_types.hh.

Variable Documentation

◆ undef_idx

const unsigned int undef_idx =-1

Definition at line 32 of file index_types.hh.