Home
last modified time | relevance | path

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

/libCEED/examples/fluids/include/
H A Dpetsc_ops.h42 PetscErrorCode KSPSetFromOptions_WithMatCeed(KSP ksp, Mat mat_ceed);
/libCEED/examples/fluids/src/
H A Dvelocity_gradient_projection.c121 PetscCall(KSPSetFromOptions_WithMatCeed(grad_velo_proj->ksp, mat_mass)); in VelocityGradientProjectionSetup()
H A Dgrid_anisotropy_tensor.c91 PetscCall(KSPSetFromOptions_WithMatCeed(ksp, mat_mass)); in GridAnisotropyTensorProjectionSetupApply()
H A Dpetsc_ops.c367 PetscErrorCode KSPSetFromOptions_WithMatCeed(KSP ksp, Mat mat_ceed) { in KSPSetFromOptions_WithMatCeed() function
H A Ddifferential_filter.c175 PetscCall(KSPSetFromOptions_WithMatCeed(diff_filter->ksp, mat_lhs)); in DifferentialFilterCreateOperators()
H A Dsetuplibceed.c85 PetscCall(KSPSetFromOptions_WithMatCeed(user->mass_ksp, mat_mass)); in CreateKSPMass()
H A Dturb_spanstats.c344 PetscCall(KSPSetFromOptions_WithMatCeed(ksp, mat_mass)); in SetupL2ProjectionStats()