Lines Matching refs:Ne
2520 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeIntegral_Internal() local
2538 Ne = numChunks * numBatches * batchSize; in DMPlexComputeIntegral_Internal()
2543 PetscCall(PetscFEIntegrate(prob, f, Ne, chunkGeom, u, probAux, a, cintegral)); in DMPlexComputeIntegral_Internal()
4496 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidual_Patch_Internal() local
4517 Ne = numChunks * numBatches * batchSize; in DMPlexComputeResidual_Patch_Internal()
4523 … PetscCall(PetscFEIntegrateResidual(prob, key, Ne, chunkGeom, u, u_t, probAux, a, t, elemVec)); in DMPlexComputeResidual_Patch_Internal()
4530 Ne = numFaces; in DMPlexComputeResidual_Patch_Internal()
4533 PetscCall(PetscFVIntegrateRHSFunction(fv, prob, f, Ne, fgeom, vol, uL, uR, fluxL, fluxR)); in DMPlexComputeResidual_Patch_Internal()
5007 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeBdResidualSingleByKey() local
5019 Ne = numChunks * numBatches * batchSize; in DMPlexComputeBdResidualSingleByKey()
5023 …PetscCall(PetscFEIntegrateBdResidual(prob, wf, key, Ne, chunkGeom, u, u_t, probAux, a, t, elemVec)… in DMPlexComputeBdResidualSingleByKey()
5307 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidualByKey() local
5328 Ne = numChunks * numBatches * batchSize; in DMPlexComputeResidualByKey()
5334 PetscCall(PetscFEIntegrateResidual(ds, key, Ne, chunkGeom, u, u_t, dsAux, a, t, elemVec)); in DMPlexComputeResidualByKey()
5341 Ne = numFaces; in DMPlexComputeResidualByKey()
5344 PetscCall(PetscFVIntegrateRHSFunction(fv, ds, f, Ne, fgeom, vol, uL, uR, fluxL, fluxR)); in DMPlexComputeResidualByKey()
5761 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeResidualHybridByKey() local
5773 Ne = numChunks * numBatches * batchSize; in DMPlexComputeResidualHybridByKey()
5785 …PetscCall(PetscFEIntegrateHybridResidual(ds, dsIn, key[0], 0, Ne, chunkGeomF, chunkGeomN, u, u_t, … in DMPlexComputeResidualHybridByKey()
5787 …PetscCall(PetscFEIntegrateHybridResidual(ds, dsIn, key[1], 1, Ne, chunkGeomF, chunkGeomN, u, u_t, … in DMPlexComputeResidualHybridByKey()
5789 …PetscCall(PetscFEIntegrateHybridResidual(ds, dsIn, key[2], 2, Ne, chunkGeomF, chunkGeomN, u, u_t, … in DMPlexComputeResidualHybridByKey()
6009 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeBdJacobianSingleByLabel() local
6021 Ne = numChunks * numBatches * batchSize; in DMPlexComputeBdJacobianSingleByLabel()
6027 …if (hasJac) PetscCall(PetscFEIntegrateBdJacobian(ds, wf, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, … in DMPlexComputeBdJacobianSingleByLabel()
6028 …if (hasPrec) PetscCall(PetscFEIntegrateBdJacobian(ds, wf, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom… in DMPlexComputeBdJacobianSingleByLabel()
6252 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianByKey() local
6278 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianByKey()
6286 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, probA… in DMPlexComputeJacobianByKey()
6290 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom, u, u_t, p… in DMPlexComputeJacobianByKey()
6294 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, p… in DMPlexComputeJacobianByKey()
6475 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianByKeyGeneral() local
6501 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianByKeyGeneral()
6509 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, dsAux, … in DMPlexComputeJacobianByKeyGeneral()
6513 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom, u, u_t, dsA… in DMPlexComputeJacobianByKeyGeneral()
6517 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, dsA… in DMPlexComputeJacobianByKeyGeneral()
6841 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeJacobianHybridByKey() local
6853 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianHybridByKey()
6870 …PetscCall(PetscFEIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN, key[0], 0, Ne, chunkGeomF, ch… in DMPlexComputeJacobianHybridByKey()
6872 …PetscCall(PetscFEIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN, key[1], 1, Ne, chunkGeomF, ch… in DMPlexComputeJacobianHybridByKey()
6876 …PetscCall(PetscFEIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN_PRE, key[0], 0, Ne, chunkGeomF… in DMPlexComputeJacobianHybridByKey()
6878 …PetscCall(PetscFEIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN_PRE, key[1], 1, Ne, chunkGeomF… in DMPlexComputeJacobianHybridByKey()
6882 …PetscCall(PetscFEIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN, key[2], 2, Ne, chunkGeomF, ch… in DMPlexComputeJacobianHybridByKey()
6886 …PetscCall(PetscFEIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN_PRE, key[2], 2, Ne, chunkGeomF… in DMPlexComputeJacobianHybridByKey()
7075 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianActionByKey() local
7098 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianActionByKey()
7105 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, probA… in DMPlexComputeJacobianActionByKey()
7108 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, p… in DMPlexComputeJacobianActionByKey()