FNFT
Loading...
Searching...
No Matches
fnft__nsev_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) 2017-2018.
18*/
19
27#ifndef FNFT__NSEV_TESTCASES_H
28#define FNFT__NSEV_TESTCASES_H
29
30#include "fnft_nsev.h" // for fnft_nsev_opts_t
31
44typedef enum {
45 fnft__nsev_testcases_SECH_FOCUSING,
46 fnft__nsev_testcases_SECH_DEFOCUSING,
47 fnft__nsev_testcases_TRUNCATED_SOLITON,
48 fnft__nsev_testcases_SECH_FOCUSING2,
49 fnft__nsev_testcases_SECH_FOCUSING_CONTSPEC
51
68 const FNFT_REAL eb[6], fnft_nsev_opts_t * const opts);
69
70
71#ifdef FNFT_ENABLE_SHORT_NAMES
72#define nsev_testcases_t fnft__nsev_testcases_t
73#define nsev_testcases_SECH_FOCUSING fnft__nsev_testcases_SECH_FOCUSING
74#define nsev_testcases_SECH_DEFOCUSING fnft__nsev_testcases_SECH_DEFOCUSING
75#define nsev_testcases_TRUNCATED_SOLITON fnft__nsev_testcases_TRUNCATED_SOLITON
76#define nsev_testcases_SECH_FOCUSING2 fnft__nsev_testcases_SECH_FOCUSING2
77#define nsev_testcases_SECH_FOCUSING_CONTSPEC fnft__nsev_testcases_SECH_FOCUSING_CONTSPEC
78#define nsev_testcases(...) fnft__nsev_testcases(__VA_ARGS__)
79#define nsev_testcases_test_fnft(...) fnft__nsev_testcases_test_fnft(__VA_ARGS__)
80
81#endif
82
83#endif
Fast nonlinear Fourier transform for the vanishing nonlinear Schroedinger equation.
fnft__nsev_testcases_t
Definition fnft__nsev_testcases.h:44
FNFT_INT fnft__nsev_testcases_test_fnft(fnft__nsev_testcases_t tc, FNFT_UINT D, const FNFT_REAL eb[6], fnft_nsev_opts_t *const opts)
Routine to run tests for fnft_nsev. .
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_nsev.
Definition fnft_nsev.h:212