Home
last modified time | relevance | path

Searched refs:DivDiffFluxProjectionSetup (Results 1 – 3 of 3) sorted by relevance

/honee/include/
H A Dnavierstokes.h351 PetscErrorCode DivDiffFluxProjectionSetup(Honee honee, DivDiffFluxProjectionData diff_flux_proj);
/honee/src/
H A Ddiff_flux_projection.c320 PetscErrorCode DivDiffFluxProjectionSetup(Honee honee, DivDiffFluxProjectionData diff_flux_proj) { in DivDiffFluxProjectionSetup() function
H A Dsetuplibceed.c291 …if (app_ctx->divFdiffproj_method != DIV_DIFF_FLUX_PROJ_NONE) PetscCall(DivDiffFluxProjectionSetup(… in SetupLibceed()