plex.c (ce94432eddcd14845bc7e8083b7f8ea723b9bf7d) plex.c (d53a3d6fea7331c598f751e9a4893fffdfd7b7a2)
1#include <petsc-private/pleximpl.h> /*I "petscdmplex.h" I*/
2#include <../src/sys/utils/hash.h>
3#include <petsc-private/vecimpl.h>
1#include <petsc-private/pleximpl.h> /*I "petscdmplex.h" I*/
2#include <../src/sys/utils/hash.h>
3#include <petsc-private/vecimpl.h>
4#include <petsc-private/isimpl.h>
4
5/* Logging support */
6PetscLogEvent DMPLEX_Distribute, DMPLEX_Stratify;
7
8extern PetscErrorCode VecView_Seq(Vec, PetscViewer);
9extern PetscErrorCode VecView_MPI(Vec, PetscViewer);
10
11#undef __FUNCT__

--- 10167 unchanged lines hidden ---
5
6/* Logging support */
7PetscLogEvent DMPLEX_Distribute, DMPLEX_Stratify;
8
9extern PetscErrorCode VecView_Seq(Vec, PetscViewer);
10extern PetscErrorCode VecView_MPI(Vec, PetscViewer);
11
12#undef __FUNCT__

--- 10167 unchanged lines hidden ---