History log of /honee/ (Results 1401 – 1425 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b13b4ca915-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

updated ICs and comments, still need to figure out BCs

628db70913-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Initial commit for adding euler traveling vortex test; ICs and BCs to be added

b4302cf431-Mar-2021 Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com>

Fluids - More Regression Tests (#687)

* examples/fluids: Regression tests: Changed the reference files' names and
the flags to associate with the corresponding example (so far
density_current only

Fluids - More Regression Tests (#687)

* examples/fluids: Regression tests: Changed the reference files' names and
the flags to associate with the corresponding example (so far
density_current only)

Changed the files' names

Changed the flags

* examples/fluids: added new regression tests for advection(2d)

* examples/fluids: regression tests: removed the enums and passed defined command-line options for filepath and test tolerance.
Removed solver controls and assigned testtol=1E-11 for explicit cases.

style

examples/fluids: regression tests: fixed the pathfile issue (it needs to be relative)

examples/fluids: Specified a name for each test

examples/fluids: TESTARGS - trying absolute path for the test files

* tests/tap.sh: Print out test names for fluids examples

inspired-by: @jeremylt

tests/tap.sh: drop quotation marks from the printed test names

* tests: specify test name for ceed and nek examples and print the names when there are multiple test arguments

* examples/fluids: remove test_ from test names

* style

* tests/junit.py: Add name for tests with multiple test cases

* examples/ceed/ex1-volume.c: make the naming of the tests consistent

* tests/junit.py: a more compact if statement

helped-by: @jeremylt

* examples/fluids: drop the broken supg test of density_current for now

The stabilization enum is not passed to density_current QFunction hence
the test doesn't work. We need to create a new test when the code is
debugged.

show more ...

cdf31e1720-Mar-2021 Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com>

Merge pull request #714 from CEED/leila/ex-output-dir

Fluids & Solids | add/modify cl options for viz output folder

2dcc5c0f17-Mar-2021 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Command line option for viz in Fluids and Solids examples

examples/fluids: change the cl option -of to -output_dir for the output folder

examples/solids: add cl option -output_dir for the viz outpu

Command line option for viz in Fluids and Solids examples

examples/fluids: change the cl option -of to -output_dir for the output folder

examples/solids: add cl option -output_dir for the viz output

change: output folder -> output directory

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

examples: change variable name outputfolder -> outputdir

examples: update the README files

show more ...

123f613229-Jan-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

headers - clearify includes to not rely on transitive includes (#701)

* headers - clearify includes to not rely on transitive includes

* style - add header recommendations from 'include-what-you-

headers - clearify includes to not rely on transitive includes (#701)

* headers - clearify includes to not rely on transitive includes

* style - add header recommendations from 'include-what-you-use'

* style - apply 'include-what-you-use' changes to CUDA backends

* style - 'include-what-you-use' for hip backends

* style - drop ceed.h includes in gallery qf source

* docs - add dev notes for header files

* style - header style and alphabetize

show more ...

6cccff2130-Dec-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #685 from CEED/jed/fluids-squash-warnings

examples/fluids: squash -Wmaybe-uninitialized

f3bf106530-Dec-2020 Jed Brown <jed@jedbrown.org>

examples/fluids: squash -Wmaybe-uninitialized

Reported-by: Valeria Barra <valeriabarra21@gmail.com>

e17a2cfa28-Sep-2020 jeremylt <thompson.jeremy.luke@gmail.com>

OCCA - update backend resource names to match conventions

4f86312214-Aug-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

QFunction Context Data Object (#596)

* Ctx - create context object for QFunction context data

* Context - rename UserContext -> QFunctionContext

* Ctx - add lcov markers

* Ctx - fix leak in

QFunction Context Data Object (#596)

* Ctx - create context object for QFunction context data

* Context - rename UserContext -> QFunctionContext

* Ctx - add lcov markers

* Ctx - fix leak in identity QFunctions

* Hip/Cuda - rename sync functions for vector/context

* Tests - lcov marker update

* QFunction - drop unused function

* Python - fix copy-paste errors

* Ctx - update notes for Fortran usage

* Fortran - drop unneeded cast

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

* Interface - use void* for SetData interfaces

* Make - use call quiet for NVCC

* Interface - use void* for GetData interfaces

* Make - add quiet call option for examples

* Makefile - create common makefile to reduce duplication/complexity in example makefiles

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

show more ...

f6e56b7604-Aug-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

PETSc examples: Update DMPlexCreateSphereMesh() and DMAddBoundary() calls after changes in PETSc's API (#600)

* PETSc examples: Update DMPlexCreateSphereMesh call after change in API

* PETSc bps:

PETSc examples: Update DMPlexCreateSphereMesh() and DMAddBoundary() calls after changes in PETSc's API (#600)

* PETSc examples: Update DMPlexCreateSphereMesh call after change in API

* PETSc bps: Update DMAddBoundary() call after change in API

* Add compatibility macros

* solids/ and fluids/ : Update DMAddBoundary() call and add compatibility macros

* Travis: Update PETSc ref with latest hash from master

show more ...

0058161702-Jul-2020 Jed Brown <jed@jedbrown.org>

Merge branch 'leila/bc' [PR #540]

* leila/bc: (57 commits)
examples/fluids: fix doc
examples/fluids: comments on ICs and BCs & style
NS: style
examples/fluids: CreateRestrictionFromPlex: han

Merge branch 'leila/bc' [PR #540]

* leila/bc: (57 commits)
examples/fluids: fix doc
examples/fluids: comments on ICs and BCs & style
NS: style
examples/fluids: CreateRestrictionFromPlex: handle empty domainIS
examples/fluids: style
examples/fluids/advection.h: spherical bubble is the default IC
examples/fluids: style
examples/fluids/advection.h: fixed in/outflow signs for implicit scheme
examples/fluids: comments
examples/fluids: PetscBool -> bool in QFunctions
examples/fluids: removed periodicity from the setup struct
examples/fluids: clear DS and fields in -viz_refine
examples/fluids/setup-boundary.h: comment
examples/fluids/advection2d.h: removed unused variables
doc/NS: update
examples/fluids/advection.h: spherical bubble is the default IC
examples/fluids: fix sign and simplify advection2d inflow/outflow for implicit/explicit
examples/fluids: u_* = u_R on inflow boundaries
doc: added representative runs for TRANSLATION mode
examples/fluids: Total Energy is now prescribed for inflow BCs and can be changed using -E_wind
...

show more ...

fa8d4d6701-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: fix doc

6bef7c9030-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: comments on ICs and BCs & style

06abdc0129-Jun-2020 valeriabarra <valeriabarra21@gmail.com>

NS: style

85490ed829-Jun-2020 Jed Brown <jed@jedbrown.org>

examples/fluids: CreateRestrictionFromPlex: handle empty domainIS

Reported-by: Valeria Barra <valeriabarra21@gmail.com>

25d7f3ee29-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: style

34b0c1ae29-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids/advection.h: spherical bubble is the default IC

bcf6254129-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: style

examples/fluids/setup-boundary.h: fix style

d1dbef8729-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids/advection.h: fixed in/outflow signs for implicit scheme

d250573729-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: comments

examples/fluids: fixed the comments on outflow BCs

examples/fluids/setup-boundary.h: fix comments

examples/fluids: updated comments on ICs and BCs

5aa59fab29-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: PetscBool -> bool in QFunctions

48c1062929-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: removed periodicity from the setup struct

0b649d9128-Jun-2020 Jed Brown <jed@jedbrown.org>

examples/fluids: clear DS and fields in -viz_refine

Reported-by: Leila Ghaffari <leila.ghaffari@colorado.edu>

aa2bc7a624-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids/setup-boundary.h: comment

1...<<5152535455565758596061