Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c19 PetscReal hx_characteristic, hy_characteristic, hz_characteristic; member
126 ctx->levels[level]->hy_characteristic = (ctx->ymax - ctx->ymin) / N[1]; in main()
129 …hx_avg_inv = 2.0 / (ctx->levels[level]->hx_characteristic + ctx->levels[level]->hy_characteristic); in main()
131 … 3.0 / (ctx->levels[level]->hx_characteristic + ctx->levels[level]->hy_characteristic + ctx->level… in main()
609 hy = ctx->levels[level]->hy_characteristic; in CreateSystem2d()
1026 hy = ctx->levels[level]->hy_characteristic; in CreateSystem3d()