History log of /petsc/src/mat/impls/baij/mpi/baijov.c (Results 276 – 300 of 460)
Revision Date Author Comments
# 791de8ea 06-Apr-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: eccdea19a6e2389ca79932e91d820096a6a90172


# abe6c858 06-Apr-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 16eb535bdb9ba314222f7218dc18382323c0bbcc


# a6d3ce06 06-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

trivial cleanup and update mat/examples/tests/ex92.c for testing sbaij matrices

Hg-commit: 75902af3e36b743627e5e1198041fd80e1c75314


# 8f9f447a 05-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

trivial cleanup of MatIncreaseOverlap_MPIAIJ/BAIJ_Once(): use PetscMallocN()

Hg-commit: adfccfed00dbd976dd64ae16fe3f0abade77942d


# 24c049a4 03-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

eliminate non-scalable "rtable" from MatIncreaseOverlap_MPIBAIJ_Once, using updated PetscLayoutFindOwner()

Hg-commit: 46250962cc927b92089a10726772e1769df3a589


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 70b3c8c7 03-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

merged ISCreateGeneral(), ISCreateGeneralNC() and ISCreateGeneralWithArray()

Hg-commit: 6b6d97a9614bebe6ee4abe6a5cb88a816f7fa364


# 3334f37f 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04


# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


# 5a586d82 20-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

removed many unused variables
small amount of reformating
added use of all arguments in MPIUNI call to prevent complaints about unused values

Hg-commit: f1e85e77153d4207c8ab2522ae8e9ec72b7358ec


# e7e72b3d 08-May-2010 Barry Smith <bsmith@mcs.anl.gov>

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate line

Hg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5

show more ...


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

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

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# d5f3da31 07-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is

Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c


# d2a212ea 11-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

unreachable code, unused values

Hg-commit: 58da6a73057248232bddd3b9049ed613f4a87e06


# 7a7332c2 07-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed formatting

Hg-commit: bfc84020f0373b169cf98d2da46c3aa47d9714fe


# d6b45a43 07-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

cannot #ifdef on have_getarg because macros map many names to it

Hg-commit: f66415bb0437ba40cc5972f62b83bdaee85c6206


# 533163c2 24-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

cleanup of fixing to use PetscMallocN() for several files

Hg-commit: 034d2c9aed500ffeb96719bf62a7244197f9fd01


# c05d87d6 22-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

added MPIU_INTEGER for Fortran
converted many more ugly multiple mallocs to use PetscMallocN()

Hg-commit: 6332e45bf3b90c2617b87da25cdc8572dba04922


# 23bdbc58 17-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

inserted a few more PetscMallocN() to replace horrible manual multi-mallocs

Hg-commit: ae671dcefc77b91e214e2edb3ba1693fff38f861


# efe6c3a7 16-Feb-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c24770da2f7a4ec6d2c54d0774691ec6c5dd493c


1...<<111213141516171819