| #
96b917e0
|
| 20-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/fix-dmplex-ints' into 'master'
int -> PetscInt, double -> PetscReal/PetscScalar in DMPlex API for various front facing functions
See merge request petsc/petsc!2512
|
| #
a4a685f2
|
| 09-Feb-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add DMPlexCreateFromCellList[Parallel]Petsc and marked previous namesake as deprecated. New function accpets only petsc datatypes, old function performs types conversions within. Affects tetgen, ctet
Add DMPlexCreateFromCellList[Parallel]Petsc and marked previous namesake as deprecated. New function accpets only petsc datatypes, old function performs types conversions within. Affects tetgen, ctetgen, and any createfromcelllist[parallel] interfaces.
show more ...
|
| #
db90be85
|
| 14-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
fee20e99
|
| 14-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/move-PetscSFGetSubSF/maint' into 'maint'
DMNetworkGetSupportingEdges(): fix doc formatting that prevented generation of manpage
See merge request petsc/petsc!2971
|
| #
7d928bff
|
| 13-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
DMNetworkGetSupportingEdges(): fix doc formatting that prevented generation of manpage
And fix DMNetworkGetComponentVariableOffset() and DMNetworkGetComponentVariableGlobalOffset() docs
Reported-by
DMNetworkGetSupportingEdges(): fix doc formatting that prevented generation of manpage
And fix DMNetworkGetComponentVariableOffset() and DMNetworkGetComponentVariableGlobalOffset() docs
Reported-by: Aidan Hamilton <aidan@udel.edu> Co-authored-by: Hong Zhang <hzhang@mcs.anl.gov>
show more ...
|
| #
babdfabc
|
| 18-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
ac00b463
|
| 18-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'MR-2875' into maint
Documentation Typo
See merge request petsc/petsc!2875
|
| #
64238763
|
| 16-Jun-2020 |
Rodolfo Oliveira <oliveira.rodolfo87@gmail.com> |
A typo in the documentation, *global* misspelled as *globle*.
|
| #
987c121e
|
| 26-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/dmnetwk-parallel-create' into 'master'
add tests for parallel creation of dmnetwork
See merge request petsc/petsc!2801
|
| #
d5c9c0c4
|
| 14-May-2020 |
Hong Zhang <hzhang@mcs.anl.gov> |
add tests for parallel creation of dmnetwork
|
| #
528955be
|
| 04-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
7fd905ac
|
| 03-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dmnetwork-update-manual-docs' into 'maint'
DMNetwork update manual docs
See merge request petsc/petsc!2681
|
| #
97bb938e
|
| 02-Apr-2020 |
Shri Abhyankar <shri@pnnl.gov> |
DMNetwork: Change usage level of public API functions.
DMNetworkGetComponentDataArray is private a function so disable man page
And update changes and manual - to include component variable info.
|
| #
67e831d3
|
| 25-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/psanan/docs-fixes-2020-03-25'
Doc fixes (prerequisites for Sphinx docs)
See merge request petsc/petsc!2633
|
| #
7a7aea1f
|
| 25-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
docs: fix Input/Output Parameters list format
Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>
|
| #
f0fc11ce
|
| 15-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
docs: fix sowing list syntax/incomplete man page
|
| #
2e6716a4
|
| 27-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-dm-composition' into 'master'
Fix DM composition with work vectors and matrices
See merge request petsc/petsc!2551
|
| #
c6b011d8
|
| 20-Feb-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
DM: add interface consistency checks
fix various classes
|
| #
5d107231
|
| 12-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-more-typos' into 'master'
Fix more typos and add missing examples
See merge request petsc/petsc!2511
|
| #
fd292e60
|
| 12-Feb-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Fix more typos and add missing examples
|
| #
476fb030
|
| 18-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'shri/feature-dmnetwork-component-variables' into 'master'
setting/accessing component variables
See merge request petsc/petsc!2396
|
| #
9dacc45b
|
| 16-Dec-2019 |
Shrirang Abhyankar <shri@pnnl.gov> |
DMNetwork: Updated ex9busdmnetwork example with new component variable feature.
|
| #
9988b915
|
| 16-Dec-2019 |
Shri Abhyankar <shri@pnnl.gov> |
DMNetwork: Setting/accessing variables for components.
DMNetwork till now only allowed setting/accessing the variables at a vertex or edge. For vertices/edges that have multiple components (which pr
DMNetwork: Setting/accessing variables for components.
DMNetwork till now only allowed setting/accessing the variables at a vertex or edge. For vertices/edges that have multiple components (which presumably could represent different physics) the user would need to some book-keeping to keep track of variable offsets associated with a component. This feature avoids the need of this book-keeping by allowing setting variables for components and managing the variable offsets for them.
show more ...
|
| #
68884c6b
|
| 22-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/fix-dmnetwork-memory' into 'master'
Hzhang/fix dmnetwork memory
See merge request petsc/petsc!2301
|
| #
72c3e9f7
|
| 22-Nov-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for DMNetworkGetSubnetworkCoupleInfo(); add more error checking
add DMNetworkGetSizes() Contributed-by: Betrie, Getnet <gbetrie@anl.gov>
|