Searched refs:mat_mass (Results 1 – 5 of 5) sorted by relevance
| /honee/src/ |
| H A D | diff_flux_projection.c | 161 Mat mat_mass; in DivDiffFluxProjectionSetup_Direct() local 163 PetscCall(MatCreateCeed(projection->dm, projection->dm, op_mass, NULL, &mat_mass)); in DivDiffFluxProjectionSetup_Direct() 174 PetscCall(KSPSetFromOptions_WithMatCeed(projection->ksp, mat_mass)); in DivDiffFluxProjectionSetup_Direct() 175 PetscCall(MatDestroy(&mat_mass)); in DivDiffFluxProjectionSetup_Direct() 233 Mat mat_mass; in DivDiffFluxProjectionSetup_Indirect() local 235 PetscCall(MatCreateCeed(projection->dm, projection->dm, op_mass, NULL, &mat_mass)); in DivDiffFluxProjectionSetup_Indirect() 246 PetscCall(KSPSetFromOptions_WithMatCeed(projection->ksp, mat_mass)); in DivDiffFluxProjectionSetup_Indirect() 247 PetscCall(MatDestroy(&mat_mass)); in DivDiffFluxProjectionSetup_Indirect()
|
| H A D | velocity_gradient_projection.c | 111 Mat mat_mass; in VelocityGradientProjectionSetup() local 119 PetscCall(MatCreateCeed(grad_velo_proj->dm, grad_velo_proj->dm, op_mass, NULL, &mat_mass)); in VelocityGradientProjectionSetup() 131 PetscCall(KSPSetFromOptions_WithMatCeed(grad_velo_proj->ksp, mat_mass)); in VelocityGradientProjectionSetup() 135 PetscCall(MatDestroy(&mat_mass)); in VelocityGradientProjectionSetup()
|
| H A D | grid_anisotropy_tensor.c | 74 Mat mat_mass; in GridAnisotropyTensorProjectionSetupApply() local 82 PetscCall(MatCreateCeed(grid_aniso_proj->dm, grid_aniso_proj->dm, op_mass, NULL, &mat_mass)); in GridAnisotropyTensorProjectionSetupApply() 95 PetscCall(KSPSetFromOptions_WithMatCeed(grid_aniso_proj->ksp, mat_mass)); in GridAnisotropyTensorProjectionSetupApply() 99 PetscCall(MatDestroy(&mat_mass)); in GridAnisotropyTensorProjectionSetupApply()
|
| H A D | setuplibceed.c | 64 Mat mat_mass; in CreateKSPMass() local 70 PetscCall(MatCreateCeed(dm, dm, op_mass, NULL, &mat_mass)); in CreateKSPMass() 71 PetscCall(MatCeedSetLocalVectors(mat_mass, Zeros_loc, NULL)); in CreateKSPMass() 83 PetscCall(KSPSetFromOptions_WithMatCeed(honee->mass_ksp, mat_mass)); in CreateKSPMass() 85 PetscCall(MatDestroy(&mat_mass)); in CreateKSPMass()
|
| /honee/src/spanstats/ |
| H A D | spanstats.c | 324 Mat mat_mass; in SpanwiseStatisticsSetupL2Projection() local 327 PetscCall(MatCreateCeed(spanstats->dm, spanstats->dm, op_mass, NULL, &mat_mass)); in SpanwiseStatisticsSetupL2Projection() 340 PetscCall(KSPSetFromOptions_WithMatCeed(ksp, mat_mass)); in SpanwiseStatisticsSetupL2Projection() 342 PetscCall(MatDestroy(&mat_mass)); in SpanwiseStatisticsSetupL2Projection()
|