History log of /petsc/src/mat/impls/aij/mpi/fdmpiaij.c (Results 251 – 275 of 428)
Revision Date Author Comments
# 42e05087 16-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

initial cleanup of MatFDColoringApply_MPIAIJ()


# 65e7d37b 15-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

small cleanup of MatFDColoringCreate_MPIAIJ_new()


# efb2ae54 13-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

small cleanup


# 9c3909c5 13-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

implement MatFDColoringCreate_MPIAIJ_new() which reduces 50%+ time :-)


# 66e03e45 12-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

implement MatFDColoringCreate_MPIAIJ_new()


# 0775d057 06-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

mv checking !mat->assembled from MatFDColoringCreate_xxx() to interface MatFDColoringCreate


# b039d6c4 18-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

optimize MatFDColoringApply_MPIAIJ by moving 'if htype= ' outside of for-loop


# 9e917edb 18-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

when htype=wp, dx is a constant scalar, thus does not need vscale


# 8bc97078 18-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

cleanup for MPIAIJ routines


# 573f477f 18-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

use struct MatEntry such that (row,col,valaddr) are stored contigously for efficient accessing


# 74d3cef9 17-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

cleanup


# 70e7395f 17-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

MatFDColoringApply_MPIAIJ() works for htype wp and ds


# a774a6f1 17-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

use local column indices in columnsforrow, thus rm vscaleforrow


# 72c15787 16-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

trivial cleanup


# f6af9589 16-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

initial cleanup of MatFDColoringApply_MPIAIJ()


# d3825b63 15-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

small cleanup of MatFDColoringCreate_MPIAIJ_new()


# 1b97d346 13-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

small cleanup


# f5aae955 13-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

implement MatFDColoringCreate_MPIAIJ_new() which reduces 50%+ time :-)


# fcd7ac73 12-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

implement MatFDColoringCreate_MPIAIJ_new()


# 256ff83f 11-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/wirth-fusion-materials

Conflicts:
src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c


# f141eedf 06-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

mv checking !mat->assembled from MatFDColoringCreate_xxx() to interface MatFDColoringCreate


# cc85fe4d 04-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/dmvecmattypes' into barry/saws

Needed to work with version of PETSc that did not have constant calls to VecSetFromOptions() etc

Conflicts:
src/ksp/ksp/interface/ams/kspams.c
s

Merge branch 'barry/dmvecmattypes' into barry/saws

Needed to work with version of PETSc that did not have constant calls to VecSetFromOptions() etc

Conflicts:
src/ksp/ksp/interface/ams/kspams.c
src/snes/impls/composite/snescomposite.c
src/snes/impls/gs/snesgs.c
src/snes/impls/nasm/nasm.c
src/snes/impls/ngmres/snesngmres.c

show more ...


# 8117f98b 28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-dt-fem

* master: (211 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib entries

Merge branch 'master' into knepley/feature-dt-fem

* master: (211 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib entries
Bib: Updates
AO: fix erroneous processing of -ao_view and factor into AOViewFromOptions
doc: fix named argument in {Vec,Mat,DM}ViewFromOptions
Sys: add PetscDataTypeFromString() and test code
Mat: Should say that it has a nullspace in MatView()
parms: update tarball with fix for namespace conflict with metis
fix citation 'Golub_Varga_1961'
parmetis: update tarball to parmetis-4.0.2-p5 which fixes an install issue with cygwin
Sys Logging: revert parent traversal
fixed hdf5.py so that if self.libraries.compression is None the code still runs correctly
DMDA: fix bad cast of DM_DA to PetscObject
MatClique: follow DistMultiVec API changes
MatClique: remove unused variables
config cmakeboot: add C++ flags any time compiler is available
config OpenMP: check for C++ flag any time the compiler is available
replaced all left-over uses of a single PetscMalloc() to allocated multiple arrays: replaced with PetscMallocN() The only ones left are when the second array is set into the first array and one ugly usage in the MUMPS interface that cannot be easily fixed
...

Conflicts:
config/builder.py
src/dm/impls/plex/plexgeometry.c

show more ...


# 459e96c1 28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-refine-3d

* master: (273 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib

Merge branch 'master' into knepley/feature-plex-refine-3d

* master: (273 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib entries
Bib: Updates
AO: fix erroneous processing of -ao_view and factor into AOViewFromOptions
doc: fix named argument in {Vec,Mat,DM}ViewFromOptions
Sys: add PetscDataTypeFromString() and test code
Mat: Should say that it has a nullspace in MatView()
parms: update tarball with fix for namespace conflict with metis
fix citation 'Golub_Varga_1961'
parmetis: update tarball to parmetis-4.0.2-p5 which fixes an install issue with cygwin
Sys Logging: revert parent traversal
fixed hdf5.py so that if self.libraries.compression is None the code still runs correctly
DMDA: fix bad cast of DM_DA to PetscObject
MatClique: follow DistMultiVec API changes
MatClique: remove unused variables
config cmakeboot: add C++ flags any time compiler is available
config OpenMP: check for C++ flag any time the compiler is available
replaced all left-over uses of a single PetscMalloc() to allocated multiple arrays: replaced with PetscMallocN() The only ones left are when the second array is set into the first array and one ugly usage in the MUMPS interface that cannot be easily fixed
...

Conflicts:
include/petscdmplex.h

show more ...


# c0c93d0e 28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-dmda-section

* master: (287 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib e

Merge branch 'master' into knepley/feature-dmda-section

* master: (287 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib entries
Bib: Updates
AO: fix erroneous processing of -ao_view and factor into AOViewFromOptions
doc: fix named argument in {Vec,Mat,DM}ViewFromOptions
Sys: add PetscDataTypeFromString() and test code
Mat: Should say that it has a nullspace in MatView()
parms: update tarball with fix for namespace conflict with metis
fix citation 'Golub_Varga_1961'
parmetis: update tarball to parmetis-4.0.2-p5 which fixes an install issue with cygwin
Sys Logging: revert parent traversal
fixed hdf5.py so that if self.libraries.compression is None the code still runs correctly
DMDA: fix bad cast of DM_DA to PetscObject
MatClique: follow DistMultiVec API changes
MatClique: remove unused variables
config cmakeboot: add C++ flags any time compiler is available
config OpenMP: check for C++ flag any time the compiler is available
replaced all left-over uses of a single PetscMalloc() to allocated multiple arrays: replaced with PetscMallocN() The only ones left are when the second array is set into the first array and one ugly usage in the MUMPS interface that cannot be easily fixed
...

show more ...


1...<<1112131415161718