Searched refs:local_vec_length (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 542 …PetscInt *local_vec_perm = NULL, local_vec_length = 0, *global_vec_perm = NULL, global_vec_l… in DMPlexCorrectOrientationForIsoperiodic() local 576 PetscCall(PetscSectionGetStorageSize(localSection, &local_vec_length)); in DMPlexCorrectOrientationForIsoperiodic() 577 PetscCall(PetscMalloc2(global_vec_length, &global_vec_perm, local_vec_length, &local_vec_perm)); in DMPlexCorrectOrientationForIsoperiodic() 579 for (PetscInt i = 0; i < local_vec_length; i++) local_vec_perm[i] = -(i + 1); in DMPlexCorrectOrientationForIsoperiodic() 797 …xOrientPointWithCorrections(dm, periodic_point, ornt, localSection, local_vec_length, local_vec_pe… in DMPlexCorrectOrientationForIsoperiodic() 827 for (PetscInt l = 0; l < local_vec_length; l++) { in DMPlexCorrectOrientationForIsoperiodic()
|