History log of /honee/src/cloptions.c (Results 26 – 50 of 111)
Revision Date Author Comments
# a1f628a5 03-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !82, 'jrwrigh/max_wall_time', into 'main'

feat: Add max_wall_time exit criteria

See merge request phypid/honee!82


# 354560d1 02-Dec-2024 James Wright <james@jameswright.xyz>

feat: Add max_wall_time PostStep


# ad676c0b 02-Dec-2024 James Wright <james@jameswright.xyz>

feat: Add ISO8601TimeDurationToSeconds()


# 73170398 02-Dec-2024 James Wright <james@jameswright.xyz>

chore: ProcessCommandLineOptions to use Honee arg


# fd5e81a7 02-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !81, 'jrwrigh/check_step', into 'main'

feat: Add -honee_check_step

See merge request phypid/honee!81


# 8b774af8 29-Nov-2024 James Wright <james@jameswright.xyz>

feat: Add -honee_check_step


# b1151310 23-Nov-2024 James Wright <james@jameswright.xyz>

Merge MR !76, 'jrwrigh/misc_fixes', into 'main'

refactor: Large cleanup of navierstokes.c, others

See merge request phypid/honee!76


# 15747f0f 23-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Minor tidying up


# c500636f 23-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Move output_dir creation to CLOptions

No need to have this clutter up the top domain level


# 5907cb7e 23-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Remove RegisterProblems_NS from global namespace

Just call the function when we go to process CL arguments


# 46e51c0e 18-Nov-2024 James Wright <james@jameswright.xyz>

Merge MR !74, 'jrwrigh/refactor_restart', into 'main'

Refactor continue/restart options and backend

See merge request phypid/honee!74


# 481d14cb 17-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Remove -continue, add use_continue_file internally


# 2136baaa 17-Nov-2024 James Wright <james@jameswright.xyz>

refactor: -continue_filename has no default value


# ea2beb2d 16-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Remove -continue_time_filename option


# 912e22fb 25-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/diff_flux' into 'main'

feat: Add divergence of diffusive flux projection

See merge request phypid/honee!27


# 8c85b835 24-Jul-2024 James Wright <james@jameswright.xyz>

feat: Implement divergence of diffusive flux


# 8a8cb6e0 10-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/license_changes' into 'main'

Update License post libCEED fork

See merge request phypid/honee!6


# ae2b091f 26-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move to Apache-2.0 OR BSD-2-Clause


# 06a5ac53 28-Jun-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/rearrange' into 'main'

Rearrange files into more future-oriented locations

See merge request phypid/honee!15


# 149fb536 28-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move navierstokes.* out of root directory

navierstokes.h to include and navierstokes.c into examples


# e6a3cea0 17-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1600 from CEED/jrwrigh/refactor_bcs_essential

fluids: Introduce BCDefinition, refactor essential BCs


# 487a3b6e 25-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Create BCDefinition, use for essential BCs


# ef924baa 29-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state

fix: Correct P0 deprecation


# 8ad6dd3d 27-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Correct PetscOptionsDeprecated usage

It will automatically replace the old option with the new option if
`PetscOptionsDeprecated` is specified before the new option name.


# 012ff548 24-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1562 from CEED/jrwrigh/fluids_problem_pointer

fluids: Make ProblemData a pointer to struct


12345