Merge branch 'knepley/fix-doc-errors' into 'main'Doc: Trying to remove all reported errorsSee merge request petsc/petsc!4930
Doc: Trying to remove all reported errors - Since it reports as an error, and only occurs a very few times, I have removed the Imput/Output Parameters sections and replaced them by Output Parameters
Doc: Trying to remove all reported errors - Since it reports as an error, and only occurs a very few times, I have removed the Imput/Output Parameters sections and replaced them by Output Parameters with documentation
show more ...
DT: Fixed variable
DT: Added some support for probability distributions- Changed integration for more flexible function signature
DM+FE+DT: Added correct geometry and quadrature for triangular prism- Added affine geometry for triangular prism- Added PetscDTTensorQuadratureCreate()- Added PetscFECreateByCell()- Added PetscFE
DM+FE+DT: Added correct geometry and quadrature for triangular prism- Added affine geometry for triangular prism- Added PetscDTTensorQuadratureCreate()- Added PetscFECreateByCell()- Added PetscFECreateLagrangeByCell()- Added DMCreateFEDefault()- Now DMField uses PetscFECreateLagrange()- Refactored FE creation- If the degree is prescribed on a prism, do not create a tensor space- Use new interface in DMField_DS- Fix default creation when number of components is changed by command line
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
deprecate PETSC_STATIC_INLINE
add PetscAssert() and PetscAssertFalse()
SETERRQ[1-9]+ begone
Merge branch 'jed/makefile-dirs' into 'main'makefile: add missing DIRS (squash gmakegen.py --verbose warnings)See merge request petsc/petsc!4677
Merge branch 'knepley/feature-plex-explicit-timestepping' into 'main'DM+TS: Add support for mass matricesSee merge request petsc/petsc!4683
Plex+DS: Added support for explicit timestepping
makefile: add missing DIRS (squash gmakegen.py --verbose warnings)* enable dm partitioner tests* yaml is a third-party library with different build procedure* the cmap directory contains only hea
makefile: add missing DIRS (squash gmakegen.py --verbose warnings)* enable dm partitioner tests* yaml is a third-party library with different build procedure* the cmap directory contains only headers* fix Fortran callback for Riemann solver, which returns void
Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'Feature: Attribute Format - MatSee merge request petsc/petsc!4634
FE+DS: Now hybrid integration uses side 2 for fault operations- Added cohesive offsets of PetscDS- Fixed offsets and handling of dimension
DM+FE: Allow multiple cohesive fields- Changed name from "hybrid" cell to "cohesive" cell- Fixed check for cohesive field in PetscFE and DM- Fixed DMCreateDS() for new scheme- Added PetscDSIsCohe
DM+FE: Allow multiple cohesive fields- Changed name from "hybrid" cell to "cohesive" cell- Fixed check for cohesive field in PetscFE and DM- Fixed DMCreateDS() for new scheme- Added PetscDSIsCohesive() and PetscDSGetNumCohesive()- Replaced PetscDSGetHybrid() with PetscDSGetCohesive() andPetscDSSetHybrid() with PetscDSSetCohesive()- Added PetscDSGetFieldOffsetCohesive()- Fixed hybrid Jacobian integration - Hybrid Jacobian integration needs to know the side of the interface, just like residual integration - Needs to use cohesive field offsets - Update takes the side as an argument
remove trailing newline from SETERRQ
Merge branch 'barry/2021-06-10/fix-chkerrq' into 'main'Fix missing ierr =, removed incorrect CHKERRQ(), change CHKStringErrorSee merge request petsc/petsc!4078
Fix missing ierr =, removed incorrect CHKERRQ()Commit-type: error-checking, style-fix\spend 45m
Add PetscDTPTrimmedEvalJet(): evaluates P trimmed polynomialsThis follows the construction in Arnold, Falk and Winther section 4.4I do not know yet if this basis is stable for evaluationStart t
Add PetscDTPTrimmedEvalJet(): evaluates P trimmed polynomialsThis follows the construction in Arnold, Falk and Winther section 4.4I do not know yet if this basis is stable for evaluationStart test of PetscDTPTrimmedEvalJet()Document and cite the implementation of P trimmed evaluationLimit P trimmed test output to condition numbersAdd negative form degrees to PetscDTPTrimmedEvalJet()Add alternate implementation of trimmed polynomialsRemove the reference implementation in favor of a simpler, better conditioned alternative
Fix manpages: Argument --> Parameter (required to enable sowing checks)
Fix manpages: Input/Output Parameters --> Parameter
Fix manpages: Input/Output Parameter --> Parameters
DT: Better viewer for PetscWeakForm
Fix spelling errors in manpages and comments
12345678910>>...33