History log of /petsc/include/petscts.h (Results 326 – 350 of 1099)
Revision Date Author Comments
# 64aa12e4 08-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (251 commits)
yaml: add a backup download URL
Fix documentation of MatSetRandom function
Ignore -malloc-hbw option if m

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (251 commits)
yaml: add a backup download URL
Fix documentation of MatSetRandom function
Ignore -malloc-hbw option if malloc is already set
Plex: Fixed array initialization
pgi: compile fix
knl: update test to use memkind and remove option that worked arround a bug with intel 17
Check the return value for memkind_posix_memalign
Change the default behavour for -malloc_hbw
Bib: More refs
test: remove runex13f90 as its now converted to new test suite
fix win32 crash. This test was previously run with '-n 4' - so restoring it
Fix petscsfgetgraph_ to work for all Fortran compilers by directly using array of PetscSFNodes
bugfix for MatDuplicate_MPIAIJ_PtAP Reported-by: Samuel Lanthaler <s.lanthaler@gmail.com>
strip out dead sundials usage code; change sundials test to only run 5 timesteps to prevent different number of steps on different systems.
Remove extra lines of output file
Example uses C99 constructs so must mark with requires: c99
fix const missmatch for DMDAVecRestoreArrayRead()
remove conflict between function name in example and new PETSc TS function
builds: attempt to do maint/master/next test builds in separate clones
ex62: it turned out that CHACO partioning is not deterministic. Use a prescribed partition instead
...

Conflicts:
src/dm/interface/dm.c
src/snes/examples/tutorials/ex13.c

show more ...


# e34fd82d 07-Dec-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/ssisc-spectral-adjoint'


# 1fa399ad 04-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with updated 17.10 compilers
Fix for test dirs that are not tutorials/tests
fix use of double in PetscAbsReal() which produces compiler warnings with single precision build
elemental: remove info on conflict of -with-cxx-dialect=C++11 on osx - it works now.
Cleanup .bib files
Fix allfortranstubs rule to rm generated files from correct directory, not outdated location
ierr set but not checked
Remove initial refine so test runs faster and does not time out on some machines
Gail's copyedits for bibtex items
Docs: manual: add further description of 3 different current testing options
DM: check for ops->localtolocalbegin/end before calling
PetscSF: fix typo in tutorial ex1
Vec+HDF5: Fix output for complex - Need to check for empty group name
SNES: SNESDestroy() can be called with snes->dm == NULL
SNES: SNESDestroy() can be called with snes->dm == NULL
Vec+HDF5: Fix output for complex - Need to check for empty group name
Docs: Manual: Update tests section
gmakegentest: also exclude .#filenames created by emacs
DMPlex: Fix output of test ex1 after changes to Gmsh reader
...

show more ...


# 7cf37e64 27-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

add TSMonitorError() and -tao_view_solution

Commit-type: feature


# 23f6b57c 26-Nov-2017 Oana Marin <oanam@anl.gov>

Merge branch 'barry/ssisc-spectral-adjoint' of bitbucket.org:petsc/petsc into barry/ssisc-spectral-adjoint


# 0ed3bfb6 17-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Clean up simple spectral adjoint example, add advection term

Add crosslinks for some TS example and additional monitor functions

Commit-type: testing-fix,style-fix, feature


# 4a7a8679 20-Nov-2017 Stefano Zampini <stefano.zampini@gmail.com>

Merge remote-tracking branch 'origin/maint'


# e91eccc2 20-Nov-2017 Stefano Zampini <stefano.zampini@gmail.com>

Fix typos and whitespaces already fixed in stefano_zampini/feature-continuousadjoint


# e366c154 15-Nov-2017 Jed Brown <jed@jedbrown.org>

Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint

Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match
documentation.


# 92f6fe9a 11-Nov-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/hongzh/add-tstraj-filename'


# 48b371de 06-Nov-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/delete-adjoint-trajectory'


# 64e38db7 31-Oct-2017 Hong Zhang <hongzhang@anl.gov>

Add -ts_trajectory_dirname and -ts_trajectory_filetemplate

Allow users to specify the folder name and file name template for disk checkpoints.


# 64fc91ee 30-Oct-2017 Barry Smith <bsmith@mcs.anl.gov>

Delete TSTrajectory files used for adjoints by default; provide option to keep them

Useful for test harness and other cases where one does not want to keep large trajectory
files around.

Commit-typ

Delete TSTrajectory files used for adjoints by default; provide option to keep them

Useful for test harness and other cases where one does not want to keep large trajectory
files around.

Commit-type: feature

show more ...


# 0b342fd5 14-Oct-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-adaptor-plex

* master: (56 commits)
test: Disable TS ex19 with single precision
PETSCVIEWERGLVIS: Support DMView_DA() out of VecView_GLVis()
test: Fi

Merge branch 'master' into knepley/feature-adaptor-plex

* master: (56 commits)
test: Disable TS ex19 with single precision
PETSCVIEWERGLVIS: Support DMView_DA() out of VecView_GLVis()
test: Fix TS ex19 time drift issue with quad precision
testing
Minor edit to 3.8 changes log for AIJMKL/BAIJMKL.
Bib: Added ref
Plex: Change initializers for C89
small update as complained by nightly tests
doc: fix missing from 0e50f9e530a7b78427514d3e384f6941d4a9cc62
small fix for nightly tests
PetscDualSpaceApplyFVM(): Fix for change in dual space semantics
Plex: All tests now passing after DMPlexCreateBoxMesh() update
cleanup MatPtAP_MPIAIJ_MPIAIJ; rm MatPtAPXXX_MPIAIJ_MPIAIJ_ptap()
update MatView_MUMPS()
PFLOW: Bug-fix in parser.
PFLOW: Bug-fix in parser.
Plex: Small fix for box meshing
Plex: Unified box mesh creation to DMPlexCreateBoxMesh() - Makes simplices and tensor cells - Does not work for all combinations, but gives correct error
Plex: Added bounds and faces in each dim to DMPlexCreateBoxMesh()
Plex: Added domain bounds to HexBoxMesh()
...

show more ...


# b0f5147c 12-Oct-2017 Lisandro Dalcin <dalcinl@gmail.com>

Merge remote-tracking branch 'origin/maint'


# a99621b9 12-Oct-2017 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/ts-adapt-dsp (pull request #753)

TSADAPTDSP: New adaptive controller based on digital signal processing


# cb7ab186 05-Jun-2017 Lisandro Dalcin <dalcinl@gmail.com>

TSADAPTDSP: New adaptive controller based on digital signal processing


# aefd4894 28-Sep-2017 Lisandro Dalcin <dalcinl@gmail.com>

Merge branch 'maint'


# fb88ac58 28-Sep-2017 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/add-tsrestart (pull request #755)

TS: Add TSRestartStep() to flag restart the next step


# dcb233da 17-Sep-2017 Lisandro Dalcin <dalcinl@gmail.com>

TS: Add TSRestartStep() to flag restart the next step


# 8a8e4123 03-Aug-2017 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/ts-fixes (pull request #725)

TS: Various fixes

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 4f4e0956 03-Aug-2017 Lisandro Dalcin <dalcinl@gmail.com>

TS: Deprecate TSGetTotalSteps()


# aaa6c58d 01-Aug-2017 Lisandro Dalcin <dalcinl@gmail.com>

TS: Deprecate TSSetInitialTimeStep()


# 5c5f5948 01-Aug-2017 Lisandro Dalcin <dalcinl@gmail.com>

TS: Deprecate TSGetTimeStepNumber()


# 19eac22c 01-Aug-2017 Lisandro Dalcin <dalcinl@gmail.com>

TS: Deprecate TS{Set|Get}Duration()


1...<<11121314151617181920>>...44