MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
fvstructuredtimers.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 STRUCTUREDTIMERS_H_
8#define STRUCTUREDTIMERS_H_
9
10namespace maia {
11namespace structured {
12
13// Create struct for easy timer identification
14struct Timers_ {
15 // Enum to store timer "names"
16 enum {
65
66 // Special enum value used to initialize timer array
67 _count
68 };
69};
70
71} // namespace structured
72} // namespace maia
73
74#endif // ifndef STRUCTUREDTIMERS_H_
Namespace for auxiliary functions/classes.