MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
globals.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 MAIA_GLOBALS_H_
8#define MAIA_GLOBALS_H_
13#include "COMM/mpioverride.h"
15#include "INCLUDE/maiamacro.h"
16#include "INCLUDE/maiatypes.h"
17#include "IO/context.h"
18#include "IO/infoout.h"
19#include "MEMORY/alloc.h"
20#include "MEMORY/scratch.h"
21#include "UTIL/debug.h"
22#include "UTIL/functions.h"
23#include "UTIL/timer.h"
24#include "compiler_config.h"
25#include "config.h"
26#include "enums.h"
27#include "globalvariables.h"
28#include "property.h"
29#include "variables.h"
30//#include "profiling.h" // TODO labels:TIMERS split from UTIL/timer.h
32#endif