| 5c07ccb8 | 04-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added event counter for multiphysics example functions added improved coloring for dmcomposite that uses coloring from each dm
Hg-commit: b0839793e9d9d172f285b78009462ff96493f231 |
| dfef70bd | 02-May-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix: rm PCMGSetR() from the coarse grid level
Hg-commit: d968c0bef3a924d1a091b06b7e42f9bcc531fb61 |
| b24902e0 | 01-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead most code does not yet run but all code should be using the new format.
Hg-commit: ac83415153993ee58dc4
initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead most code does not yet run but all code should be using the new format.
Hg-commit: ac83415153993ee58dc4194c173418bfbd73bc73
show more ...
|
| 2616f682 | 01-May-2008 |
Satish Balay <balay@mcs.anl.gov> |
windows complex compile fix
Hg-commit: 45d8fe9e755b8a6fd7448b3400be3f54251fd7b5 |
| 0f77fa87 | 30-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added insertion of PCMGSetR() on the finest level if user did not supply it Re: [PETSC #17661] BUG in PCSetUp_MG()
Hg-commit: dbe88d790cb53903f26a67bb0d4e8d46be992345 |
| a542b6e8 | 25-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed no longer needed converts of Fortran to C MPI_Comm (since MPI 1.1 has a standard for this)
Hg-commit: 263aca0fcfe7efcaed30a4abb46e648de3bb24ab |
| 4aa34b0a | 23-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
error message when binary viewing mpidense matrix but have not set PETSC_VIEWER_BINARY_NATIVE docs for MatShellSetOperation() say must return 0 on return
Hg-commit: 8699883c0d648218c56a47cda79ff5898
error message when binary viewing mpidense matrix but have not set PETSC_VIEWER_BINARY_NATIVE docs for MatShellSetOperation() say must return 0 on return
Hg-commit: 8699883c0d648218c56a47cda79ff5898d508418
show more ...
|
| 1f5c2bcc | 21-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed -np to -n for option used to pass number of processes to mpiexec in PETSc makefiles etc
Hg-commit: 32818c3c1dacc61b71d5dc1de8d364ff38c269b9 |
| f00c4f15 | 21-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f6a969948fc774d5db3e1848efc811933f343dde |
| 75c9b3aa | 21-Apr-2008 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: b68b27929454e18ca27dad77c1dec5e007d71381 |
| c5ae99e3 | 21-Apr-2008 |
Satish Balay <balay@mcs.anl.gov> |
#17603 fix doc for -pc_spai_epsilon
Hg-commit: 4041e315297924392e621df063c868e57b40bf4c |
| 9989ab13 | 20-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
started MatSetSolverType() infrastructure.
Hg-commit: 8ba8e80901ec8496a4baa9ba293294cc72711bb3 |
| 1ab39975 | 19-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to DMMG SNES version to set fields of fieldsplit preconditioner automatically from DM's of DMComposite
Hg-commit: 7c117592b22f4e93b6aa0c4550550a9bdd25b497 |
| cdb490c6 | 29-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to DM, DMComposite and Sliced
Hg-commit: bf307f7fefd57ac3343a863e15a1a665ae98ec9f |
| 16913363 | 29-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes for fieldsplit to handle IS
Hg-commit: d177ee36aa4e933ad74ecdae07ad84051d6fe968 |
| 30f3528e | 27-Mar-2008 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: d6f3e7774c72ccb230d682909167fdcfea4e2872 |
| 68210224 | 27-Mar-2008 |
Satish Balay <balay@mcs.anl.gov> |
ML requires defining HAVE_CONFIG_H
Hg-commit: 9f936c68813b2fda7ab87a4930a1372ec1a5fa21 |
| 704ba839 | 26-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
reworked PCFieldSplit slightly to allow adding IS instead of stride fields (IS support not yet tested, but old functionality still working)
Hg-commit: 4506f098a7eb7d8a7d0d532422e5ec4f344e6400 |
| 8cda6cd7 | 20-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some code in tfs to handle long doubles added crude support for using Intel's icc _quad type instead of long double (cause long double does not match real*16
Hg-commit: f61b45ea0e8f9447c84a535
fixed some code in tfs to handle long doubles added crude support for using Intel's icc _quad type instead of long double (cause long double does not match real*16
Hg-commit: f61b45ea0e8f9447c84a5352d72cec225a371329
show more ...
|
| fc4dec0a | 02-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatReuse as second argument to MatTranspose()
Hg-commit: 25d223e5c97b2e66758cc4ab542c7835b614e5c5 |
| 7850c7c0 | 02-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatFDColoringSetFunction() from Fortran to attach the fortran function pointer and context to the MatFDColoring object allowing multiply MatFDColoring objects from Fortran
Hg-commit: 9dd
changed MatFDColoringSetFunction() from Fortran to attach the fortran function pointer and context to the MatFDColoring object allowing multiply MatFDColoring objects from Fortran
Hg-commit: 9dd9d143c214cfd7bb44436fde0fa2f7ce3e2515
show more ...
|
| 7c54600c | 01-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed ex15f.F that uses PCSHELL to also use PCShellSetSetUp() and PCShellSetDestroy()
Hg-commit: 303da9e00c1aec557afcb32664583af7c55b997f |
| 6895c445 | 01-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
finished converting Shellpc Fortran interface to use fortran_func_pointers changed conversion of fortran_func_pointers for storing contexts to immediately cast to void*
Hg-commit: fe23f661c1ebf8b372
finished converting Shellpc Fortran interface to use fortran_func_pointers changed conversion of fortran_func_pointers for storing contexts to immediately cast to void*
Hg-commit: fe23f661c1ebf8b37267813b8a021aeafbee732d
show more ...
|
| ce0a2cd1 | 21-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
mv zpetsc.h (a meaningless name) to fortranimpl.h (a slightly more meaningful name)
Hg-commit: d2687f12f92bff49ceff434100d018f6898829c3 |
| 02a17cd4 | 19-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed hypre default to boomeramg (since the other solvers suck anyways :-)).
Hg-commit: ea65ec49cf31e571776c1e8aafd7ffb8567948cb |