History log of /petsc/src/snes/tutorials/ex56.c (Results 101 – 125 of 131)
Revision Date Author Comments
# 5d75e2cd 19-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-kokkos-iluk' into 'main'

Add Kokkos ILU(k) support

See merge request petsc/petsc!3967


# 35990778 06-May-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Add some Kokkos tests


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


# f185fd8c 23-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-defined-define' into 'main'

requires: defined -> requires: define

See merge request petsc/petsc!3746


# 041d8c91 22-Mar-2021 Pierre Jolivet <pierre@joliv.et>

requires: defined -> requires: define

Most of these tests where deactivated in https://gitlab.com/petsc/petsc/-/merge_requests/3744


# 895d7ce5 22-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-bamg-hpddm-shared-libraries-0' into 'main'

configure: minor improvements for BAMG and HPDDM --with-shared-libraries=0

See merge request petsc/petsc!3744


# 253dc684 21-Mar-2021 Pierre Jolivet <pierre@joliv.et>

PCHPDDM: no compilation --with-shared-libraries=0


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


# e4a630a0 16-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-01/fix-with-log-zero' into 'master'

Clean up examples so they run correctly without warnings configured using...

See merge request petsc/petsc!3193


# 956f8c0d 01-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Clean up examples so they run correctly without warnings configured using --with-log=0 and --with-info=0

Make CI pipeline linux job build with these options

Commit-type: testing-fix, style-fix, mai

Clean up examples so they run correctly without warnings configured using --with-log=0 and --with-info=0

Make CI pipeline linux job build with these options

Commit-type: testing-fix, style-fix, maintainability
/spend 1h

show more ...


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

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# 7c22cf47 14-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-viennacl' into 'master'

Balay/ci viennacl

See merge request petsc/petsc!3054


# 680da0b4 14-Aug-2020 Satish Balay <balay@mcs.anl.gov>

use_gpu_aware_mpi flag is set by CI - so avoid setting in examples


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


# 431107de 07-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rmills/feature-aijmkl-matproduct' into 'master'

Rmills/feature aijmkl matproduct

See merge request petsc/petsc!2841


# dea3b165 07-Jun-2020 Richard Tran Mills <rmills@rmills.org>

Add multiple MPI rank AIJMKL test case to SNES tutorial ex56.


# a8736bf8 03-Jun-2020 Richard Tran Mills <rmills@rmills.org>

Add seqaijmkl case to SNES ex56 to test PtAP for symmetric matrices.


# 7f3f1200 01-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-cusparse-notransgen-herm' into 'master'

feature cusparse notransgen herm

See merge request petsc/petsc!2915


# 6cb74228 29-Jun-2020 Mark Adams <ma2325@columbia.edu>

SNES ex56: add viennacl and cuda tests


# f5b63860 25-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/cheby-spd-cg' into 'master'

make cg default for cheby with MAT_SPD

See merge request petsc/petsc!2868


# d24ecf33 25-Jun-2020 Mark <cal2princeton@yahoo.com>

make cg default for cheby with MAT_SPD


123456