Searched refs:local_vec_perm (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 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() 587 local_vec_perm[local_index] = global_vec_perm[iremote[l].index]; in DMPlexCorrectOrientationForIsoperiodic() 797 …entPointWithCorrections(dm, periodic_point, ornt, localSection, local_vec_length, local_vec_perm)); in DMPlexCorrectOrientationForIsoperiodic() 828 PetscInt global_index = local_vec_perm[l]; in DMPlexCorrectOrientationForIsoperiodic() 842 PetscCall(PetscFree2(global_vec_perm, local_vec_perm)); in DMPlexCorrectOrientationForIsoperiodic()
|