History log of /libCEED/examples/fluids/src/setupts.c (Results 101 – 125 of 141)
Revision Date Author Comments
# f9b96dd8 06-Jan-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1131 from CEED/jed/checkpoint-interval

fluids: checkpoint interval


# 4de8550a 04-Jan-2023 Jed Brown <jed@jedbrown.org>

examples/fluids: write step and time to single binary checkpoint file

The -continue and -continue_time_filename arguments can be skipped when
reading new-style files, which include the step number.

examples/fluids: write step and time to single binary checkpoint file

The -continue and -continue_time_filename arguments can be skipped when
reading new-style files, which include the step number. When reading
legacy files, all three are necessary.

This deprecates the time file.

show more ...


# 894de27c 05-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Don't write output file when loading IC

- Stops overwriting of previous initial condition data


# 37cbb16a 04-Jan-2023 Jed Brown <jed@jedbrown.org>

examples/fluids: deprecated output_freq for checkpoint_interval and fix numbering


# b825bdd7 03-Jan-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1129 from CEED/jed/fluids-restart

fluids restart: set step number


# d8e0aecd 03-Jan-2023 Jed Brown <jed@jedbrown.org>

examples/fluids: set step number after restart


# 2b730f8b 17-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - re

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - remove stray newline

* make - simpler 'make format' target

* ci - use newer libxsmm

* doc - minor release note claification

* minor - minor fix

* minor - minor fix

* minor - minor fix

* minor - minor fix

* make format

* format - less aggressive alignment rules

* tidy - check for argument name mismatches

* fix newline

* format - mirror Ratel update to .clang-format

* fix merge error

* fix merge conflict

* fix merge error

* drop style in .phony list

* Update .clang-format

Co-authored-by: Jed Brown <jed@jedbrown.org>

* apply updated format

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# 69293791 15-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Make simulation continuation more flexible (#1086)

* fluids: Add options to continue from specific file

* fluids: Option to write out bins with step number

* doc(fluids): Document outp

fluids: Make simulation continuation more flexible (#1086)

* fluids: Add options to continue from specific file

* fluids: Option to write out bins with step number

* doc(fluids): Document output/continuation flags

show more ...


# 4add99eb 15-Jul-2022 James Wright <james@jameswright.xyz>

Merge pull request #1028 from CEED/jrwrigh/shrink-fluids-tests


# f14660a4 15-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Force final output except if output_freq=0


# 7b37518f 14-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Skip I/O if output_freq == 0 (#1027)


# ff40a6a7 11-Jul-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #994 from CEED/fluids-block-diagonal

Fluids block diagonal


# d6bf345c 10-Jul-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: explicitly handle MFFD


# 544be873 10-Jul-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: use shell for Amat, block diagonal aij* for Pmat

This adds two independent options for tuning solves.

-amat_type shell: causes Amat and Pmat to be different matrices, with shell
us

examples/fluids: use shell for Amat, block diagonal aij* for Pmat

This adds two independent options for tuning solves.

-amat_type shell: causes Amat and Pmat to be different matrices, with shell
used for Amat. It's technically possible to use other matrix formats
here.

-pmat_pbdiagonal: causes Pmat to be assembled as point-block diagonal.
Note that this usually only makes sense in addition to -amat_type shell
because otherwise your KSP is only working with the point-block diagonal.

show more ...


# c766f598 22-Jun-2022 James Wright <james@jameswright.xyz>

Merge pull request #980 from CEED/jrwrigh/fluids_tractionbc


# 8b85812c 05-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Cleanup code

- Code either commented out, or left over from previous debugging


# a2cba4be 21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge branch 'main' into jeremy/assembly-fix


# 7b39487d 21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - add preloading (#997)

* fluids - add preloading

* fluids - fix accidentally dropped line

Co-authored-by: James Wright <james@jameswright.xyz>

* fluids - get wallclock from stage lo

fluids - add preloading (#997)

* fluids - add preloading

* fluids - fix accidentally dropped line

Co-authored-by: James Wright <james@jameswright.xyz>

* fluids - get wallclock from stage log, FRAGILE

Co-authored-by: James Wright <james@jameswright.xyz>

show more ...


# c082eca0 21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge branch 'main' into jeremy/memcheck-qf-ctx


# 9ac461b4 19-Jun-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #993 from CEED/jeremy/fluids-bcs

Fluids BCs performance updates


# b80a4419 17-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - only VecZero in the BCs if using SetBCsFromICs


# 9a9f72eb 16-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - restore commented code


# 5e82a6e1 16-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - cache boundary conditions in separate vecs


# a3cbccd6 16-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - trim some extra zeroing


# 502edf57 06-Jun-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #962 from CEED/jed/fluids-jacobian

examples/fluids: add analytic Jacobian


123456