Searched refs:lgndre_coeffs (Results 1 – 1 of 1) sorted by relevance
38 PetscReal *lgndre_coeffs; in testDerivativesLegendre() local68 PetscCall(PetscMalloc2(Np, &lgndre_coeffs, Np, &pkd_coeffs)); in testDerivativesLegendre()69 for (i = 0; i < Np; i++) PetscCall(PetscRandomGetValueReal(rand, &lgndre_coeffs[i])); in testDerivativesLegendre()90 PetscReal mul = lgndre_coeffs[j]; in testDerivativesLegendre()130 PetscReal mul = lgndre_coeffs[i]; in testDerivativesLegendre()156 PetscCall(PetscFree2(lgndre_coeffs, pkd_coeffs)); in testDerivativesLegendre()