History log of /petsc/src/dm/interface/dm.c (Results 651 – 675 of 1790)
Revision Date Author Comments
# 613bfe33 02-Jun-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/update-collective-on (pull request #1744)

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


# 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 ...


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

DM: Add field table to hybrid DS


# 31f8403b 22-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in Patrick-Sanan/dmc-edited-online-with-bitbucket-1558528830874 (pull request #1694)

DM docs: remove DMHasFunction from man page .seealso fields

Approved-by: Satish Balay <balay@mcs.anl.gov>


# 391e3792 22-May-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/check-bad-urls (pull request #1685)

Barry/check bad urls

Approved-by: Patrick Sanan <patrick.sanan@gmail.com>
Approved-by: Junchao Zhang <junchao.zhang@gmail.com>


# 1565f0a7 22-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

DM docs: remove DMHasFunction from man page .seealso fields


# a8d69d7b 19-May-2019 Barry Smith <bsmith@mcs.anl.gov>

Fixed out-dated URLS using make checkbadURLS REPLACE=1

One manual fix of https://en.wikipedia.org/wiki/Buckingham_π_theorem since the automatic tool dropped the first _ for some reason
Manual fix of

Fixed out-dated URLS using make checkbadURLS REPLACE=1

One manual fix of https://en.wikipedia.org/wiki/Buckingham_π_theorem since the automatic tool dropped the first _ for some reason
Manual fix of //faq.html since the automatic tool incorrectly replaced /faq.html to //faq.html in some locations

These are largely updates of http to https but have a variety of other website location changes

Once this branch is in master individual developers can run make checkbadURLS and fix URLs related to their projects manually

Commit-type: bug-fix, documentation

show more ...


# 6af627a9 15-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in psanan/dmc-edited-online-with-bitbucket-1557922334695 (pull request #1669)

DMGetDimPoints man page: output parameters format fix

Approved-by: Satish Balay <balay@mcs.anl.gov>


# aa049354 15-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

DMGetDimPoints man page: output parameters format fix


# 811966d4 03-May-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/feature-dm-global-basis (pull request #1582)

Knepley/feature dm global basis

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


# c0f8e1fd 30-Apr-2019 Matthew G. Knepley <knepley@gmail.com>

Doc+Plex: Added notes on function use
- Added collective doc


# ca3d3a14 18-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Add ability to specify different global and local bases
- The global basis is for solving and applying BC
- The local basis is for assembly
- We transform bases in DMLocalToGlobal() and DMGlobalT

DM: Add ability to specify different global and local bases
- The global basis is for solving and applying BC
- The local basis is for assembly
- We transform bases in DMLocalToGlobal() and DMGlobalToLocal()
- Added a default implementation which does a rotation
- Transform functions used in BC and exact solutions, which we assume operate in the global basis
- Transform functions used in projection, which we assume operate in the global basis
- Transform Jacobian values to the global basis before insertion
- Transform coordinates to global basis when calling out projection, BC, and exact solution functions
- Copy transforms when forming a hierarchy
- Added many tiny LA things (Eigen is no longer a good dependency)

show more ...


# 09730fe9 18-Apr-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/feature-plex-subds (pull request #1554)

Knepley/feature plex subds

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


# 88f0c812 17-Apr-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Don't let this little IS get caught up in the dragnet of -is_view


# b3cf3223 17-Apr-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Add translation between DM field numbers and DS field numbers
- Changed interface for DMGet/SetRegionDS(), DMGetRegionNumDS()


# be9ed4bb 11-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 5553c0fb 11-Apr-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in psanan/dm-compatibility-fixes/maint (pull request #1530)

Minor bug fix for DMGetCompatibility_Stag(), plus docs and tests

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


# 3d862458 10-Apr-2019 Patrick Sanan <patrick.sanan@gmail.com>

Docs: DMGetCompatibility man page typo fixes


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

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


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

Merged in knepley/feature-plex-parallel-periodic-viz (pull request #1432)

Knepley/feature plex parallel periodic viz


# 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


# df2b1808 12-Mar-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/must-copy-discretization-to-cloned-coord-1552325636028 (pull request #1433)

Must copy discretization to cloned coordinate DM


1...<<21222324252627282930>>...72