History log of /petsc/src/mat/impls/aij/seq/crl/crl.c (Results 151 – 175 of 219)
Revision Date Author Comments
# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# b1e5d5e3 20-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 05801307e817793ec1b2e9f60d0b437be56241c2


# d28bb7d2 18-Sep-2010 Jed Brown <jed@59A2.org>

Use of array is actually const, put that in it's prototype instead of ugly caller-cast

Hg-commit: 022bd8df7b52551a8bb87ddbd6258ea9b98dab6f


# 0f99a309 05-Aug-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 333bff9132a5a188ad4b843e23dc7c3f10e040f1


# e5268aff 05-Aug-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 13eede2e1b197fa8bedfc04bab657922ee264b47


# 5a11e1b2 04-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

changed names of CRL and CSRPERM subclasses of AIJ matrix to AIJCRL and AIJPERM to properly reflect the class hierarchy

Hg-commit: 90a01f1f11884d2753059adf03d4efc3c44d42e6


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# be31f397 28-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: e25d9bf20f68f6544016b82f3b3b1a741039323c


# f9a2c96d 27-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: b27e7be9c09691d1f15f4d8d34f1b0fc4ac63ae4


# 9fc84e0e 27-Mar-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 6194e2e9d5b2c6426791eaed6683c4d416b27316


# 0106c60a 26-Mar-2010 Lisandro Dalcin <dalcinl@gmail.com>

merge release-3.1

Hg-commit: 51cb79f863a26796e9ee20bfabe970fdaedd0e77


# 6397e4c7 26-Mar-2010 Lisandro Dalcin <dalcinl@gmail.com>

fix memory an object reference leaks in Mat{Seq|MPI}CRL

Hg-commit: 9b0ab4ecf47d1b2429dc89402a8713c2a62cd76c


# 4723c594 05-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

updated CRL matrix format to not store _*AIJ() function pointers in interior function table. Instead just calls them directly by name with Mat*_*AIJ().

Hg-commit: 367c714ce68e4039d5059b3d421ff012718

updated CRL matrix format to not store _*AIJ() function pointers in interior function table. Instead just calls them directly by name with Mat*_*AIJ().

Hg-commit: 367c714ce68e4039d5059b3d421ff01271837650

show more ...


# 2d0b4cb3 17-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df1ddc3c1dde73a02fe57cd49cb672f5616a135d


# a4005a5d 17-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

more moving fortran kernels

Hg-commit: 5ed9048967492d9347972f95e32e80dabb44f7ae


# ca4a67af 20-Apr-2009 Jed Brown <jed@59A2.org>

commit after merge

Hg-commit: 584f88721eaca25d8f2b664f5a51113f73e035a0


# 93f867b0 18-Apr-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 223544d8a4f58609922ccab5787c1856a7378f15


# 8ff8987e 14-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 78e0b73dc53bd38fabef7c4756967606c17cd9a2


# dc0b31ed 13-Apr-2009 Satish Balay <balay@mcs.anl.gov>

make sure PetscLogDouble [or double precision] is used with PetscLogFlops()

Hg-commit: ffd276ade7628201e372c3edeb836ff72eec68e0


# 57ffb780 16-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d8afe4a849df2afa9973805b4911b6b4ec60d063


# 9fd31f9c 15-Jan-2009 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: e678be977486fa01752c16931409deaf44484ef5


# 4eeb8337 14-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed buggy code of == PETSC_TRUE that was left in PETSc in a bunch of places

Hg-commit: 3b39666b3f4f3164f8096be65c636b5126e3ee2b


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


123456789