Home
last modified time | relevance | path

Searched refs:hx_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
125 ctx->levels[level]->hx_characteristic = (ctx->xmax - ctx->xmin) / N[0]; in main()
129 …hx_avg_inv = 2.0 / (ctx->levels[level]->hx_characteristic + ctx->levels[level]->hy_characteristic); in main()
131 …hx_avg_inv = 3.0 / (ctx->levels[level]->hx_characteristic + ctx->levels[level]->hy_characteristic … in main()
608 hx = ctx->levels[level]->hx_characteristic; in CreateSystem2d()
1025 hx = ctx->levels[level]->hx_characteristic; in CreateSystem3d()