History log of /petsc/src/dm/interface/dm.c (Results 1226 – 1250 of 1790)
Revision Date Author Comments
# 5a4ab5ab 02-Apr-2015 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'master' into tisaac/dmforest

If we're going to start developing on this again, the recent changes to the
location of configuration files will make it annoying to switch to and from
thi

Merge branch 'master' into tisaac/dmforest

If we're going to start developing on this again, the recent changes to the
location of configuration files will make it annoying to switch to and from
this 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
...

show more ...


# f8e4bde8 27-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Viewer: PetscViewerRead() should return the number of items actually read
- This also applies to all its implementations


# d9e4b6ef 23-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

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

show more ...


# 8892b4c3 11-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

DM: Better error checking in DMCoarsen()


# 898446f9 11-Mar-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/ts-is-for-differential-variables

Conflicts:
include/petsc-private/tsimpl.h
src/ts/impls/eimex/eimex.c
src/ts/interface/ts.c


# f2dee214 06-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into jed/chem
Note merging a branch with good stuff in it for a year and a half is insane!

Conflicts:
src/ts/examples/tutorials/makefile
src/ts/interface/ts.c


# cad3dc9b 03-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 4a394323 02-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Removed unused variables


# ff166926 02-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'pr270/knepley/dm-set-sf-options/master'

* pr270/knepley/dm-set-sf-options/master:
DM: call XXXSetFromOptions on SFs in DMSetFromOptions


# 5dc8c3f7 26-Feb-2015 Matthew G. Knepley <knepley@gmail.com>

DM: Now also save the DMBoundaryType for each dimension
- Should get rid of this in DMDA eventually


# 9ba064df 26-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/clean-gamg

Need updates to KSPCHEBYSHEV since I will be adding to them


# c5af9b60 25-Feb-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-submesh-section'

* knepley/fix-plex-submesh-section:
DM: Fix FUNCT
DM: Fixed naming of utility function
Plex: Fixed array reuse bug in PetscSectionCreateGlobalSe

Merge branch 'knepley/fix-plex-submesh-section'

* knepley/fix-plex-submesh-section:
DM: Fix FUNCT
DM: Fixed naming of utility function
Plex: Fixed array reuse bug in PetscSectionCreateGlobalSectionCensored()
DM+Plex: Added sanity checking for global sections received from user
Plex: Unified interpolated submesh creation - Now both versions create an SF - Moved DMPlexFilterPoint_Internal() - DMPlexMarkCohesiveSubmesh_Interpolated() now takes a DMLabel instead of a string
Plex: Allow NULL Label in DMPlexMarkSubmesh_Interpolated()

show more ...


# 691be533 24-Feb-2015 Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk>

DM: call XXXSetFromOptions on SFs in DMSetFromOptions


# 284f5c8f 18-Feb-2015 Matthew G. Knepley <knepley@gmail.com>

DM: Fix FUNCT


# f741bcd2 16-Feb-2015 Matthew G. Knepley <knepley@gmail.com>

DM: Fixed naming of utility function


# 4e7385fa 16-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c


# 507e4973 15-Feb-2015 Matthew G. Knepley <knepley@gmail.com>

DM+Plex: Added sanity checking for global sections received from user


# a197972a 11-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c
src/sys/threadcomm/interface/threadcomm.c

show more ...


# 0fd17804 11-Feb-2015 Toby Isaac <tisaac@ices.utexas.edu>

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.


# 5a4959fb 11-Feb-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-veclock-fftw'

* knepley/fix-veclock-fftw:
DM: Fix more Vec lock issues
FFTW: Updated for vector locking


# ae5cfb4a 10-Feb-2015 Matthew G. Knepley <knepley@gmail.com>

DM: Fix more Vec lock issues


# 50705773 10-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad
Manual merge of makefile

Conflicts:
src/sys/classes/viewer/examples/tutorials/makefile


# 11c8bbd0 29-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

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

show more ...


# 907376e6 28-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Fixed errors in manual page documentation including formating.
Fixed rank argument for DMCreateRedundant() to be PetscMPIInt

Reported-by: Dave May <dave.mayhem23@gmail.com>


# 69c6db66 27-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/experiment'


1...<<41424344454647484950>>...72