History log of /petsc/src/ts/impls/implicit/makefile (Results 51 – 75 of 98)
Revision Date Author Comments
# d3c8c067 01-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Three directory namespace changes for better --prefix install support

1) include/finclude becomes include/petsc-finclude
2) include/mpiuni becomes include/petsc-mpiuni
3) conf (both $PETSC_DIR/conf

Three directory namespace changes for better --prefix install support

1) include/finclude becomes include/petsc-finclude
2) include/mpiuni becomes include/petsc-mpiuni
3) conf (both $PETSC_DIR/conf and $PETSC_DIR/$PETSC_ARCH/conf become) lib/petsc-conf

show more ...


# 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


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

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 1b717b39 11-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: b13688da09a64ce2b9a3d7d641f0a34804fa1c58


# 9d05c179 30-Jun-2011 Jed Brown <jed@59A2.org>

merge petsc-dev into petsc-ts

Hg-commit: 25f89baccf4ac81d2aa6b3ed1921e7800d9d9895


# 089b2837 29-Jun-2011 Jed Brown <jed@59A2.org>

Start fairly major restructuring of TS

* Two Mat arguments to TSSetMatrices()
* Add Vec argument to TSSetIFunction() and TSSetRHSFunction()
* The TS always has a SNES, it should never be accessed di

Start fairly major restructuring of TS

* Two Mat arguments to TSSetMatrices()
* Add Vec argument to TSSetIFunction() and TSSetRHSFunction()
* The TS always has a SNES, it should never be accessed directly, use TSGetSNES() instead.
* Matrix ownership is passed down through the SNES
* TSBEULER and TSCN are deactivated for now, TSTHETA provides the same functionality
* The dirty hacks with the TS implementation calling SNESSetJacobian() carefully so as not to disturb -snes_mf is gone
* Accessors added for TSGetIFunction(), TSGetRHSFunction()
* TS_NONLINEAR is now default
* TSGetRHSJacobian() is now symmetric: also returns the function

Hg-commit: f51db958a373d56cec7e65b059004b60f06d8ff4

show more ...


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

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# ed857012 26-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after massive merge, what the hey did people do to PETSc?

Hg-commit: 031d5f8bde1a14a3fe45758d80598ded09e1c94a


# 88df8a41 24-Oct-2010 Lisandro Dalcin <dalcinl@gmail.com>

Add TSALPHA, generalized-alpha method for first order systems

Hg-commit: b085fd4b3802ff7874af77939feff7d24530cb21


# 238e7d2d 02-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9c9e2b0243eedf0151e3676f8f4ccde9f7b93898


# f3a56f8b 30-Nov-2009 Jed Brown <jed@59A2.org>

merge TrMalloc/MEMALIGN updates

Hg-commit: e66e6e0b392d0e3456a0c4fdee411b9bff8fd74a


# da93591f 29-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_ARCH/conf/base and
added support for not setting PETSC_ARCH and PETSC_DIR with --prefix option

Hg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58


# 18b56cb9 23-Sep-2009 Jed Brown <jed@59A2.org>

Initial implementation of general linear methods in TS

not yet implemented:
* error estimation
* adaptive step size
* adaptive order
* fill in tableaus for higher-order GL methods and conventional (

Initial implementation of general linear methods in TS

not yet implemented:
* error estimation
* adaptive step size
* adaptive order
* fill in tableaus for higher-order GL methods and conventional (DIRK, BDF)

Hg-commit: 8a94cdcda512f36aed3a443140a32ec12e4f3680

show more ...


# 7b2b6c42 21-Sep-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 195f72567fef37dce5fb19f9a361fb9db1b4003a


# 316643e7 21-Sep-2009 Jed Brown <jed@59A2.org>

Implicit formulation in TS, TS_THETA

TS: Adding support for implicit form F(t,X,Xdot)=0, suitable for DAE

TS_Theta: Implementation of theta integrator cast as a 1-stage
Runge-Kutta method which use

Implicit formulation in TS, TS_THETA

TS: Adding support for implicit form F(t,X,Xdot)=0, suitable for DAE

TS_Theta: Implementation of theta integrator cast as a 1-stage
Runge-Kutta method which uses the implicit form and thus may be applied
to DAE.

Hg-commit: 59bd09a7bf51ba2c479750c1f2cadaf645713178

show more ...


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 8da04507 10-Jun-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 89a88a4570a641b3af1b53853d576da3947e5ca7


# 2423cecc 08-Jun-2007 Barry Smith <bsmith@mcs.anl.gov>

changed bmake/common everywhere to conf
fixed a little more for new install system

Hg-commit: 1aa781ff09e652ebafd6f016d84e88c15ea650f1


# aa5be5ee 05-May-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3253
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050505174711|38457
ChangeSet
1.3253 05/05/05 12:47:11 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits

bk-changeset-1.3253
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050505174711|38457
ChangeSet
1.3253 05/05/05 12:47:11 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev


Hg-commit: 3def4e1b447197beeac35f5604193318d778c8a7

show more ...


# 0f3b3ca1 05-May-2005 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.3251.1.1
hzhang@triumph.mcs.anl.gov|ChangeSet|20050505153523|05973
ChangeSet
1.3251.1.1 05/05/05 10:35:23 hzhang@triumph.mcs.anl.gov +21 -0
replace pvode -> sundials
upgrade inte

bk-changeset-1.3251.1.1
hzhang@triumph.mcs.anl.gov|ChangeSet|20050505153523|05973
ChangeSet
1.3251.1.1 05/05/05 10:35:23 hzhang@triumph.mcs.anl.gov +21 -0
replace pvode -> sundials
upgrade interface of PVODE to SUNDIALS -- not done yet

src/ts/interface/tsregall.c
1.14 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +3 -3
replace pvode -> sundials

src/ts/interface/tsreg.c
1.25 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +1 -1
replace pvode -> sundials

src/ts/interface/ts.c
1.47 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +1 -1
replace pvode -> sundials

src/ts/impls/implicit/sundials/petscsundials.h
1.13 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +11 -24
replace pvode -> sundials

src/ts/impls/implicit/sundials/petscsundials.c
1.34 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +190 -171
interface to sundials --
is not done yet (gives incorrect solution)

src/ts/impls/implicit/makefile
1.6 05/05/05 10:35:21 hzhang@triumph.mcs.anl.gov +1 -1
replace pvode -> sundials

src/ts/impls/explicit/rk/rk.c
1.20 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +1 -1
replace pvode -> sundials

src/ts/examples/tests/ex4.c
1.13 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +33 -20
replace pvode -> sundials
remove several memory leaks -- few still exit, will continue work on it

src/ts/examples/tests/ex2.c
1.9 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +1 -1
replace pvode -> sundials

src/ksp/examples/tutorials/ex10.c
1.51 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +1 -1
replace pvode -> sundials

src/fortran/custom/zts.c
1.21 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +5 -5
replace pvode -> sundials

src/contrib/sif/2d/sif.F
1.4 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +3 -3
replace pvode -> sundials

src/contrib/sif/1d/sifseq.F
1.4 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +5 -5
replace pvode -> sundials

src/contrib/sif/1d/sif.F
1.4 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +7 -7
replace pvode -> sundials

python/PETSc/utilities/__init__.py
1.9 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +1 -1
replace pvode -> sundials

make.py
1.8 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +2 -2
replace pvode -> sundials

include/petscts.h
1.33 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +14 -14
replace pvode -> sundials

include/petscpc.h
1.73 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +1 -1
replace pvode -> sundials

include/finclude/petscts.h
1.10 05/05/05 10:35:20 hzhang@triumph.mcs.anl.gov +10 -11
replace pvode -> sundials

bin/config/acconfig.h
1.7 05/05/05 10:35:19 hzhang@triumph.mcs.anl.gov +2 -2
replace pvode -> sundials

src/ts/impls/implicit/sundials/petscsundials.h
1.12 05/05/02 09:43:43 hzhang@triumph.mcs.anl.gov +0 -0
Rename: src/ts/impls/implicit/sundials/petscpvode.h -> src/ts/impls/implicit/sundials/petscsundials.h

src/ts/impls/implicit/sundials/petscsundials.c
1.33 05/05/02 09:43:18 hzhang@triumph.mcs.anl.gov +0 -0
Rename: src/ts/impls/implicit/sundials/petscpvode.c -> src/ts/impls/implicit/sundials/petscsundials.c

src/ts/impls/implicit/sundials/petscpvode.h
1.11 05/05/02 09:42:40 hzhang@triumph.mcs.anl.gov +6 -6
mvdir

src/ts/impls/implicit/sundials/petscpvode.c
1.32 05/05/02 09:42:40 hzhang@triumph.mcs.anl.gov +227 -227
mvdir

src/ts/impls/implicit/sundials/makefile
1.6 05/05/02 09:42:40 hzhang@triumph.mcs.anl.gov +6 -6
mvdir


Hg-commit: 5b095fd009fe277c895a4b595dfcafe2691bd9f5

show more ...


# 9c30b7d2 30-Mar-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2094
barrysmith@barry-smiths-computer.local|ChangeSet|20040330021611|11379
ChangeSet
1.2094 04/03/29 20:16:11 barrysmith@barry-smiths-computer.local +2 -0
merge Victor's exprts

bk-changeset-1.2094
barrysmith@barry-smiths-computer.local|ChangeSet|20040330021611|11379
ChangeSet
1.2094 04/03/29 20:16:11 barrysmith@barry-smiths-computer.local +2 -0
merge Victor's exprts

bmake/common/rules
1.117 04/03/29 20:16:10 barrysmith@barry-smiths-computer.local +0 -2
merge Victor's exprts

makefile
1.104 04/03/29 20:14:27 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: 1e729f8f16813bd4898a896cb425f51076988252

show more ...


1234