NuTo
Numerics Tool
CellIds.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace NuTo
4 {
5 
7 struct CellIds
8 {
9  int cellId;
10  int ipId;
11 };
12 } /* NuTo */
named pair for cellId and ipId to make the argument list shorter and avoid accidental mixup of both ...
Definition: CellIds.h:7
int ipId
Definition: CellIds.h:10
int cellId
Definition: CellIds.h:9
Definition: Exception.h:6