Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dblasius.h19 #define BLASIUS_MAX_N_CHEBYSHEV 50 macro
32 …CeedScalar Tf_cheb[BLASIUS_MAX_N_CHEBYSHEV]; // !< Chebyshev coefficien…
33 …CeedScalar Th_cheb[BLASIUS_MAX_N_CHEBYSHEV - 1]; // !< Chebyshev coefficien…
/libCEED/examples/fluids/problems/
H A Dblasius.c286 …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()