History log of /petsc/src/ts/interface/ts.c (Results 876 – 900 of 1763)
Revision Date Author Comments
# 0e7611dd 16-May-2015 Satish Balay <balay@mcs.anl.gov>

Revert "fixed bad merge into master"

This reverts commit 781194b94830bca829637b611b5b26e16b855a34.


# 781194b9 16-May-2015 Barry Smith <bsmith@mcs.anl.gov>

fixed bad merge into master


# 55abf908 15-May-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'emil/fix-ts-dae-rebased-v3'


# 4ef6a029 11-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-composable-callbacks'

* knepley/feature-composable-callbacks:
TS ex28: Updated to new kernel interface
SNES ex62: Updated to new kernel interface
SNES ex12: Updat

Merge branch 'knepley/feature-composable-callbacks'

* knepley/feature-composable-callbacks:
TS ex28: Updated to new kernel interface
SNES ex62: Updated to new kernel interface
SNES ex12: Updated to new kernel interface
Plex ex3: Updated to new kernel interface
PetscDS: Added NfAux argument to FE kernels
PetscDS: Change signature of Jacobian functions to include the shift a for dF/dU_t
PetscDS: Cleanup - Removed silly consts - Removed unused vars - Fixed declarations
TS: Took extra space out of default monitor
TS ex18: Updated Riemann and pointwise interface
TS ex11: Updated Riemann interface
PetscDS: Added dimension and num fields to Riemann interface
PetscDS: Added missing declarations
SNES ex62: Updated to new pointwise interface
SNES ex12: Updated to new pointwise function interface
Plex+FEM: Update to new pointwise function interface - Basically need to also pass in field offsets
PetscDS: Change interface to pointwise functions - This is intended to make pointwise functions composable - Make function typedefs public - Store component and derivative offsets since they will be provided to the pointwise functions

show more ...


# c64463ef 11-May-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merge branch 'shri/remove-ts-isdiff'


# 3ff766be 08-May-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

ts-isdiff: Added a note in TSSetTolerances.

Added a note on how to use TSSetTolerances if one wishes to have the local truncation error
computed only for the differential part. (same as what ts->is_

ts-isdiff: Added a note in TSSetTolerances.

Added a note on how to use TSSetTolerances if one wishes to have the local truncation error
computed only for the differential part. (same as what ts->is_diff did.)

show more ...


# 57c1585f 08-May-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

ts-isdiff: Removed the index set for differential variables from TS.


# 89cff907 05-May-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'hongzh/add-costintegral-ts-rk-adjoint'


# fbdf3bed 04-May-2015 Matthew G. Knepley <knepley@gmail.com>

TS: Took extra space out of default monitor


# c45870e7 04-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-composable-callbacks

* master: (151 commits)
PetscMalloc: Fix handling of zero-sized allocations
add note to DMGetLocal/GlobalVector() about intended s

Merge branch 'master' into knepley/feature-composable-callbacks

* master: (151 commits)
PetscMalloc: Fix handling of zero-sized allocations
add note to DMGetLocal/GlobalVector() about intended short-time usage of the vectors.
sf: use patched openmpi tarball that has a potential fix for sf example hang
SNES problems that set VI bounds must use a VI solver since the other solvers ignore the bounds
pounders viewer did not cast PetscReal to double in printf nor use %D instead of %d
fix ts ex20adj
fix ts theta
fixed another variable declaration in the middle of a code block
example main() had PetscInt return type and argument that should be int
DMDAVTKWriteAll_VTS: Fix handling of higher-dimension coordinates
fixed example that declared variables in the middle of a function
C programs do not return PetscInt nor do they take an argument that is PetscInt, fixed example that did
You cannot declare variables in the middle of functions in PETSc.
add ierr checking to PetscOptionsBegin/End() in example
configure: add error check if user specifies PETSC_ARCH=-dbg [i.e starts with a '-']
scale norm of vector difference by norm of vector to insure it is small enough to consider the two vectors equal
missing PetscViewerDestroy() added
MatNestGetISs: use custom fortranstub to handle PETSC_NULL_OBJECT
update location of open-mx website on FAQ page
If the user sets bounds and calls a solver that does not support them, throw an error.
...

show more ...


# 9542898a 04-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge remote-tracking branch 'origin/stefano_zampini/mattransposedense-ldafix' into stefano_zampini/pcbddc-adaptive-selection


# b06c1cf3 01-May-2015 Fande Kong <fdkong.jd@gmail.com>

Merged petsc/petsc into master


# dc846ba4 30-Apr-2015 Satish Balay <balay@mcs.anl.gov>

TSClone: fix c89 syntax


# 7a37829f 30-Apr-2015 Satish Balay <balay@mcs.anl.gov>

TSClone: update wrt PetscHeaderCreate() change in master. [so as to work in next]


# 11b05f00 28-Apr-2015 Hong Zhang <hongzhang@anl.gov>

fix a bug in cost integral evaluation for explicit solvers


# 460c5f81 21-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'hongzh/evaluate-cost-integral-in-fwd'


# af3d4eeb 16-Apr-2015 Fande Kong <fdkong.jd@gmail.com>

Merge branch 'pr192/Fande-Kong/scalable-matincreaseoverlap/master' of https://bitbucket.org/petsc/petsc


# f1c23e0e 15-Apr-2015 Fande Kong <fdkong.jd@gmail.com>

Merged petsc/petsc into master


# 4bc2dc4b 15-Apr-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcscalingbasic.c
src/mat/impls/aij/mpi/mumps/mumps.c
s

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcscalingbasic.c
src/mat/impls/aij/mpi/mumps/mumps.c
src/mat/impls/is/matis.h

show more ...


# 305f5a7e 14-Apr-2015 semihozmen <semihozmen@gmail.com>

Merged master into semihozmen/ksp-fcg-eigen-comp-support


# e178f0ad 14-Apr-2015 semihozmen <semihozmen@gmail.com>

Merged petsc/petsc into master


# f9185b66 13-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr192/Fande-Kong/scalable-matincreaseoverlap/master

Needed to merge master to update to new calling sequence PetscCommBuildTwoSided


# 302440fd 13-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

fixed missing CHKERRQ() detected by clang's --analyze


# 66d7bb0d 12-Apr-2015 semihozmen <semihozmen@gmail.com>

Merged petsc/petsc into master


# 255664f4 12-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-directory-layout'


1...<<31323334353637383940>>...71