WarpX
Loading...
Searching...
No Matches
WarpXInit.H
Go to the documentation of this file.
1/* Copyright 2024 Luca Fedeli
2 *
3 * This file is part of WarpX.
4 *
5 * License: BSD-3-Clause-LBNL
6 */
7#ifndef WARPX_INIT_H_
8#define WARPX_INIT_H_
9
10#include <AMReX_REAL.H>
11
13{
22 void initialize_external_libraries (int argc, char* argv[]);
23
30
35
38 void check_dims ();
39
49 int& do_moving_window, int& start_moving_window_step, int& end_moving_window_step,
50 int& moving_window_dir, amrex::Real& moving_window_v);
51}
52
53#endif //WARPX_INIT_H_
amrex_real Real
Definition ProjectionDivCleaner.cpp:34
void read_moving_window_parameters(int &do_moving_window, int &start_moving_window_step, int &end_moving_window_step, int &moving_window_dir, amrex::Real &moving_window_v)
Definition WarpXInit.cpp:116
void check_dims()
Definition WarpXInit.cpp:84
void initialize_warning_manager()
Definition WarpXInit.cpp:53
void finalize_external_libraries()
Definition WarpXInit.cpp:42
void initialize_external_libraries(int argc, char *argv[])
Definition WarpXInit.cpp:30