Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dblasius.c82 const PetscScalar *cheb_coefs; in ComputeChebyshevCoefficients() local
105 PetscCall(VecGetArrayRead(sol, &cheb_coefs)); in ComputeChebyshevCoefficients()
106 for (int i = 0; i < N; i++) blasius->Tf_cheb[i] = cheb_coefs[i]; in ComputeChebyshevCoefficients()
107 for (int i = 0; i < N - 1; i++) blasius->Th_cheb[i] = cheb_coefs[i + N]; in ComputeChebyshevCoefficients()