| plexcreate.c (c5e4d11f6a865b7e67dc0aae98421b672bf01406) | plexcreate.c (df0420ec0cabd052d76b6e285652119a1edfc9b2) |
|---|---|
| 1#define PETSCDM_DLL 2#include <petsc/private/dmpleximpl.h> /*I "petscdmplex.h" I*/ 3#include <petscdmda.h> 4#include <petscsf.h> 5 6#undef __FUNCT__ 7#define __FUNCT__ "DMPlexCreateDoublet" 8/*@ --- 1337 unchanged lines hidden (view full) --- 1346 mesh->subpointMap = NULL; 1347 1348 for (unit = 0; unit < NUM_PETSC_UNITS; ++unit) mesh->scale[unit] = 1.0; 1349 1350 mesh->coarseMesh = NULL; 1351 mesh->regularRefinement = PETSC_FALSE; 1352 mesh->labels = NULL; 1353 mesh->depthLabel = NULL; | 1#define PETSCDM_DLL 2#include <petsc/private/dmpleximpl.h> /*I "petscdmplex.h" I*/ 3#include <petscdmda.h> 4#include <petscsf.h> 5 6#undef __FUNCT__ 7#define __FUNCT__ "DMPlexCreateDoublet" 8/*@ --- 1337 unchanged lines hidden (view full) --- 1346 mesh->subpointMap = NULL; 1347 1348 for (unit = 0; unit < NUM_PETSC_UNITS; ++unit) mesh->scale[unit] = 1.0; 1349 1350 mesh->coarseMesh = NULL; 1351 mesh->regularRefinement = PETSC_FALSE; 1352 mesh->labels = NULL; 1353 mesh->depthLabel = NULL; |
| 1354 mesh->depthState = -1; |
|
| 1354 mesh->globalVertexNumbers = NULL; 1355 mesh->globalCellNumbers = NULL; 1356 mesh->anchorSection = NULL; 1357 mesh->anchorIS = NULL; 1358 mesh->createanchors = NULL; 1359 mesh->computeanchormatrix = NULL; 1360 mesh->parentSection = NULL; 1361 mesh->parents = NULL; --- 451 unchanged lines hidden --- | 1355 mesh->globalVertexNumbers = NULL; 1356 mesh->globalCellNumbers = NULL; 1357 mesh->anchorSection = NULL; 1358 mesh->anchorIS = NULL; 1359 mesh->createanchors = NULL; 1360 mesh->computeanchormatrix = NULL; 1361 mesh->parentSection = NULL; 1362 mesh->parents = NULL; --- 451 unchanged lines hidden --- |