Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex54f.F9029 PetscInt ki, kj, nel, ll, j1, i1, ndf, f4
109 ndf = 1
135 i1 = i1 + ndf
137 j1 = j1 + ndf
259 subroutine thfx2d(ev, xl, shp, dd, ndm, ndf, nel, dir) argument
261 PetscInt ndm, ndf, nel, i
/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c357 PetscInt arrsz, kk, ii, jj, nloc, ndatarows, ndf; in PCSetCoordinates_AGG() local
366 PetscCall(MatGetBlockSize(mat, &ndf)); /* this does not work for Stokes */ in PCSetCoordinates_AGG()
367 if (coords && ndf == 1) pc_gamg->data_cell_cols = 1; /* scalar w/ coords and SA (not needed) */ in PCSetCoordinates_AGG()
369 …PetscCheck(ndm <= ndf, PETSC_COMM_SELF, PETSC_ERR_PLIB, "degrees of motion %" PetscInt_FMT " > blo… in PCSetCoordinates_AGG()
371ndf) PetscCheck(pc_gamg->data_cell_cols == ndf, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Don't know how t… in PCSetCoordinates_AGG()
372 } else pc_gamg->data_cell_cols = ndf; /* no data, force SA with constant null space vectors */ in PCSetCoordinates_AGG()
373 pc_gamg->data_cell_rows = ndatarows = ndf; in PCSetCoordinates_AGG()