Home
last modified time | relevance | path

Searched refs:is_advection (Results 1 – 2 of 2) sorted by relevance

/honee/src/
H A Dmonitor_cfl.c94 PetscBool is_advection; in SetupMontiorCfl() local
95 PetscCall(PetscStrcmp("advection", honee->app_ctx->problem_name, &is_advection)); in SetupMontiorCfl()
96 if (is_advection) { in SetupMontiorCfl()
/honee/src/spanstats/
H A Dcflpe.c79 PetscBool is_advection; in CreateStatisticCollectionOperator() local
82 PetscCall(PetscStrcmp("advection", honee->app_ctx->problem_name, &is_advection)); in CreateStatisticCollectionOperator()
83 if (is_advection) { in CreateStatisticCollectionOperator()