Searched refs:KSPSetFromOptions_WithMatCeed (Results 1 – 8 of 8) sorted by relevance
38 PetscErrorCode KSPSetFromOptions_WithMatCeed(KSP ksp, Mat mat_ceed);
174 PetscCall(KSPSetFromOptions_WithMatCeed(projection->ksp, mat_mass)); in DivDiffFluxProjectionSetup_Direct()246 PetscCall(KSPSetFromOptions_WithMatCeed(projection->ksp, mat_mass)); in DivDiffFluxProjectionSetup_Indirect()
131 PetscCall(KSPSetFromOptions_WithMatCeed(grad_velo_proj->ksp, mat_mass)); in VelocityGradientProjectionSetup()
95 PetscCall(KSPSetFromOptions_WithMatCeed(grid_aniso_proj->ksp, mat_mass)); in GridAnisotropyTensorProjectionSetupApply()
366 PetscErrorCode KSPSetFromOptions_WithMatCeed(KSP ksp, Mat mat_ceed) { in KSPSetFromOptions_WithMatCeed() function
83 PetscCall(KSPSetFromOptions_WithMatCeed(honee->mass_ksp, mat_mass)); in CreateKSPMass()
180 PetscCall(KSPSetFromOptions_WithMatCeed(diff_filter->ksp, mat_lhs)); in DifferentialFilterCreateOperators()
340 PetscCall(KSPSetFromOptions_WithMatCeed(ksp, mat_mass)); in SpanwiseStatisticsSetupL2Projection()