Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee-meshtransform.c61 PetscInt narr, ncoords, dim; in HoneeMeshTransform_PlateMesh() local
75 PetscCall(VecGetLocalSize(vec_coords, &narr)); in HoneeMeshTransform_PlateMesh()
79 ncoords = narr / dim; in HoneeMeshTransform_PlateMesh()
/honee/problems/
H A Dchannel.c150 PetscInt narr, ncoords, dim; in DivDiffFluxVerifyMesh() local
163 PetscCall(VecGetLocalSize(vec_coords, &narr)); in DivDiffFluxVerifyMesh()
167 ncoords = narr / dim; in DivDiffFluxVerifyMesh()