History log of /petsc/src/ts/tutorials/ex76.c (Results 51 – 69 of 69)
Revision Date Author Comments
# 367970cf 30-Aug-2021 Matthew G. Knepley <knepley@gmail.com>

TS ex76: Added new pipe test - Fixed handling of dmCell (was broken for refinement) - Added perturbation strength epsilon


# 568088ac 08-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/unify-getctx' into 'main'

Unify XXGetYYContext calls

See merge request petsc/petsc!4212


# 3ec1f749 04-Aug-2021 Stefano Zampini <stefano.zampini@gmail.com>

Unify XXGetYYContext calls

always use void*


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


# 8aefec70 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-lowmach-solver' into 'main'

TS ex76: Added two low Mach cases

See merge request petsc/petsc!4013


# 444129b9 30-Apr-2021 Matthew G. Knepley <knepley@gmail.com>

TS ex76: Added a conducting fluid model and test - Split out f0 kernels - Use names for indices - Added parameters - Added conducting kernels


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


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


# d2713159 25-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-snes-ex76-div-monitor' into 'master'

Knepley/feature snes ex76 div monitor

See merge request petsc/petsc!3580


# a712f3bb 22-Jan-2021 Matthew G. Knepley <knepley@gmail.com>

SNES ex76: Add monitor for cell divergence


# 8e3dbcca 23-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ts-ex76-taylor-green' into 'master'

TS ex76: Added Taylor-Green vortex test

See merge request petsc/petsc!3495


# 606d57d4 23-Dec-2020 Matthew G. Knepley <knepley@gmail.com>

TS ex76: Added Taylor-Green vortex test


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

Merge branch 'nathawani/feature-snes-lowmach-example' into 'master'

Nathawani/feature snes lowmach example

See merge request petsc/petsc!3319


# 649ef022 09-Oct-2020 Matthew Knepley <knepley@gmail.com>

DM: Fix nullspace handling
- Now, nullspace constructors construct a nullspace for the entire DM,
but based on the singularity of an operator connected with the given
field
- remove special handling

DM: Fix nullspace handling
- Now, nullspace constructors construct a nullspace for the entire DM,
but based on the singularity of an operator connected with the given
field
- remove special handling in SNESSetUpMatrices()
- Now all nullspaces are created in DMCreateMatrix()
- Fixed bug in DMSNESCheckJacobian()

show more ...


123