preCICE v3.1.1
Loading...
Searching...
No Matches
Types.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "precice/Types.hpp"
4
5namespace precice {
6
10using EdgeID = int;
11
15using TriangleID = int;
16
20using TetrahedronID = int;
21
25using DataID = int;
26
30using MeshID = int;
31
37using Rank = int;
38
39} // namespace precice
Main namespace of the precice library.
int TetrahedronID
Definition Types.hpp:20
int MeshID
Definition Types.hpp:30
int Rank
Definition Types.hpp:37
int DataID
Definition Types.hpp:25
int EdgeID
Definition Types.hpp:10
int TriangleID
Definition Types.hpp:15