Searched refs:cheb_coefs (Results 1 – 1 of 1) sorted by relevance
79 const PetscScalar *cheb_coefs; in ComputeChebyshevCoefficients() local102 PetscCall(VecGetArrayRead(sol, &cheb_coefs)); in ComputeChebyshevCoefficients()103 for (int i = 0; i < N; i++) blasius->Tf_cheb[i] = cheb_coefs[i]; in ComputeChebyshevCoefficients()104 for (int i = 0; i < N - 1; i++) blasius->Th_cheb[i] = cheb_coefs[i + N]; in ComputeChebyshevCoefficients()