Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c20 PetscScalar K_bound, K_cont; member
133 ctx->levels[level]->K_cont = ctx->eta_characteristic * hx_avg_inv; in main()
583 PetscScalar K_cont, K_bound; in CreateSystem2d() local
594 K_cont = ctx->levels[level]->K_cont; in CreateSystem2d()
764 val_A[count] = K_cont * dv / hy; in CreateSystem2d()
770 val_A[count] = -1.0 * K_cont * dv / hy; in CreateSystem2d()
906 val_A[count] = K_cont * dv / hx; in CreateSystem2d()
912 val_A[count] = -1.0 * K_cont * dv / hx; in CreateSystem2d()
952 val_A[0] = -1.0 * K_cont * dv / hx; in CreateSystem2d()
957 val_A[1] = K_cont * dv / hx; in CreateSystem2d()
[all …]