History log of /petsc/src/vec/is/utils/isltog.c (Results 326 – 350 of 707)
Revision Date Author Comments
# 3e103215 15-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/pcbddc_deluxe'

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


# b486a86a 13-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-configure-petsc-dep

* master: (210 commits)
error out on special cases where DMLocalToGlobal_DA won't work
remove unneed uses of local DM vectors and DMLoc

Merge branch 'master' into knepley/fix-configure-petsc-dep

* master: (210 commits)
error out on special cases where DMLocalToGlobal_DA won't work
remove unneed uses of local DM vectors and DMLocalToGlobalBegin/End in examples removed to prevent cut and paste repeats of their use
openmpi: update to version 1.8.3
added more movies and pubs
more movies
MatGetDiagonalBlock() can be called before matrix is assembled
added a couple more movies/images
PetscLogEventGetId() was missing public prototype
simply output from make streams benchmark test
c2html: fixup so that C2HTML make variable is set [similar to cmake.py]
chaco: current blas test does'nt work with Cray CC [which automatically links with blas] and linux - where -lm needs to be listed explicitly. Switch the test to check if we are using PETSc modifled chaco
builddist: always install c2html/sowing
argonne logo for users manual cover
Remove PETSC_HAVE_CUSP_SMOOTHED_AGGREGATION, use PETSC_HAVE_CUSP instead.
mpich: use older tarball with cygwin/gnu compilers
updated information about packages PETSc can use in users manual
Updated users manual to latest ANL Report format requirements
mpich: update to mpich-3.1.3.tar.gz - remove -download-mpich-mpe [mpich no longer packages mpe] - remove -download-mpich-shared. It was added as a split from --with-mpi-shared to --known-mpi-shared and --download-mpich-shared in 50237a55163f90ac7341b723c6422dfa1dbce792 removing this gives back the control of shared=0/1 to package.py - remove download_solaris as the new tarball works with both gcov and on solaris - remove MPICHInstall() [and use GNUPackage.Install()] as the new tarball fixes 'make clean' requiring sudo
added more images and PETSc pubs
Doc: More refs
...

show more ...


# f5476a2b 12-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-dmlocaltoglobal_da'


# d96308eb 11-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

remove unneed uses of local DM vectors and DMLocalToGlobalBegin/End in examples
removed to prevent cut and paste repeats of their use


# ff31310f 04-Sep-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-l2g-checks'

* knepley/fix-l2g-checks:
IS: Fixed checks for l2g


# cbc1caf0 02-Sep-2014 Matthew G. Knepley <knepley@gmail.com>

IS: Fixed checks for l2g


# d1936e25 26-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-islocaltoglobalmappingcreateis-with-blocksize'


# 821a7925 26-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-islocaltoglobalmappingcreateis-with-blocksize' into maint


# 28bc9809 26-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

fix for ISLocalToGlobalCreateIS() for bs > 0. Code copied a size for each index when it should be for each block index
this happended because the documentation for ISLocalToGlobalCreate() was wrong s

fix for ISLocalToGlobalCreateIS() for bs > 0. Code copied a size for each index when it should be for each block index
this happended because the documentation for ISLocalToGlobalCreate() was wrong since it said the size was number of indices, not number of block indices

show more ...


# db6843f5 25-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-islocaltoglobalmappingcreateis-with-blocksize'


# e713438f 25-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-islocaltoglobalmappingcreateis-with-blocksize' into maint


# 6006e8d2 23-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

fix ISLocalToGlobalMappingCreateIS() to respect the block size of the IS
Added test case for it

Reported-by: Glenn Hammond <gehammo@sandia.gov>


# d4fe737e 27-Jun-2014 Stefano Zampini <stefano.zampini@gmail.com>

ISLocalToGlobalMapping: added ISGlobalToLocalMappingApplyIS


# 4907a4d7 03-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged upstream/master to feature-dmmoab


# 299992b9 03-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merge remote-tracking branch 'upstream/master'


# 0157cb02 02-Jun-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jed/dmda-memusage'


# 732f65e3 31-May-2014 Barry Smith <bsmith@mcs.anl.gov>

allocated one more space than needed in indices array


# 6a818285 31-May-2014 Barry Smith <bsmith@mcs.anl.gov>

fixed ISLocalToGlobalMappingGetInfo() to handle block and non-block cases


# 9d90f715 30-May-2014 Barry Smith <bsmith@mcs.anl.gov>

added ISGlobalToLocalMappingApplyBlock() and fixed the ISGlobalToLocalMappingApply() to work for points
added simple test for these


# e24637ba 30-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Lisandro gave me this so it must be good


# 107e9a97 29-May-2014 Barry Smith <bsmith@mcs.anl.gov>

ISLocalToGlobalMappingGetSize() now returns total size, not size associated with blocks
added some Fortran and Fortran 90 interfaces for ISLocalToGlobalMapping


# 565245c5 29-May-2014 Barry Smith <bsmith@mcs.anl.gov>

remove DMDAGetGlobalIndices() since handled by DMGetLocalToGlobalMapping() followed by ISLocalToGlobalMappingGetIndices()
fixed cases where bs of ISLocalToGlobalMapping in Mat did not match matrix bl

remove DMDAGetGlobalIndices() since handled by DMGetLocalToGlobalMapping() followed by ISLocalToGlobalMappingGetIndices()
fixed cases where bs of ISLocalToGlobalMapping in Mat did not match matrix block size

show more ...


# b015001c 28-May-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/snes-fascontinuation

* master: (855 commits)
fix for moab example had wrong blocksize of mapping
docs:remove src/docs/doxygen/manual [per Barry's instructions]

Merge branch 'master' into prbrune/snes-fascontinuation

* master: (855 commits)
fix for moab example had wrong blocksize of mapping
docs:remove src/docs/doxygen/manual [per Barry's instructions]
gfortran: remove 132 char limit from f90 free-form
SNES: Set up matrix-free *after* copying the user Jacobian to snes->pc
DMPlex-Gmsh: Use trueNumCells when building the coordinate section
Sys: Got guard logic reversed
Sys: The #define guard for PetscMalloc*() must match the one for PetscFree*()
PetscFV: I hate fucking complex
removed ltog scatter from DMDA since functionality can be obtained with gtol scatter and less memory
fix test of DMLocalToGlobalBegin/End and add actual test cases
improve object memory logging for DA, ISLocalToGlobal and ISBLOCK
lower high water mark of constructing parallel scatter by allocating only as much room in svalues as needed
owner in VecScatter construction is the rank, therefor can use PetscMPIInt to hold it do not PetscInt
another reuse of allocated array in 2d/3d DMDA create
improved high water mark of DMDASetups by implementing and using PETSC_USE_POINTER for ISCreateBlock()
PetscFV: Another complex fix
DMPlex+TS: Fixing types
ISIdentity() was wrong for block IS! Indices are NOT scaled by bs
PetscFV: Straighten out complex types
TS ex11: Fix casts and remove unused variable
...

show more ...


# 92c494f3 23-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options


# 021e0df4 23-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jed/dmda-memusage'


1...<<11121314151617181920>>...29