Merge branch 'knepley/fix-compiler-warnings'* knepley/fix-compiler-warnings: Fixed compiler warnings Fix compiler warnings about unreachable code
Merge branch 'knepley/feature-viewer-partial-read'* knepley/feature-viewer-partial-read: Viewer: Fixed initialization TS: Updated example to new interface Plex: Fix compiler warning Viewer:
Merge branch 'knepley/feature-viewer-partial-read'* knepley/feature-viewer-partial-read: Viewer: Fixed initialization TS: Updated example to new interface Plex: Fix compiler warning Viewer: Now ViewerRead() takes an extra argument to return the number of items read - An error is thrown for insufficient data unless the extra argument is non-NULL Viewer: Fixes for new Read interface - Fixed example - Fixed Fortran 90 binding - Fixed type Builder: Allow a local dictionary for run parameters Viewer: PetscViewerRead() should return the number of items actually read - This also applies to all its implementations
show more ...
when MPIU_REAL or MPIU_SCALAR is used then MPIU_SUM/MAX/MIN must be usedthese bugs are why plex as crashing in quad precision
Viewer: Now ViewerRead() takes an extra argument to return the number of items read- An error is thrown for insufficient data unless the extra argument is non-NULL
Fix compiler warnings about unreachable code
Merge branch 'master' into tisaac/dmforestIf we're going to start developing on this again, the recent changes to thelocation of configuration files will make it annoying to switch to and fromthi
Merge branch 'master' into tisaac/dmforestIf we're going to start developing on this again, the recent changes to thelocation of configuration files will make it annoying to switch to and fromthis branch. Matt's and my fixes in DMPlex will also be relevant.* master: (1557 commits) MatLoad_MPIDense() always allocated array space even if it was previously provided Clarified lumping options for PCFieldSplitSchurPreType SELFP. fixed up PetscInfo in GAMG TSErrorWeightedNorm[2|Infinity]: API changes MatLoad_SeqDense() always allocated new space for the data even if the user already provided it Fixed DMCompositeGetAccessArray() to support readonly vectors Fix obviously-wrong aspects of documentation on SNESVINEWTONRSLS and SNESVINEWTONSSLS. fixed example to compile - demonstrates a bug var name 'len' was F90 key word For user provided Jacobian functions they should always assembly into the second matrix, the one from which the preconditioner is built because the first may be used as matrix-free with -snes_mf_operator Suggest --with-64-bit-indices if users mistakenly use --with-64bit-indices Fix configure logging of integer size. missing underscore in #define of vecgetarrayread translation of fortran stub for VECGETARRAYREAD updated test output files to reflect differences introduced previously in PCView output -ksp_type preonly does not support -ksp_monitor_short so remove from test line to prevent extranious warning output missing CHKERRQ; and ugly double declaration of ierr Plex ex3: For want of a semicolon, the kingdom was lost MatSetValuesMPISBAIJ will now print correct global indices when error generated due to new nonzero location completed basic use of MatSetValuesBlocked_SeqBAIJ_Inlined() by MatSetValuesBlocked_MPIBAIJ() to allow proper global indices being printed when error generated by new nonzero locations. Added inline version of MatSetValuesBlocked_SeqBAIJ() to be used by MatSetValuesBlocked_MPIBAIJ() to print error message for nonzero block with global indices ...
Viewer: PetscViewerRead() should return the number of items actually read- This also applies to all its implementations
Merge branch 'knepley/feature-harmonic-advection'* knepley/feature-harmonic-advection: (86 commits) SNES: Some docs for NASM TS: Added view for MIMEX Plex: Silence compiler warnings Builder
Merge branch 'knepley/feature-harmonic-advection'* knepley/feature-harmonic-advection: (86 commits) SNES: Some docs for NASM TS: Added view for MIMEX Plex: Silence compiler warnings Builder: Check for missing numProcs was wrong PetscFE: Turn off Fortran binding for PetscFECompositeGetMapping() Plex: Fix big bug in DMPlexGetGlobalFieldOffset_Internal() - If offset is negative (dof is on another proc), then we must have end < start Builder: Allow override of numProcs Plex: Fix Fortran wrappers for DMLabelView() and DMPlexDistribute() Plex+Label: Added Fortran wrapper for DMPlexCreateLabel() Plex: Dammit, how did this not get checked in? Plex: Refiner check for hybrid cells must use hybrid faces as well - Ghost cells in FV method are hybrid TS: MIMEX now uses work vectors for correct grid Plex: Adding support for FV in automatic interpolator construction - Notice that the injector cannot do the right thing until we scrap VecScatter Plex+FEM: Using PetscFVGetDualSpace() SNES+Doc: Added Options Database keys PetscFV: Added PetscFVRefine() - This allows interpolation to finer grids needed for FAS PetscFV: Added a dual space for calculating projections DM: Better error checking in DMCoarsen() DMDT+PetscFE: Added PetscQuadratureExpandComposite() - Replaces PetscFECompositeExpandQuadrature() - Added PetscFECompositeGetMapping() Plex: Fixed complex type error ...Conflicts: src/dm/impls/plex/ftn-custom/makefile src/ts/interface/ts.c
DM: Better error checking in DMCoarsen()
Plex: Fixing up DMPlexComputeIntegralFEM()- FVM does not break this function now- Added Integral event- Added Allreduce over procs
DMRestoreLocal/GlobalVector() should zero out pointer passed in so user doesn'taccidently continue to use the vector.
Removed unused variables
Merge branch 'pr270/knepley/dm-set-sf-options/master'* pr270/knepley/dm-set-sf-options/master: DM: call XXXSetFromOptions on SFs in DMSetFromOptions
DM: Now also save the DMBoundaryType for each dimension- Should get rid of this in DMDA eventually
DM: call XXXSetFromOptions on SFs in DMSetFromOptions
DM: Fix FUNCT
DM: Fixed naming of utility function
DM+Plex: Added sanity checking for global sections received from user
Merge branch 'tisaac/simplify-register-all'Removed the XXXRegisterAll() functions from the public interface. These should now only be handled by the package intialization functions.
Merge branch 'knepley/fix-veclock-fftw'* knepley/fix-veclock-fftw: DM: Fix more Vec lock issues FFTW: Updated for vector locking
Merge branch 'knepley/feature-partitioner-simple'* knepley/feature-partitioner-simple: Plex: Removed unused variable Partitioner: Added tests for simple partitioner Plex: Added a simple parti
Merge branch 'knepley/feature-partitioner-simple'* knepley/feature-partitioner-simple: Plex: Removed unused variable Partitioner: Added tests for simple partitioner Plex: Added a simple partitioner
DM: Fix more Vec lock issues
Merge branch 'mlange/fix-plex-distribute-perf-logging'* mlange/fix-plex-distribute-perf-logging: Plex: Log performance for DMPlexMigrate and DMPlexDistributeOverlap
Plex: Added a simple partitioner
Merge branch 'knepley/fix-dm-df-local-copy'* knepley/fix-dm-df-local-copy: Plex: Fix local to global section correspondence - This needs to go in the documentation somewhere Plex+SF: Local copy
Merge branch 'knepley/fix-dm-df-local-copy'* knepley/fix-dm-df-local-copy: Plex: Fix local to global section correspondence - This needs to go in the documentation somewhere Plex+SF: Local copy should ignore points with no global dogs
1...<<41424344454647484950>>...60