History log of /petsc/src/snes/utils/convest.c (Results 76 – 100 of 158)
Revision Date Author Comments
# 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


# d5ed94bb 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jose/fix-manpages'

Fix manpages to avoid errors reported by doctext

See merge request petsc/petsc!4309


# d8d19677 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameter --> Parameters


# 2afd2872 02-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-refine-bc' into 'main'

DM+DT: Fix for equation copying

See merge request petsc/petsc!4270


# b2df8587 30-Aug-2021 Matthew G. Knepley <knepley@gmail.com>

ConvEst: Added debugging mode that disables refinement


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


# a13d1a16 16-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-convest-logging' into 'main'

Plex+SNES+Convest: Small fixes for PyLith

See merge request petsc/petsc!4169


# 608e5a7a 17-Jun-2021 Matthew G. Knepley <knepley@gmail.com>

Convest: Fix stage logging
- Check if stage was created


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# 0e60a921 28-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-convest-monitor' into 'master'

Convest: Also print the dofs in the monitor

See merge request petsc/petsc!3436


# 7809adef 25-Nov-2020 Matthew G. Knepley <knepley@gmail.com>

Convest: Also print the dofs in the monitor


# 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


# e2450a9f 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/sowing-1.1.26' into 'master'

sowing: update to version 1.1.26+

See merge request petsc/petsc!3091


# ee300463 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

doc: fix build errors


# 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


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

DM: Nullspace constructor should report old and new field numbers


# 51635343 20-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-ts-checks' into 'master'

TS+Plex: Convergence estimation now working of time dependent PDEs

See merge request petsc/petsc!2985


# f2cacb80 18-Jul-2020 Matthew G. Knepley <knepley@gmail.com>

TS+Plex: Convergence estimation now working of time dependent PDEs
- Add exact solution time derivative to DS
- Put monitor in ConvEst for TS
- Fixed error determination in ConvEst for TS

Co-Authore

TS+Plex: Convergence estimation now working of time dependent PDEs
- Add exact solution time derivative to DS
- Put monitor in ConvEst for TS
- Fixed error determination in ConvEst for TS

Co-Authored-By: Brad Aagaard <baagaard@usgs.gov>

show more ...


# 41f98108 22-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-check-multiple-ds' into 'master'

Knepley/feature plex check multiple ds

See merge request petsc/petsc!2806


# e7887635 13-May-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Labels stored in DM fields and DSes need to be refined during uniform refinement


# 083401c6 13-May-2020 Matthew G. Knepley <knepley@gmail.com>

Plex+SNES: Large update to support multiple DSes
- Now allow simple divisions of the domain with DMSetField()
- DMPlexComputeResidual_Internal() supports multiple DSes
- DMPlexComputeJacobian_Interna

Plex+SNES: Large update to support multiple DSes
- Now allow simple divisions of the domain with DMSetField()
- DMPlexComputeResidual_Internal() supports multiple DSes
- DMPlexComputeJacobian_Internal() supports multiple DSes
- DMSNESCheckDisretization() supports multiple DSes
- DMSNESCheckResidual() supports multiple DSes
- DMSNESCheckJacoiban() supports multiple DSes
- DMComputeL2FieldDiff() supports multiple DSes
- PetscConveEst supports multiple DSes
- Fixed bug refering to cStart from a cellIS
- Added PetscDSGetQuadrature()
- Added DMSetField_Internal()
- Added DMSetRegionNumDS()
- Protect PetscSectionView() from empty bcIndices
- ISDifference now allows a NULL second argument

show more ...


1234567