History log of /petsc/src/ts/interface/ts.c (Results 1226 – 1250 of 1763)
Revision Date Author Comments
# d1212d36 21-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

finished basic -ts_dmda_monitor_ray for 2d DMDAs

Hg-commit: d32321113787a6086fb3eace502e4612d3c130a2


# cffb1e40 16-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

PetscOptionsGetViewer() now returns format since that is needed separately from viewer to be pushed and poped when used

Hg-commit: 3766d619209f59eac7f711df4eb56adfa9a0da7d


# b58ca069 15-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

completed basic conversion of -xxx_view and -xxx_view_yyy hodge-podge to consistent -xxx_view [viewer][:filename][:format] scheme
left is all the ugly ones for -ksp_view_binary and friends

Hg-commit

completed basic conversion of -xxx_view and -xxx_view_yyy hodge-podge to consistent -xxx_view [viewer][:filename][:format] scheme
left is all the ugly ones for -ksp_view_binary and friends

Hg-commit: e4cbe0641435ca83c394e1925ec2bdf3258742cf

show more ...


# 29aa02fc 11-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e


# d724dfff 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed memory leak in fieldsplit
fixed -xxx_view_draw to initially clear window so that -draw_save works on these drawings
added DMDetSubDM_DA()
asm should not error out if viewer not supported

Hg-co

fixed memory leak in fieldsplit
fixed -xxx_view_draw to initially clear window so that -draw_save works on these drawings
added DMDetSubDM_DA()
asm should not error out if viewer not supported

Hg-commit: 8095385733ef37462f66a2a8905da608a080c694

show more ...


# 5c6c1dae 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

reorg of src/sys directory
directories that define objects now in the classes subdirectory
rename several confusing name directories

Hg-commit: b2612422c63ac4afe82112892d9efda808f3d601


# 289dcd94 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d


# ad6bc421 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

My first TS restart just 8 million other changes needed PETSc!
TSGetAdapt() changed to TSGetTSAdapt() because it gets a TSAdapt object, not an Adapt object
added TSAdapt binary view and load

Hg-comm

My first TS restart just 8 million other changes needed PETSc!
TSGetAdapt() changed to TSGetTSAdapt() because it gets a TSAdapt object, not an Adapt object
added TSAdapt binary view and load

Hg-commit: c5ab7de6c480df2d7b84dc349ac7871cdc85dcbe

show more ...


# 2d53ad75 09-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

more progress on serializing PETSc objects and function pointers
yes Barry has lost his mind but this is too much fun to stop

Hg-commit: 70b547a30c706ea4b2828de11dd7962c0443a994


# f5abba47 08-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Promoted TSSetConvergedReason() level to advanced.

Hg-commit: 32fcf1b7b77071dc615b0ea16ae3d3e5c68ce664


# d6ad946c 08-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added TSSetConvergedReason() and TS_CONVERGED_USER to allow TSSolve() to be stopped on request by user.

Hg-commit: 2d77f6a8715713cc6c0d9af9aafe6bd83291366b


# 49354f04 08-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Changed ts_exact_final_time from boolean to enum.
TSAdapt can now modify the final time step to stop exactly at
the given final time.

Hg-commit: 2bbe8e4fc9d649fbb4ec4bc19259912d0788d4c2


# 89fd9faf 02-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

PetscDrawBoxedString() returns height and width

Hg-commit: d8250334932c8842de68cfc0077c9b184db5f077


# 2b0a91c0 02-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

tsview for draw

Hg-commit: 3879d449010e169c4a1fd844921f113a463fb812


# 2a34c10c 01-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

DMTS is now attached to DM through ->dmts and not with PetscObjectCompose()

Hg-commit: 73e222393cbc1bfccc3195abf364ab09b1d64b9b


# d74926cb 30-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

made DMTS a regular PetscObject instead of using a Container

Hg-commit: f37ce877caff68186ff449a07f72967013d39c1a


# 38aa3a79 28-Nov-2012 Jed Brown <jed@59A2.org>

merge VTU viewer

Hg-commit: f68babcf040286d4843b3544bb1e887ce1a50948


# 942e3340 28-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed naming of KSPDM, SNESDM, TSDM and child objects, fixed DMXXYYYContextZZZ() to DMGet/CopyDMXXX()

Hg-commit: a8931f032682db8d679ab51da5c3819b9c32b632


# 43208f3f 27-Nov-2012 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d


# 850dabcc 20-Nov-2012 Jed Brown <jed@59A2.org>

Remove unused variables

Hg-commit: 0cabef41af4dc9e87b11f3e99891357220ec8403


# f7d39f7a 20-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

TS should try really hard to generate the matrix if not explicitly provided

Hg-commit: 991ee090b6e6528c19ef0b4f4722c2b77d7ef61f


# f2c2a1b9 20-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

TSSolve() did not properly handle null u argument
more work on TSView() binary and TSLoad()

Hg-commit: 85c2341b3eb28d6cdaa697c3b1e99963abb9edbf


# 55849f57 19-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

added stubs for TS/SNES/KSP/PC Load and binary view, no working impls yet

Hg-commit: 7dfdadcaf4660e2aa05346cf920006cd46b990b6


# 487e0bb9 13-Nov-2012 Jed Brown <jed@59A2.org>

Prototype for TSGetSolveTime() and fix some man page refs to TSGetConvergedReason

Hg-commit: 44b6a6cd91796d32b18d6c64337bbc9828475062


# cc708ded 13-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

removed ftime from TSSolve() and added TSGetSolveTime()

Hg-commit: dd5658b5e51af8b3e1732c3368cf2c47376c68a6


1...<<41424344454647484950>>...71