Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c2884 PetscReal xmin, xmax, center, hscale, *sourcey, *targety, *Bsource, *Bsinv, *Btarget; in PetscDTReconstructPoly() local
2901 …4(degree + 1, &bdegrees, nsource + 1, &sourcey, nsource * (degree + 1), &Bsource, worksize, &work)… in PetscDTReconstructPoly()
2905 PetscCall(PetscDTLegendreIntegrate(nsource, sourcey, degree + 1, bdegrees, PETSC_TRUE, Bsource)); in PetscDTReconstructPoly()
2906 …PetscCall(PetscDTPseudoInverseQR(nsource, nsource, degree + 1, Bsource, Bsinv, tau, nsource, work)… in PetscDTReconstructPoly()
2919 PetscCall(PetscFree4(bdegrees, sourcey, Bsource, work)); in PetscDTReconstructPoly()