Lines Matching refs:cgeom
1056 …ualSpaceApply(PetscDualSpace sp, PetscInt f, PetscReal time, PetscFEGeom *cgeom, PetscInt numComp,… in PetscDualSpaceApply() argument
1060 PetscAssertPointer(cgeom, 4); in PetscDualSpaceApply()
1062 PetscUseTypeMethod(sp, apply, f, time, cgeom, numComp, func, ctx, value); in PetscDualSpaceApply()
1137 …eApplyDefault(PetscDualSpace sp, PetscInt f, PetscReal time, PetscFEGeom *cgeom, PetscInt Nc, Pets… in PetscDualSpaceApplyDefault() argument
1153 …cgeom->dim, PetscObjectComm((PetscObject)sp), PETSC_ERR_ARG_SIZ, "The quadrature spatial dimension… in PetscDualSpaceApplyDefault()
1157 isAffine = cgeom->isAffine; in PetscDualSpaceApplyDefault()
1158 dE = cgeom->dimEmbed; in PetscDualSpaceApplyDefault()
1161 CoordinatesRefToReal(dE, cgeom->dim, cgeom->xi, cgeom->v, cgeom->J, &points[q * dim], x); in PetscDualSpaceApplyDefault()
1164 PetscCall((*func)(dE, time, &cgeom->v[dE * q], Nc, val, ctx)); in PetscDualSpaceApplyDefault()
1564 …eApplyFVM(PetscDualSpace sp, PetscInt f, PetscReal time, PetscFVCellGeom *cgeom, PetscInt Nc, Pets… in PetscDualSpaceApplyFVM() argument
1583 PetscCall((*func)(dimEmbed, time, cgeom->centroid, Nc, val, ctx)); in PetscDualSpaceApplyFVM()