Lines Matching refs:dmf

466 static PetscErrorCode DMSwarmComputeMassMatrix_Private(DM dmc, DM dmf, Mat mass, PetscBool useDelta…  in DMSwarmComputeMassMatrix_Private()  argument
486 PetscCall(DMGetCoordinateDim(dmf, &dim)); in DMSwarmComputeMassMatrix_Private()
487 PetscCall(DMGetDS(dmf, &prob)); in DMSwarmComputeMassMatrix_Private()
491 PetscCall(DMGetLocalSection(dmf, &fsection)); in DMSwarmComputeMassMatrix_Private()
492 PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMSwarmComputeMassMatrix_Private()
493 PetscCall(DMPlexGetHeightStratum(dmf, 0, &cStart, &cEnd)); in DMSwarmComputeMassMatrix_Private()
545 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrix_Private()
561 …PetscCheck(missing, PetscObjectComm((PetscObject)dmf), PETSC_ERR_SUP, "Set new value at %" PetscIn… in DMSwarmComputeMassMatrix_Private()
570 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMSwarmComputeMassMatrix_Private()
595 PetscCall(DMPlexComputeCellGeometryFEM(dmf, cell, NULL, v0, J, invJ, &detJ)); in DMSwarmComputeMassMatrix_Private()
596 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrix_Private()
627 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMSwarmComputeMassMatrix_Private()
689 static PetscErrorCode DMSwarmComputeMassMatrixSquare_Private(DM dmc, DM dmf, Mat mass, PetscBool us… in DMSwarmComputeMassMatrixSquare_Private() argument
709 PetscCall(DMGetCoordinateDim(dmf, &cdim)); in DMSwarmComputeMassMatrixSquare_Private()
710 PetscCall(DMGetDS(dmf, &prob)); in DMSwarmComputeMassMatrixSquare_Private()
714 PetscCall(DMGetLocalSection(dmf, &fsection)); in DMSwarmComputeMassMatrixSquare_Private()
715 PetscCall(DMGetGlobalSection(dmf, &globalFSection)); in DMSwarmComputeMassMatrixSquare_Private()
716 PetscCall(DMPlexGetHeightStratum(dmf, 0, &cStart, &cEnd)); in DMSwarmComputeMassMatrixSquare_Private()
737 PetscCall(DMPlexGetDepth(dmf, &depth)); in DMSwarmComputeMassMatrixSquare_Private()
738 PetscCall(DMPlexGetMaxSizes(dmf, &maxConeSize, &maxSupportSize)); in DMSwarmComputeMassMatrixSquare_Private()
761 PetscCall(DMPlexGetAdjacency(dmf, cell, &adjSize, &adj)); in DMSwarmComputeMassMatrixSquare_Private()
814 …PetscCheck(Nc == 1, PetscObjectComm((PetscObject)dmf), PETSC_ERR_SUP, "Can only interpolate a scal… in DMSwarmComputeMassMatrixSquare_Private()
821 PetscCall(DMPlexComputeCellGeometryFEM(dmf, cell, NULL, v0, J, invJ, &detJ)); in DMSwarmComputeMassMatrixSquare_Private()
822 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrixSquare_Private()
860 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMSwarmComputeMassMatrixSquare_Private()