Searched refs:refpoint (Results 1 – 2 of 2) sorted by relevance
111 PetscInt refpoint = refCone[e]; in PetscDualSpaceSetUp_Refined() local114 PetscCall(PetscDualSpaceGetPointSubspace(cspace, refpoint, &espace)); in PetscDualSpaceSetUp_Refined()
110 const PetscReal *refpoint = &points[q * dim]; in DMProjectPoint_Func_Private() local116 for (d = 0; d < dim; ++d) injpoint[d] = refpoint[d]; in DMProjectPoint_Func_Private()117 refpoint = injpoint; in DMProjectPoint_Func_Private()119 … CoordinatesRefToReal(coordDim, fegeom->dim, fegeom->xi, fegeom->v, fegeom->J, refpoint, x); in DMProjectPoint_Func_Private()