FNFT
Loading...
Searching...
No Matches
fnft__kdvv_testcases.h
Go to the documentation of this file.
1/*
2* This file is part of FNFT.
3*
4* FNFT is free software; you can redistribute it and/or
5* modify it under the terms of the version 2 of the GNU General
6* Public License as published by the Free Software Foundation.
7*
8* FNFT is distributed in the hope that it will be useful,
9* but WITHOUT ANY WARRANTY; without even the implied warranty of
10* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11* GNU General Public License for more details.
12*
13* You should have received a copy of the GNU General Public License
14* along with this program. If not, see <http://www.gnu.org/licenses/>.
15*
16* Contributors:
17* Sander Wahls (TU Delft) 2018.
18*/
19
27#ifndef FNFT__KDVV_TESTCASES_H
28#define FNFT__KDVV_TESTCASES_H
29
30#include "fnft_kdvv.h" // for fnft_kdvv_opts_t
31
42typedef enum {
43 fnft__kdvv_testcases_SECH_SQUARED,
44 fnft__kdvv_testcases_SECH_SQUARED_LOW_BANDWIDTH,
45 fnft__kdvv_testcases_NEGATIVE_RECT,
47
68 const FNFT_REAL eb[6], fnft_kdvv_opts_t * const opts);
69
70#ifdef FNFT_ENABLE_SHORT_NAMES
71#define kdvv_testcases_SECH_SQUARED fnft__kdvv_testcases_SECH_SQUARED
72#define kdvv_testcases_SECH_SQUARED_LOW_BANDWIDTH fnft__kdvv_testcases_SECH_SQUARED_LOW_BANDWIDTH
73#define kdvv_testcases_NEGATIVE_RECT fnft__kdvv_testcases_NEGATIVE_RECT
74#define kdvv_testcases_t fnft__kdvv_testcases_t
75#define kdvv_testcases(...) fnft__kdvv_testcases(__VA_ARGS__)
76#define kdvv_testcases_test_fnft(...) fnft__kdvv_testcases_test_fnft(__VA_ARGS__)
77#endif
78
79#endif
Fast nonlinear Fourier transform for the vanishing nonlinear Schroedinger equation.
fnft__kdvv_testcases_t
Definition fnft__kdvv_testcases.h:42
FNFT_INT fnft__kdvv_testcases_test_fnft(fnft__kdvv_testcases_t tc, FNFT_UINT D, const FNFT_REAL eb[6], fnft_kdvv_opts_t *const opts)
Routine to run tests for fnft_kdvv.
size_t FNFT_UINT
Definition fnft_numtypes.h:62
int32_t FNFT_INT
Definition fnft_numtypes.h:56
double FNFT_REAL
Definition fnft_numtypes.h:40
Stores additional options for the routine fnft_kdvv.
Definition fnft_kdvv.h:167