Home
last modified time | relevance | path

Searched refs:KSPSetFromOptions_WithMatCeed (Results 1 – 8 of 8) sorted by relevance

/honee/include/
H A Dpetsc_ops.h38 PetscErrorCode KSPSetFromOptions_WithMatCeed(KSP ksp, Mat mat_ceed);
/honee/src/
H A Ddiff_flux_projection.c174 PetscCall(KSPSetFromOptions_WithMatCeed(projection->ksp, mat_mass)); in DivDiffFluxProjectionSetup_Direct()
246 PetscCall(KSPSetFromOptions_WithMatCeed(projection->ksp, mat_mass)); in DivDiffFluxProjectionSetup_Indirect()
H A Dvelocity_gradient_projection.c131 PetscCall(KSPSetFromOptions_WithMatCeed(grad_velo_proj->ksp, mat_mass)); in VelocityGradientProjectionSetup()
H A Dgrid_anisotropy_tensor.c95 PetscCall(KSPSetFromOptions_WithMatCeed(grid_aniso_proj->ksp, mat_mass)); in GridAnisotropyTensorProjectionSetupApply()
H A Dpetsc_ops.c366 PetscErrorCode KSPSetFromOptions_WithMatCeed(KSP ksp, Mat mat_ceed) { in KSPSetFromOptions_WithMatCeed() function
H A Dsetuplibceed.c83 PetscCall(KSPSetFromOptions_WithMatCeed(honee->mass_ksp, mat_mass)); in CreateKSPMass()
H A Ddifferential_filter.c180 PetscCall(KSPSetFromOptions_WithMatCeed(diff_filter->ksp, mat_lhs)); in DifferentialFilterCreateOperators()
/honee/src/spanstats/
H A Dspanstats.c340 PetscCall(KSPSetFromOptions_WithMatCeed(ksp, mat_mass)); in SpanwiseStatisticsSetupL2Projection()