History log of /petsc/src/dm/dt/interface/dtds.c (Results 226 – 250 of 476)
Revision Date Author Comments
# 6ceea81e 02-Jun-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/fix-subdm-multiple-ds (pull request #1701)

Knepley/fix subdm multiple ds


# d083f849 01-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Update the use of Collective on in the manual pages to reflect the new style

Commit-type: style-fix, documentation
Thanks-to: Patrick Sanan <patrick.sanan@gmail.com>


# fa54792a 29-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in psanan/man-pages-remove-keywords (pull request #1717)

Man pages: Remove .keywords fields

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


# bfcb38ea 27-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Man pages: remove .keywords: fields

This field is recognized by doctext from Sowing (http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/node20.htm#Node20),
but it doesn't seem to be unif

Man pages: remove .keywords: fields

This field is recognized by doctext from Sowing (http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/node20.htm#Node20),
but it doesn't seem to be uniformly used or maintained.

Thus, remove all .keywords: fields, and a following blank line, if present.

This is accomplished with GNU sed (gsed on OS X), with the following commands.
*Warning* that this type of command can corrupt a .git directory,
so be cautious in reusing or modifying these commands. They first look
for and delete matching lines with a following line consisting of only whitespace,
and then delete any remaining matching lines.

find src/ -type f -exec gsed -i '/keywords:/ {N; /\n\s*$/d}' {} +
find src/ -type f -exec gsed -i '/keywords:/d' {} +
find include/ -type f -exec gsed -i '/keywords:/ {N; /\n\s*$/d}' {} +
find include/ -type f -exec gsed -i '/keywords:/d' {} +

Hints on the sed command obtained from: https://unix.stackexchange.com/questions/100754/how-to-delete-a-specific-line-and-the-following-blank-line-using-gnu-sed

show more ...


# c52f1e13 27-Apr-2019 Matthew G. Knepley <knepley@gmail.com>

PetscDS: Ignore fields outside the range of this DS when selecting


# d6a4658e 21-May-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/feature-plex-pullback (pull request #1632)

Plex: Implemented pullback/pushforward

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


# 4bee2e38 06-May-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Implemented pullback/pushforward - Added k to PetscDualSpace. It indicates what kind of transformation we use. - DualSpace does pullback and FE integration routines do pushforward - All integra

Plex: Implemented pullback/pushforward - Added k to PetscDualSpace. It indicates what kind of transformation we use. - DualSpace does pullback and FE integration routines do pushforward - All integration now takes a PetscFEGeom argument and pushes forward correctly - Added PetscDualSpaceTransformType - Removed TransformF() because we now transform the basis function instead - Chaged workspace management in DS - Updated L2 diff functions - Updated interpolation functions - Added way to output exact solution in DMSNESCheck()

show more ...


# 4c19bcc8 18-Apr-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/feature-poiseuille-example (pull request #1446)

Knepley/feature poiseuille example

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


# 410ac998 04-Apr-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/doc-fixed-comment-1554295605990 (pull request #1502)

Doc: Fixed comment

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


# 578a5ef5 03-Apr-2019 Matthew Knepley <knepley@gmail.com>

Doc: Fixed comment


# 8000f006 15-Mar-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# e90062f0 14-Mar-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/feature-move-adj-to-dm (pull request #1424)

Knepley/feature move adj to dm


# 95cbbfd3 13-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM+DS: Exact solution functions should also carry contexts


# 34aa8a36 08-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM+DS: Move adjacency from DS to DM
- Added DMGet/SetAdjacency()
- Altered DMView when fields are set
- Copy default adj on Clone, and field adj on CopyFields


# 7b559d1a 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/fix-ds-init' [PR #1415]

* knepley/fix-ds-init:
DM: Fix DS initialization, so that we can setup the discretization multiple times


# 66ef72b0 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Revert "Merge branch 'knepley/fix-ds-init' [PR #1415]"

This reverts commit 37bb5b94b6914f9a726e34e5bf9c9c8b40dda9f0, reversing
changes made to 4a21182031185fd5d7353432f9213cf374069ae2.

The reason f

Revert "Merge branch 'knepley/fix-ds-init' [PR #1415]"

This reverts commit 37bb5b94b6914f9a726e34e5bf9c9c8b40dda9f0, reversing
changes made to 4a21182031185fd5d7353432f9213cf374069ae2.

The reason for this revert is an incorrect merge of a local copy of knepley/fix-ds-init.

show more ...


# 37bb5b94 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/fix-ds-init' [PR #1415]

* knepley/fix-ds-init:
Fix DS initialization, so that we can setup the discretization multiple times


# 40967b3b 07-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM+DS: Print out BC with PetscDSView()


# 67ff7744 07-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM+DS: Print out BC with PetscDSView()


# a041468a 06-Mar-2019 Lawrence Mitchell <lawrence@wence.uk>

Merge branch 'master' into wence/feature-patch-all-at-once


# b0f52d29 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# a1a5ab92 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# 940dfb0a 28-Jan-2019 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 30faf514 27-Jan-2019 m_diehl <m.diehl@mpie.de>

Merged petsc/petsc into master


# 0074f91a 24-Jan-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/feature-multiple-ds' [PR #1309]


12345678910>>...20