Merge branch 'knepley/fix-dm-coord-dim' into maint* knepley/fix-dm-coord-dim: Ignore generated files DM: Fix default for coordinate dimension
DM: Fixed floor
bugfix as reported from maint nightly tests
DM: Fix default for coordinate dimension
Fix math calls to use the macros in petscmath.h
replace MPIU_MAX with MPI_MAX as suggested by Toby
rephrase the loop for better understanding
bugfix for DMCreateGlobalVector_Section_Private() -- blockSize
DM: DMClone() should propagate the embedding dimension
fix compile warning/usr/home/balay/petsc.clone-2/src/dm/interface/dm.c:4316:18: warning: unused variable 'useMaxCell' [-Wunused-variable]
DM: Allow localization with an endpoint
Merge branch 'master' into knepley/feature-plex-torus* master: (174 commits) Bib: Another ref Increase patchlevel to 3.7.6 Explicitly listing the LTO library causes difficulties on MacOS so a
Merge branch 'master' into knepley/feature-plex-torus* master: (174 commits) Bib: Another ref Increase patchlevel to 3.7.6 Explicitly listing the LTO library causes difficulties on MacOS so avoid it TSBDF: Update changes/dev.html Added Fortran TaoType and TaoLineSearchType definitions Add Fortran TaoType and TaoLineSearchType definitions setblocksize for iscol_sub TSBDF: Use standard TS API and options to control adaptivity Bib: More refs and a correction SNESTest: Bug-fix in SNESTest when threshold printing option is turned on. fix warning and valgrind complains reported by the nightly tests Section+Doc: Small doc fix pflotran: switch to using the new upstream git repo DMPlex: Error if attempt to partition a distributed graph with Chaco fix complex build error fix complex build PetscError() did not properly copy over the specific error message when error type was PETSC_ERROR_INITIAL TSAdapt: Refactor handling of the always_accept flag Additional clarification for MatMeshToCellGraph() manual page optimize MatCreateSubMatrix_MPIAIJ() by merging check of sameXXXDist() into one MPI_AllReduce ...Conflicts: config/BuildSystem/config/packages/med.py
show more ...
DMPrintLocalVec: use a global vec for synchronization
Merge remote-tracking branch 'origin/knepley/feature-plex-tests-new' into tisaac/feature-plex-tests-new* origin/knepley/feature-plex-tests-new: SNES ex12: Allow more exotic periodicity SNES ex6
Merge remote-tracking branch 'origin/knepley/feature-plex-tests-new' into tisaac/feature-plex-tests-new* origin/knepley/feature-plex-tests-new: SNES ex12: Allow more exotic periodicity SNES ex69: Added to makefile SNES ex69: Fix for parallelism Plex+HDF5: Output mapping for torus Plex ex1: Fixed periodic cylinder test Plex: Fixed periodic cylinder - Needed to use 3 layers of cells - Fixed periodic length - Fixed cell orientation DM: Should not be localizing coordinates in non-periodic directions Plex ex1: Test cell shape in cylinder meshes Plex: Flip orientation of hexes in cylinder mesh - Periodic is still broken Plex: Fixed cylinder tests Plex: Fixes creation of hex box meshes and added tests
DMLocatePoints:* When comparing the comm on an allocated cellSF, the cellSF needs to be dereferenced
DMSwarm event logging:* Log memory management operations (add, remove points) and the setup for the sort context
DMSwarm event logging:* Log events related to data movement between MPI-ranks
Merge branch 'tisaac/feature-fe-dual-apply' into tisaac/feature-plex-tests-newThere has unfortunately been a lot of interplay between our work tochange the petscspace/dualspace to accept vector co
Merge branch 'tisaac/feature-fe-dual-apply' into tisaac/feature-plex-tests-newThere has unfortunately been a lot of interplay between our work tochange the petscspace/dualspace to accept vector components, and thework to transfer the tests in config/builder.py to the new test harness.I'm merging them together to get them to play nice with each other, andso that I only have one feature branch to handler when merging intomaster/next.* tisaac/feature-fe-dual-apply: (64 commits) snes tutorials ex12: fix restart test arguments nightly build fixes for arch-viennacl fix run command to match the command in master/makefile. [the diff will be correct in master/next] PetscFE: fix typo in for loop declaration PetscPartitioner: use simple partitioning for regression tests DT tests ex1: fix test arguments to match regression output DT ex1: fix options DMPlexCreateHexBoxMesh: no cells in z direction for 2D PCBDDC: use %D for PetscInt printfs Plex: helper function used in all cases now Plex tests ex7: make partitions portable for testing Plex: use MPIU_2INT instead of MPI_2INT MatAIJ KLU: remove redefinition of SuiteSparse_long DMPlexRefine_CTetgen() mimics DMPlexRefine_Tetgen() DMPlexGenerate_Tetgen(): mimic ctetgen so it can be used equivalently Plex: Cylinder fixes for complex Plex ex1: Test for periodic cylinder Plex: I think periodic cylinder is working Plex ex1: Updated torus test Plex: Torus can now be arbitrarily refined ...
Merge branch 'knepley/feature-plex-torus' into knepley/feature-plex-tests-new* knepley/feature-plex-torus: Plex ex1: Fixed periodic cylinder test Plex: Fixed periodic cylinder - Needed to use 3
Merge branch 'knepley/feature-plex-torus' into knepley/feature-plex-tests-new* knepley/feature-plex-torus: Plex ex1: Fixed periodic cylinder test Plex: Fixed periodic cylinder - Needed to use 3 layers of cells - Fixed periodic length - Fixed cell orientation DM: Should not be localizing coordinates in non-periodic directions Plex ex1: Test cell shape in cylinder meshes Plex: Flip orientation of hexes in cylinder mesh - Periodic is still broken Plex: Fixed cylinder tests Plex: Fixes creation of hex box meshes and added tests Plex: Cylinder fixes for complex Plex ex1: Test for periodic cylinder Plex: I think periodic cylinder is working Plex ex1: Updated torus test Plex: Torus can now be arbitrarily refined Plex ex1: Added a cylinder test Plex: Added cylinder mesh Plex: Some cleanup with mesh generationConflicts: src/dm/impls/plex/plexcreate.c
DM: use periodic flag instead of maxCell
DMPlex: allow uniform refinement for periodic meshes without maxCell/LNeeded an API change for DMSet/GetPeriodicity
fix -Wundef -Wold-style-definition warningsReported-by: Till Martens <till.martens@dlr.de>
fix -Wstrict-prototypes warningsReported-by: Till Martens <till.martens@dlr.de>
fix duplicate definitions warned by -Wredundant-declsAlso a bugfix? BLASdotu_ -> dotuReported-by: Till Martens <till.martens@dlr.de>
DM: Should not be localizing coordinates in non-periodic directions
1...<<31323334353637383940>>...60