History log of /libCEED/ (Results 3176 – 3200 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f072e2d027-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

some corrections

33834b8c27-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

added forcing terms

8c53f27327-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

fixed exact solutions

47ff302523-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Added time to to the exact solution but needs to check the implementation

1b7fe7ae23-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

fixed the incoming velocity field to be consistent with the in/outflow faces

00e17ee321-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

clean up and remove cv and cp from the context

86ba6f0921-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

some fix and style

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

removed Rd and g

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

debugging ...

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

examples/fluids: Added In/OutFlow QFunctions for euler_vortex test

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

small fix

4438636f16-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Added support for in/outflow in Euler equations. Next step: defining in/outflow QFunctions.

011314a715-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

updated ICs and comments, still need to figure out BCs

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

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

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

ab25172f31-Mar-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

gitlab - display number processes avaliable for tests (#706)

* gitlab - display number processes avaliable for tests

* gitlab - seprate CPU and GPU nproc

* gitlab -update nproc export

* git

gitlab - display number processes avaliable for tests (#706)

* gitlab - display number processes avaliable for tests

* gitlab - seprate CPU and GPU nproc

* gitlab -update nproc export

* gitlab - set NPROC_GPU to min of nproc, 8

show more ...

3655fa6d20-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

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

e15f9bd020-Mar-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Error Handling Improvement [fix #696] (#691)

* Operator - add operator/qfunction field compatibility checks

* QFunction - do not allow adding fields to QFunction in use with an operator

* Exam

Error Handling Improvement [fix #696] (#691)

* Operator - add operator/qfunction field compatibility checks

* QFunction - do not allow adding fields to QFunction in use with an operator

* Examples - add some extra exclusion markers in ceed example

* error - add error enum

* error - update error enum names and numbering

* error - use CEED_ERROR_BACKEND in all backend errors

* error - begin classifying interface errors

* error - update backends to use CEED_ERROR_SUCCESS and CeedChkBackend

* error - use new errors in gallery

* error - add some unsaved modifications

* error - improve documentation

* error - define CEED_ERROR_SUCCESS in GPU JiT; we really should have a common header to pipe defines to the JiT code

* error - more error code editing

* error - fix error string

* operator - fix setting field qpts

* basis - add input/output dimension error checking

* python - move basis utility methods to ceed object, no basis required or used

* python - force exit with negative error code

* make style-py

* rust - initial work to add error handling logic

* rust - add ceed.resource method

* rust - add results for methods that may fail

* rust - also format doctests

* minor - drop unused CeedChk()

* error - rename terminal/nonterminal to major/minor

* rust - set ErrorStore as default errorhandler

* python - revert error handing change for python

* python - use success error code from C bindings

* error - only upgrade error code in backend if positive

show more ...


.rustfmt.toml
backends/avx/ceed-avx-blocked.c
backends/avx/ceed-avx-serial.c
backends/avx/ceed-avx-tensor.c
backends/blocked/ceed-blocked-operator.c
backends/blocked/ceed-blocked.c
backends/ceed-backend-weak.c
backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
backends/cuda-gen/ceed-cuda-gen-operator.c
backends/cuda-gen/ceed-cuda-gen-qfunction.c
backends/cuda-gen/ceed-cuda-gen.c
backends/cuda-shared/ceed-cuda-shared-basis.c
backends/cuda-shared/ceed-cuda-shared.c
backends/cuda/ceed-cuda-basis.c
backends/cuda/ceed-cuda-operator.c
backends/cuda/ceed-cuda-qfunction-load.cpp
backends/cuda/ceed-cuda-qfunction.c
backends/cuda/ceed-cuda-qfunctioncontext.c
backends/cuda/ceed-cuda-restriction.c
backends/cuda/ceed-cuda-vector.c
backends/cuda/ceed-cuda.c
backends/cuda/ceed-cuda.h
backends/hip-gen/ceed-hip-gen-operator-build.cpp
backends/hip-gen/ceed-hip-gen-operator.c
backends/hip-gen/ceed-hip-gen-qfunction.c
backends/hip-gen/ceed-hip-gen.c
backends/hip-shared/ceed-hip-shared-basis.c
backends/hip-shared/ceed-hip-shared.c
backends/hip/ceed-hip-basis.c
backends/hip/ceed-hip-compile.cpp
backends/hip/ceed-hip-operator.c
backends/hip/ceed-hip-qfunction-load.cpp
backends/hip/ceed-hip-qfunction.c
backends/hip/ceed-hip-qfunctioncontext.c
backends/hip/ceed-hip-restriction.c
backends/hip/ceed-hip-vector.c
backends/hip/ceed-hip.c
backends/magma/ceed-magma-basis.c
backends/magma/ceed-magma-det.c
backends/magma/ceed-magma-restriction.c
backends/magma/ceed-magma.c
backends/memcheck/ceed-memcheck-blocked.c
backends/memcheck/ceed-memcheck-qfunction.c
backends/memcheck/ceed-memcheck-serial.c
backends/occa/ceed-occa-basis.cpp
backends/occa/ceed-occa-ceed-object.cpp
backends/occa/ceed-occa-elem-restriction.cpp
backends/occa/ceed-occa-operator.cpp
backends/occa/ceed-occa-qfunction.cpp
backends/occa/ceed-occa-qfunctioncontext.cpp
backends/occa/ceed-occa-simplex-basis.cpp
backends/occa/ceed-occa-tensor-basis.cpp
backends/occa/ceed-occa-types.hpp
backends/occa/ceed-occa-vector.cpp
backends/occa/ceed-occa.cpp
backends/opt/ceed-opt-blocked.c
backends/opt/ceed-opt-operator.c
backends/opt/ceed-opt-serial.c
backends/ref/ceed-ref-basis.c
backends/ref/ceed-ref-operator.c
backends/ref/ceed-ref-qfunction.c
backends/ref/ceed-ref-qfunctioncontext.c
backends/ref/ceed-ref-restriction.c
backends/ref/ceed-ref-tensor.c
backends/ref/ceed-ref-vector.c
backends/ref/ceed-ref.c
backends/template/ceed-tmpl-sub.c
backends/template/ceed-tmpl.c
backends/xsmm/ceed-xsmm-blocked.c
backends/xsmm/ceed-xsmm-serial.c
backends/xsmm/ceed-xsmm-tensor.c
examples/ceed/ex1-volume.c
examples/ceed/ex2-surface.c
examples/rust/ex1-volume/src/main.rs
examples/rust/ex2-surface/src/main.rs
examples/rust/mesh/src/lib.rs
examples/tutorials/tutorial-0-ceed.ipynb
examples/tutorials/tutorial-1-vector.ipynb
examples/tutorials/tutorial-2-elemrestriction.ipynb
examples/tutorials/tutorial-3-basis.ipynb
examples/tutorials/tutorial-4-qfunction.ipynb
examples/tutorials/tutorial-5-operator.ipynb
examples/tutorials/tutorial-6-shell.ipynb
gallery/ceed-gallery-weak.c
gallery/ceed-gallerytemplate.c
gallery/ceed-gallerytemplate.h
gallery/identity/ceed-identity.c
gallery/identity/ceed-identity.h
gallery/mass1d/ceed-mass1dbuild.c
gallery/mass1d/ceed-mass1dbuild.h
gallery/mass1d/ceed-massapply.c
gallery/mass1d/ceed-massapply.h
gallery/mass2d/ceed-mass2dbuild.c
gallery/mass2d/ceed-mass2dbuild.h
gallery/mass3d/ceed-mass3dbuild.c
gallery/mass3d/ceed-mass3dbuild.h
gallery/poisson1d/ceed-poisson1dapply.c
gallery/poisson1d/ceed-poisson1dapply.h
gallery/poisson1d/ceed-poisson1dbuild.c
gallery/poisson1d/ceed-poisson1dbuild.h
gallery/poisson2d/ceed-poisson2dapply.c
gallery/poisson2d/ceed-poisson2dapply.h
gallery/poisson2d/ceed-poisson2dbuild.c
gallery/poisson2d/ceed-poisson2dbuild.h
gallery/poisson3d/ceed-poisson3dapply.c
gallery/poisson3d/ceed-poisson3dapply.h
gallery/poisson3d/ceed-poisson3dbuild.c
gallery/poisson3d/ceed-poisson3dbuild.h
gallery/scale/ceed-scale.c
include/ceed-backend.h
include/ceed-impl.h
include/ceed.h
interface/ceed-basis.c
interface/ceed-cuda.c
interface/ceed-elemrestriction.c
interface/ceed-hip.c
interface/ceed-operator.c
interface/ceed-qfunction-register.c
interface/ceed-qfunction.c
interface/ceed-qfunctioncontext.c
interface/ceed-register.c
interface/ceed-tensor.c
interface/ceed-types.c
interface/ceed-vector.c
interface/ceed.c
python/ceed.py
python/ceed_basis.py
rust/src/basis.rs
rust/src/elem_restriction.rs
rust/src/lib.rs
rust/src/operator.rs
rust/src/qfunction.rs
rust/src/vector.rs
tests/python/test-3-basis.py
b3bcc04320-Mar-2021 Jed Brown <jed@jedbrown.org>

Python: fix escape formatting

bd4df46220-Mar-2021 Jed Brown <jed@jedbrown.org>

Python: fix parse/skip of multi-line CEED_VERSION_GE macro

e24eaa7620-Mar-2021 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/ceed-version' [PR #698]

* jed/ceed-version:
Add version macros and CeedGetVersion() [fix #697]

1070991d24-Jan-2021 Jed Brown <jed@jedbrown.org>

Add version macros and CeedGetVersion() [fix #697]

Requested-by: Freddie Witherden <freddie@witherden.org>

649642aa10-Mar-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #707 from CEED/add-gpu-arch-opts

add CUDA_ARCH and HIP_ARCH options

52fd280e03-Mar-2021 nbeams <246972+nbeams@users.noreply.github.com>

add CUDA_ARCH and HIP_ARCH to CONFIG_VARS

1...<<121122123124125126127128129130>>...226