History log of /petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx (Results 226 – 242 of 242)
Revision Date Author Comments
# 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 ...


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


# 4cf1874e 10-Jun-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

ViennaCL: Added synchronization to bindings just as for CUSP in order to allow for correct results with log_summary


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


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

ViennaCL: Applied const-correctness to functions.


# 19fddfad 22-Mar-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

ViennaCL: Eliminated whitespace violations, removed/fixed erroneous comments.


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

ViennaCL: Now catching the correct type of exceptions (std::exception)


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

ViennaCL: Eliminated dead/unused code


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

ViennaCL: Fixed issues if size 0 is passed.


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

ViennaCL: Removed seqviennacl/aijassemble.cxx (would trigger error, now uses existing fallback)


# e4a0ef16 17-Mar-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

ViennaCL: Renamed files to fulfill conventions (.cpp -> .cxx, all lowercase), removed restriction of C++ everywhere.


12345678910