Searched refs:cI (Results 1 – 3 of 3) sorted by relevance
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | surfacesphere_bin.msh | 18 …��?B�>U�2�?r4i��Ϳ����+�?����|�?s��3��b�nc��?���1���?t�0�H�տSn��M�?��n&!�?ucI 25 …�?�����|�?4i��Ϳ����+�?��yMJ���?b�N4�?��SNabP�?�kFxW���?dV�zsտ*9L./��?��DtT���?cI
|
| /petsc/src/snes/tutorials/ |
| H A D | ex69.c | 125 PetscInt cI, d; in stokes_momentum_vel_J_kx() local 127 for (cI = 0; cI < dim; ++cI) { in stokes_momentum_vel_J_kx() 129 g3[((cI * dim + cI) * dim + d) * dim + d] += mu; /*g3[cI, cI, d, d]*/ in stokes_momentum_vel_J_kx() 130 g3[((cI * dim + d) * dim + d) * dim + cI] += mu; /*g3[cI, d, d, cI]*/ in stokes_momentum_vel_J_kx() 137 PetscInt cI, d; in stokes_momentum_vel_J_cx() local 139 for (cI = 0; cI < dim; ++cI) { in stokes_momentum_vel_J_cx() 141 g3[((cI * dim + cI) * dim + d) * dim + d] += mu; /*g3[cI, cI, d, d]*/ in stokes_momentum_vel_J_cx() 142 g3[((cI * dim + d) * dim + d) * dim + cI] += mu; /*g3[cI, d, d, cI]*/ in stokes_momentum_vel_J_cx()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2919 PetscInt pI = -1, cI = -1; in DMPlexComputeInjectorReferenceTree() local 3093 for (l = 0, cI = -1, childCellShapeOff = 0; l < numClosure; l++) { in DMPlexComputeInjectorReferenceTree() 3099 cI = l; in DMPlexComputeInjectorReferenceTree() 3109 cperms = perms ? perms[cI] ? perms[cI][childO] : NULL : NULL; in DMPlexComputeInjectorReferenceTree()
|