Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex9.c38 PetscReal *lgndre_coeffs; in testDerivativesLegendre() local
68 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()