History log of /petsc/src/mat/impls/aij/mpi/mumps/mumps.c (Results 626 – 650 of 1127)
Revision Date Author Comments
# b43de20e 21-Nov-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/fix-matgetdiagonal-errflag'


# 20be8e61 18-Nov-2014 Hong Zhang <hzhang@mcs.anl.gov>

add error flags for MatGetDiagonal when user calls it for matrix factor of mumps, superlu and superlu_dist


# 81e08676 11-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/dynamic-matsolverpackageregister'

Conflicts:
src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu


# 29b38603 10-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

properly extern "C"ing MatSolverPackage registration functions


# 42c9c57c 07-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Moved registration of MatSolverPackages out of MatCreate_XXX routines into standalone system, this allows
1) more precise error message when a requested solver is not found
2) easier to add new solve

Moved registration of MatSolverPackages out of MatCreate_XXX routines into standalone system, this allows
1) more precise error message when a requested solver is not found
2) easier to add new solvers without touching basic PETSc matrix implementation files and the possibility of adding new solvers to the library after PETSc is installed or even at run time

show more ...


# ee2838f6 30-Sep-2014 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'tisaac/feature-fe-geom-dim' into tisaac/plex-flexible-projection

Use the new PetscFECellGeom

Conflicts:
include/petscdmplex.h
include/petscfe.h
src/dm/impls/plex/plexfem.c


# ca3142fd 26-Sep-2014 Mark Adams <mfadams@lbl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc into mark/ex49-bs


# 96a74ce7 24-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/docs-matblocksize'


# 2a7a6963 19-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

MatGetVecs() and KSPGetVecs() replaced with MatCreateVecs() and KSPCreateVecs()
since they are creators not getters


# 2d4acfda 21-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-complex-petscmath'


# 586e54dd 16-Jul-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/mumps-bugfix' into maint


# c2093ab7 15-Jul-2014 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for memory leak with >1 processes and calling KSPSetOperators(A) twice with same A
(see Jose Roman's email on Jul 11, 2014)


# a283dbb0 15-Jun-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 7a121730 06-Jun-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/mumps-options'


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

Merged upstream/master to feature-dmmoab


# a21f80fc 03-Jun-2014 Hong Zhang <hzhang@mcs.anl.gov>

fix Fortran problem for MUMPSGetXXX() routines


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

Merge remote-tracking branch 'upstream/master'


# cf56c713 03-Jun-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/mumps-options'


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


# b13644ae 13-May-2014 Hong Zhang <hzhang@mcs.anl.gov>

bugfix contributed by Jose Roman


# d28e04f7 12-May-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/mumps-options'


# 40d435e3 09-May-2014 Hong Zhang <hzhang@mcs.anl.gov>

update MatView_MUMPS()


# ca810319 07-May-2014 Hong Zhang <hzhang@mcs.anl.gov>

rename INFO -> Info; INFOG ->Infog


1...<<21222324252627282930>>...46