History log of /petsc/src/ts/tutorials/ex77.c (Results 51 – 66 of 66)
Revision Date Author Comments
# 67f24b97 08-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/update-checkbadsource' into 'main'

Update badsource rules

See merge request petsc/petsc!4064


# 70a7d78a 04-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

Update badsource rules

- Zero or more spaces are not allowed for more returning types
- zero spaces not allowed for for|if|while


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


# 30b423d4 18-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-ts-ex77-resize' into 'main'

TS ex77: Fix TSReset determination

See merge request petsc/petsc!3724


# ad95fc09 17-Mar-2021 Matthew G. Knepley <knepley@gmail.com>

TS ex77: Particle advection directly uses coordinates in Swarm


# d2ae0b49 17-Mar-2021 Matthew G. Knepley <knepley@gmail.com>

TS ex77: Fix TSReset determination
- No need to compose vector


# 50cd3162 15-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ts-swarm-particle-exit' into 'main'

DM: Interpolation now allows to ignore points outside the domain

See merge request petsc/petsc!3710


# b22b7e2e 12-Mar-2021 Matthew G. Knepley <knepley@gmail.com>

TS ex77: Handle particles that exit the domain
- Reset TS and cached solution for particles when some exit
- Fix tablevel on monitors

Co-Authored-By: Blaise Bourdin <bourdin@lsu.edu>


# 52aa1562 12-Mar-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Interpolation now allows to ignore points outside the domain

Co-Authored-By: Blaise Bourdin <bourdin@lsu.edu>


# 5de171f1 15-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ts-ex-particle-flow' into 'master'

Knepley/feature ts ex particle flow

See merge request petsc/petsc!3557


# a4e36a32 15-Jan-2021 Matthew G. Knepley <knepley@gmail.com>

TS ex77: Preliminary reactive flow simulation - The particles are passive right now, so we can check the accuracy of particle integration


123