Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex70.c224 PetscInt i, j, nr_g, nc_g; in BForm_Div() local
230 nc_g = P_DOFS * NODES_PER_EL; in BForm_Div()
233 for (j = 0; j < nc_g; j++) De[nr_g * j + i] = Ge[nc_g * i + j]; in BForm_Div()
H A Dex43.c578 PetscInt nr_g, nc_g; in FormDivergenceOperatorQ1() local
584 nc_g = P_DOFS * NODES_PER_EL; in FormDivergenceOperatorQ1()
587 for (j = 0; j < nc_g; j++) De[nr_g * j + i] = Ge[nc_g * i + j]; in FormDivergenceOperatorQ1()
H A Dex42.c702 PetscInt nr_g, nc_g; in FormDivergenceOperatorQ13D() local
708 nc_g = P_DOFS * NODES_PER_EL; in FormDivergenceOperatorQ13D()
711 for (j = 0; j < nc_g; j++) De[nr_g * j + i] = Ge[nc_g * i + j]; in FormDivergenceOperatorQ13D()