History log of /petsc/src/mat/impls/aij/mpi/mpiviennacl/mpiaijviennacl.cxx (Results 101 – 111 of 111)
Revision Date Author Comments
# 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 ...


# 609189e8 21-Aug-2013 Hong Zhang <hzhang@mcs.anl.gov>

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


# b8e6fb37 21-Aug-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

Merge branch 'karlrupp/fix-viennacl-petscobject-cast'


# f7daeb2a 19-Aug-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

ViennaCL: Fixed required casts to PetscObject when calling PetscLogObject*()


# 9e483975 13-Jun-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

Merge branch 'karlrupp/feature-viennacl'


# 023073b3 31-May-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

Corrected comments in ViennaCL bindings.


# 65e3cb35 31-May-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

Adjusted parsing of ViennaCL device type options.

The 'old' model required the creation of a vector before creating a matrix (bogus).
This is now resolved and options are considered irrespective of

Adjusted parsing of ViennaCL device type options.

The 'old' model required the creation of a vector before creating a matrix (bogus).
This is now resolved and options are considered irrespective of the vector/matrix creation order.

show more ...


# ab6435e1 04-Apr-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

ViennaCL: Updated code for new interface to PetscObjectComposeFunction() and XXXRegister()


# 0a9f7e6a 21-Mar-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

ViennaCL: Eliminated dead/unused code


# 8f86e40f 18-Mar-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

ViennaCL: Added MPI-implementation for AIJ matrices.

Follows the existing interface for CUSP and CUSPARSE.
Compiles and passes standard 'make test'. No additional testing performed yet.


12345