Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex70.c794 PetscScalar qp_xi[GAUSS_POINTS][NSD]; in MaterialPoint_Interpolate() local
803 CreateGaussQuadrature(&nqp, qp_xi, qp_weight); in MaterialPoint_Interpolate()
804 for (q = 0; q < nqp; q++) EvaluateBasis_Q1(qp_xi[q], Ni[q]); in MaterialPoint_Interpolate()