History log of /petsc/src/snes/tutorials/ex62.c (Results 51 – 75 of 80)
Revision Date Author Comments
# 90db8557 23-Feb-2022 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

added setting KSPCR for eigen estimates in GAMG for symmetric and hermetian matrices


# c244c1eb 15-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-distribute-default' into 'main'

Plex: Change default to automatic distribution

See merge request petsc/petsc!4843


# e600fa54 14-Feb-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: Change default to automatic distribution - Add DMPlexDistributeGet/SetDefault() to change this - Add DMPlexCopy_Internal() to keep state in Plex object consistent


# 1241a243 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-01-05/c99' into 'main'

Feature: C99 and C++11

See merge request petsc/petsc!4700


# 2c71b3e2 11-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()


# 9ace16cd 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add PetscAssert() and PetscAssertFalse()


# 98921bda 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

SETERRQ[1-9]+ begone


# d7a6ce0f 25-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-08-08/fix-ksp-error-if-not-converged' into 'main'

Outer most KSPSolve() now errors if KSPSetErrorIfNotConverged() is set and KSP_DIVERGED_ITS

See merge request petsc/petsc!

Merge branch 'barry/2021-08-08/fix-ksp-error-if-not-converged' into 'main'

Outer most KSPSolve() now errors if KSPSetErrorIfNotConverged() is set and KSP_DIVERGED_ITS

See merge request petsc/petsc!4219

show more ...


# 82894d03 25-Oct-2021 Barry Smith <bsmith@mcs.anl.gov>

Outer most KSPSolve() now errors if KSPSetErrorIfNotConverged() is set and KSP_DIVERGED_ITS

Clarified behavior of KSPSolve() with errors in manual pages

Reported-by: Pierre Jolivet <pierre@joliv.et

Outer most KSPSolve() now errors if KSPSetErrorIfNotConverged() is set and KSP_DIVERGED_ITS

Clarified behavior of KSPSolve() with errors in manual pages

Reported-by: Pierre Jolivet <pierre@joliv.et>
\spend 45m

show more ...


# 82a6ae78 28-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-some-missing-chkerr' into 'main'

Some missing CHKERR[Q|MPI]

See merge request petsc/petsc!4190


# 1e1ea65d 27-Jul-2021 Pierre Jolivet <pierre@joliv.et>

Some missing CHKERR[Q|MPI]


# 68ce86a1 18-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-ceed-integration' into 'main'

Plex: Initial CEED integration

See merge request petsc/petsc!3918


# 30602db0 14-May-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Update examples to use new creation interface


# e9494080 13-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ds-residualbd-key' into 'main'

DS+FE+Doc: Make BdResidual take a key

See merge request petsc/petsc!3761


# 45480ffe 06-Apr-2021 Matthew G. Knepley <knepley@gmail.com>

DM+Plex: Boundary integration functions are now stored in a PetscWeakForm held in the Boundary object
- Boundary residual/Jacobian functions now take a form key
- Now store DMLabel in DSBoundary
- Im

DM+Plex: Boundary integration functions are now stored in a PetscWeakForm held in the Boundary object
- Boundary residual/Jacobian functions now take a form key
- Now store DMLabel in DSBoundary
- Improved Boundary, Weak Form, and DS viewers
- Remove DMCopyBoundary(), DMCopyDisc() is sufficient
- Need DMTransferDS_Internal() to create new DS with label in the correct DM
- Correct all DMAddBoundary() in tests
- Allow DMBoundary to hold just a label name if necessary since p4est is missing labels in a lot of places
- Fix propagating coordinate dimension in DS

show more ...


# dcb211fe 09-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-snes-ex69-update' into 'master'

Knepley/feature snes ex69 update

See merge request petsc/petsc!3280


# 478db826 24-Aug-2020 Matthew G. Knepley <knepley@gmail.com>

SNES ex69: Added tutorial material
- Added parameter viewing
- Added GMG test


# cd370d5f 18-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/docs-stokes-tutorial-fixes' into 'master'

Stokes Tutorial: fixes and updates

See merge request petsc/petsc!3058


# 47bb1945 18-Aug-2020 Patrick Sanan <patrick.sanan@gmail.com>

SNES ex62: fix function name and add comment


# 42a5c13d 17-Aug-2020 Patrick Sanan <patrick.sanan@gmail.com>

Stokes Tutorial: fixes and updates

Add a link to SNES ex62 at the start of the tutorial.

Clean up Sphinx warnings (except for those about duplicate citations).

Change included file to use SNES ex6

Stokes Tutorial: fixes and updates

Add a link to SNES ex62 at the start of the tutorial.

Clean up Sphinx warnings (except for those about duplicate citations).

Change included file to use SNES ex62.

Fix Bibliography (use absolute path and filter)

Use plural "Stokes equations" and "Navier-Stokes equations".

show more ...


# fe4f3632 15-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-stokes-tutorial' into 'master'

Knepley/feature plex stokes tutorial

See merge request petsc/petsc!3038


# 8b0e23d0 10-Aug-2020 Matthew G. Knepley <knepley@gmail.com>

SNES ex62: Completely reworked


# caa22a8a 04-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rlwalker/feature-plex-example-poroelasticity-cryer' into 'master'

Rlwalker/feature plex example poroelasticity cryer

See merge request petsc/petsc!3013


# 56cf3b9c 27-Jul-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Need to add BC for the solution time derivative in TS problems
- Added DMPlexInsertTimeDerivativeBoundaryValues()
- Added time derivative of the solution argument to DMAddBoundary(),
DMGetBou

Plex: Need to add BC for the solution time derivative in TS problems
- Added DMPlexInsertTimeDerivativeBoundaryValues()
- Added time derivative of the solution argument to DMAddBoundary(),
DMGetBoundary(), PetscDSAddBoundary(), PetscDSUpdateBoundary(),
PetscDSGetBoundary()

show more ...


# dadd21d5 04-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-06-23/pcfactor-no-ordering-external' into 'master'

Most external factorization packages do not use the ordering provided by...

See merge request petsc/petsc!2913


1234