Home
last modified time | relevance | path

Searched refs:BLASIUS_MAX_N_CHEBYSHEV (Results 1 – 2 of 2) sorted by relevance

/honee/qfunctions/
H A Dblasius.h12 #define BLASIUS_MAX_N_CHEBYSHEV 50 macro
25 …CeedScalar Tf_cheb[BLASIUS_MAX_N_CHEBYSHEV]; // !< Chebyshev coefficien…
26 …CeedScalar Th_cheb[BLASIUS_MAX_N_CHEBYSHEV - 1]; // !< Chebyshev coefficien…
/honee/problems/
H A Dblasius.c170 …PetscCheck(3 <= N && N <= BLASIUS_MAX_N_CHEBYSHEV, comm, PETSC_ERR_ARG_OUTOFRANGE, "-n_chebyshev %… in NS_BLASIUS()
171 BLASIUS_MAX_N_CHEBYSHEV); in NS_BLASIUS()