MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
dgcartesiantimers.h
Go to the documentation of this file.
1// Copyright (C) 2024 The m-AIA AUTHORS
2//
3// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4//
5// SPDX-License-Identifier: LGPL-3.0-only
6
7#ifndef DGTIMERS_H_
8#define DGTIMERS_H_
9
10namespace maia {
11namespace dg {
12
13// Create struct for easy timer identification
14struct Timers_ {
15 // Enum to store timer "names"
16 enum {
70
71 // Special enum value used to initialize timer array
72 _count
73 };
74};
75
76} // namespace dg
77} // namespace maia
78
79#endif // ifndef DGTIMERS_H_
Namespace for auxiliary functions/classes.