Flow123d  release_3.0.0-1165-gffc6a5f
Macros | Typedefs
long_idx.hh File Reference

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

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 long_idx.hh.

Macro Definition Documentation

#define MPI_LONG_IDX   MPI_INT

Definition at line 24 of file long_idx.hh.

Typedef Documentation

typedef int LongIdx

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

Definition at line 22 of file long_idx.hh.