WarpX
NCIGodfreyFilter_fwd.H
Go to the documentation of this file.
1 /* Copyright 2021 Luca Fedeli, Axel Huebl
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 
8 #ifndef WARPX_NCI_GODFREY_FILTER_FWD_H
9 #define WARPX_NCI_GODFREY_FILTER_FWD_H
10 
11 enum class godfrey_coeff_set;
12 
13 class NCIGodfreyFilter;
14 
15 #endif /* WARPX_NCI_GODFREY_FILTER_FWD_H */
godfrey_coeff_set
Definition: NCIGodfreyFilter.H:16
Class for Godfrey's filter to suppress Numerical Cherenkov Instability.
Definition: NCIGodfreyFilter.H:28