History log of /petsc/src/ksp/pc/interface/pcset.c (Results 176 – 200 of 307)
Revision Date Author Comments
# db4deed7 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Style improvements: braces around 'else', partial '){' -> ') {'

Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a


# 140e18c1 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed silly abreviations

Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f


# 6d75e210 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() args

Hg-commit: 07f9e01e040feeb4162253a60ca63556436f4135


# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 1037da18 14-Feb-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0db928480d979c13a2377936075c7720438182bd


# 9bd675ac 14-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: bb673c54e3f3e845b1858ead227a392b9e430da8


# b5c23020 14-Feb-2012 Jed Brown <jed@59A2.org>

Ensure that obj->ops->destroy is zeroed in XXSetType() after the old implementation has been destroyed.

There are circumstances where VecSetType() is called more than once to
change the type without

Ensure that obj->ops->destroy is zeroed in XXSetType() after the old implementation has been destroyed.

There are circumstances where VecSetType() is called more than once to
change the type without an intervening XXCreate_YY(). An example is
changing to VECSEQCUSP via VECCUSP.

Hg-commit: 1262149b3e206062ad0b002925300684fd3420e8

show more ...


# 3194b578 26-Aug-2011 Jed Brown <jed@59A2.org>

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in the class.

Hg-commit: 322958b27c7d8b12f5de95b143f4ac840fe2458c

show more ...


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 7d7c2b69 09-Jun-2011 Jungho Lee <julee@mcs.anl.gov>

updated ex55.c example arguments to run properly with multigrid

Hg-commit: 005653b6ba407432955d5c514b42bc1ab1bc5d40


# b07ff414 09-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1bd120f7226d2a808a7f485479dc0f6022d22406


# 673ff3ca 09-Jun-2011 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: f6cda0bdef9568b151b239dd9c658a29e6012a56


# 8af28204 07-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

application context getting and setting don't make sense from Fortran

Hg-commit: 53426efe40242ee73129e6c066dec92589fc1953


# 1b2093e4 07-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

changed DMGetContext() to DMGetApplicationContext() and changed second argument from void ** to void * to match PETSc coding standards
changed DMSetContext() to DMSetApplicationContext()
added PCSet/

changed DMGetContext() to DMGetApplicationContext() and changed second argument from void ** to void * to match PETSc coding standards
changed DMSetContext() to DMSetApplicationContext()
added PCSet/GetApplicationContext()
changed KSPSetApplicationContext() to call PCSetApplicationContext()
changed SNESSetApplicationContext() to call KSPSetApplicationContext()

Hg-commit: 2869a801f209d1850cbd1f0fc007dea9def03fa1

show more ...


# d0660788 31-May-2011 Barry Smith <bsmith@mcs.anl.gov>

added matrix object to MatCheckPivot routines to allow displaying more information on failure
PCEXOTIC turns off DM object in PCMG so that PCSetUp_MG() doesn't use the DM object to generate incorrect

added matrix object to MatCheckPivot routines to allow displaying more information on failure
PCEXOTIC turns off DM object in PCMG so that PCSetUp_MG() doesn't use the DM object to generate incorrect work vectors
SNESSetDM,KSPSetDM and PCSetDM allow using 0 dm to clear current DM.

Hg-commit: d3ce2e5ec6f3ec4502b397e3155085dddbdcd62e

show more ...


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


12345678910>>...13