History log of /petsc/src/dm/impls/da/gr2.c (Results 201 – 225 of 404)
Revision Date Author Comments
# ec7ae49c 14-Apr-2015 Håkon Strandenes <hakon.strandenes@ntnu.no>

VecLoad_HDF5_DA() accept 1-sized dimension for dof

VecLoad_HDF5_DA() can now read datasets written both with and
without a 1-sized dimension for the dof. This is handled with
the same kind of logic

VecLoad_HDF5_DA() accept 1-sized dimension for dof

VecLoad_HDF5_DA() can now read datasets written both with and
without a 1-sized dimension for the dof. This is handled with
the same kind of logic as VecLoad_HDF5(), and is completely
transparent to the user.

show more ...


# f9185b66 13-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr192/Fande-Kong/scalable-matincreaseoverlap/master

Needed to merge master to update to new calling sequence PetscCommBuildTwoSided


# 66d7bb0d 12-Apr-2015 semihozmen <semihozmen@gmail.com>

Merged petsc/petsc into master


# 255664f4 12-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-directory-layout'


# af0996ce 11-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

updated PETSc directory layout to match standard packaging strategies

include/petsc finclude,private,mpiuni
lib/petsc conf
bin/petsc*


# ec6cd8cd 08-Apr-2015 Hong Zhang <hzhang@mcs.anl.gov>

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


# 09e2f92c 08-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

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 ...


# 060da220 06-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

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


# 056833d7 05-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/feature-hdf5-flexible-initial-dimension'


# 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 ...


# 82ea9b62 29-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

PETSc Vecs with a bs of 1, coming from a generic VecCreate() or DMCreateGlobalVector() with a DMDA
will NOT have an extra dimension attached to them in HDF5 files created with VecView() with HDF5 vie

PETSc Vecs with a bs of 1, coming from a generic VecCreate() or DMCreateGlobalVector() with a DMDA
will NOT have an extra dimension attached to them in HDF5 files created with VecView() with HDF5 viewers,
to have that extra dimension even if the bs is on use either PetscViewerHDF5SetBaseDimension2() or
-viewer_hdf5_base_dimension2. Similarly to handle VecLoad() you need to set this value in the viewer if the
file has the extra dimension

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


# 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


# 794a961b 28-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

mistakenly used hsize_t for return type from an HDF5 function that returns int
fix code formatting


# 815dd947 28-Feb-2015 Satish Balay <balay@mcs.anl.gov>

fix unused variable warning


# a1dbdba5 27-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'

Conflicts:
src/dm/impls/da/gr2.c
src/vec/vec/utils/vecio.c


# 7bcbaff4 27-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Removed direct use of HDF5_NATIVE_DOUBLE to support single precision as well


# 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


# cc053f99 14-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'pr258/dmay/dmay/PetscViewerBinaryRefactor/master'


# 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 ...


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

Merge branch 'pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad-maint' into maint


# 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


# 8abd42f6 05-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

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


12345678910>>...17