History log of /petsc/src/sys/objects/options.c (Results 526 – 550 of 919)
Revision Date Author Comments
# 66c8c549 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/petscobjectviewfromoptions-resetincall'


# 2a359c20 19-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Changing -snes_converged_reason and -ksp_converged_reason to take a general viewer argument


# 76d63ea5 19-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Allow PetscObjectViewFromOptions() to be called again even if
previously it generated an error for use from Python

Removed a couple of unneeded incall static checks from XXXViewFromOptions() routines


# f3dba24c 15-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/error-print-options'


# e11779c2 13-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

traceback error message should print options database
this is useful for use to help understand what has gone wrong with user code


# 72e51967 30-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/remove-unneeded-paren-petscmalloc'

Conflicts:
src/mat/impls/baij/seq/baij.c


# 854ce69b 15-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

convert some PetscMalloc() to PetscMalloc1()
remove unneeded () in first argument to PetscMalloc/Calloc1()
fixes for MATLAB examples


# c94a748e 21-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-options-default'

Conflicts:
src/ksp/ksp/examples/tutorials/ex52.c


# 8afaa268 13-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

update use of PetscOptionsBool() to not rely on default setting automatically


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

Merge branch 'barry/always-include-complex'


# 8cd53115 08-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

remove PETSC_DESIRE_COMPLEX and instead include complex with petscmath.h UNLESS PETSC_SKIP_COMPLEX is set (for SSL includes currently)


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


# 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


# 95ecbf38 18-May-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bdd

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddcprivate.c

show more ...


# db057784 08-May-2014 Barry Smith <bsmith@mcs.anl.gov>

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


# a7f22e61 05-May-2014 Satish Balay <balay@mcs.anl.gov>

doc: fix getpdflabels to count manual chapters correctly.
Also fix URLs from man pages to manual.pdf


# b3fc9300 01-May-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merge remote-tracking branch 'origin/master' into feature-dmmoab


# 49fcfd5b 01-May-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# fd0828ac 01-May-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-hdf5-parallel-load'

* knepley/feature-plex-hdf5-parallel-load:
HDF5: Fixed Xdmf script
Plex+HDF5: Do not use vectors for periodic visualization
Plex+HDF5: Ig

Merge branch 'knepley/feature-plex-hdf5-parallel-load'

* knepley/feature-plex-hdf5-parallel-load:
HDF5: Fixed Xdmf script
Plex+HDF5: Do not use vectors for periodic visualization
Plex+HDF5: Ignore negative sequence numbers
DMPlex: Now Plex output is parallel - We now write visualization specific topology in /viz/topology - We output a point reordering, coneSizes, cones, and orientations - Now longer need to interpolate on load
DMPlex: Use the presence of faceGeometry in the DM to signal we are using FVM - This will become a PetscFVM object soon
DMPlex: Preserve the block size of the coordinate vector after distribution
Plex+HDF5: Moved all HDF5 to a separate file, and mapped 2D periodic mesh to the cylinder - Now visualization specific things are in /viz
HDF5: Made petsc_gen_xdmf.py executable
Viewer+Options: Added Fortran interface for PetscObjectViewFromOptions()
IS: Stupid mistake. Damn you compiler
DMPlex: Now parallel HDF5 label output does not fail - However, it is also now clear that we will have to write the full interpolation connectivity in order for these to be meaningful
DMPlex: Added DMPlexCreatePointNumbering() - Made DMPlexCreateNumbering_Private() more flexible
IS: Added ISSortRemoveDups()
DMPlex: Added DMPlexInvertCell_Internal() - Stupid type matching
HDF5: Added petsc_gen_xdmf.py which processes PETSc HDF5 output and produces an Xdmf file
DMPlex: Force a serial load in DMLoad_HDF5(), after which we call DMPlexDistribute() - Eventually we would load into a naive partition
IS+HDF5: Corrected code for new block size interface where it is never negative
Viewer+HDF5: Added PetscViewerHDF5ReadSizes() - This allows me to check the size of a Vec or IS to be loaded

show more ...


# a2865142 04-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

Viewer+Options: Added Fortran interface for PetscObjectViewFromOptions()


# 9c925a2c 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/ts-events

Conflicts:
src/ts/interface/ts.c


# 5f6acfaf 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/feature-dm-circuit

Conflicts:
src/dm/impls/makefile


# 1d763ceb 17-Mar-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/matcoloring-greedy


1...<<21222324252627282930>>...37