Searched refs:BLASIUS_MAX_N_CHEBYSHEV (Results 1 – 2 of 2) sorted by relevance
19 #define BLASIUS_MAX_N_CHEBYSHEV 50 macro32 …CeedScalar Tf_cheb[BLASIUS_MAX_N_CHEBYSHEV]; // !< Chebyshev coefficien…33 …CeedScalar Th_cheb[BLASIUS_MAX_N_CHEBYSHEV - 1]; // !< Chebyshev coefficien…
286 …PetscCheck(3 <= N && N <= BLASIUS_MAX_N_CHEBYSHEV, comm, PETSC_ERR_ARG_OUTOFRANGE, "-n_chebyshev %… in NS_BLASIUS()287 BLASIUS_MAX_N_CHEBYSHEV); in NS_BLASIUS()