docs: fix Input/Output Parameters list formatReported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>
docs: fix sowing list syntax/incomplete man page
DM: add interface consistency checksfix various classes
Fix more typos and add missing examples
DMNetwork: Updated ex9busdmnetwork example with new component variable feature.
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 ...
bugfix for DMNetworkGetSubnetworkCoupleInfo(); add more error checkingadd DMNetworkGetSizes()Contributed-by: Betrie, Getnet <gbetrie@anl.gov>
Merge branch 'hzhang/fix-dmnetworklayoutsetup' into 'master'bugfix for DMNetworkLayoutSetUp()See merge request petsc/petsc!2006
bugfix for DMNetworkLayoutSetUp()
Update public API, and internal naming conventions for DM to eliminate use of "default" (previously refered to default sections)Commit-type: style-fix, documentation
DMGetSection: replace all internal usage with DMGetLocalSectionSame for DMSetSection -> DMSetLocalSection. We retain the interfacefor DMGetSection/DMSetSection without deprecation warnings (for n
DMGetSection: replace all internal usage with DMGetLocalSectionSame for DMSetSection -> DMSetLocalSection. We retain the interfacefor DMGetSection/DMSetSection without deprecation warnings (for now).Suggested-by: Barry Smith <bsmith@mcs.anl.gov>
Merge branch 'hzhang/dmnetwork-vltogordering' [PR #1882]* hzhang/dmnetwork-vltogordering:add Set/GetVertexLocalToGlobalOrdering(), used by constrained optimization applicationbugfix for IPMUpdate
Merge branch 'hzhang/dmnetwork-vltogordering' [PR #1882]* hzhang/dmnetwork-vltogordering:add Set/GetVertexLocalToGlobalOrdering(), used by constrained optimization applicationbugfix for IPMUpdateAi() in Tao. Create Ai using local column sizebugfix for DMInitialize_Network(). contibuted by Shri
fix complex build error
rm unnecessary newline
bugfix for DMInitialize_Network().contibuted by Shri
fix typo which causes fortran compiling error
Merge branch 'gropp/doc-fixes-1' [PR #1838]
fix bug in DMNetworkSetVertexLocalToGlobalOrdering() at ghosted vertices
fix memory overwritten
fix memory leak
add Set/GetVertexLocalToGlobalOrdering(), used by constrained optimization application
DM: Deprecate DMCreateAggregates()* This interface is untested and may be redundant* DMDA is the only provider, keep it as DMDACreateAggregates()
DM: Simplify implementation of DMHasCreateInjection()* Add log event for DMCreateInjection()* Get rid of DMHasCreateInjection_Default()* Rename dm->ops->getinjection to dm->ops->createinjection*
DM: Simplify implementation of DMHasCreateInjection()* Add log event for DMCreateInjection()* Get rid of DMHasCreateInjection_Default()* Rename dm->ops->getinjection to dm->ops->createinjection* Improve error checking here and there
Merge from doc-fixes branch
Fixes for doctext update
12345678910>>...13