History log of /libCEED/examples/ (Results 251 – 275 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8f4d89c818-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Convert IFunction_Advection to state structs

8c3b32bf18-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Minor stabilization refactor

a43bcf8e18-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Change skew advection threshold

3rd order requires a 20 CEED_EPSILON instead of just 5

b9b033b315-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Refactor diagonal tau calculation

Also correct documentation of tau calculation

4bd6ffc912-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Cleanup misc math


/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-ref/ceed-cuda-ref-restriction.c
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/hip-ref/ceed-hip-ref-restriction.c
/libCEED/backends/memcheck/ceed-memcheck-blocked.c
/libCEED/backends/memcheck/ceed-memcheck-restriction.c
/libCEED/backends/memcheck/ceed-memcheck-serial.c
/libCEED/backends/memcheck/ceed-memcheck-vector.c
/libCEED/backends/memcheck/ceed-memcheck.h
/libCEED/backends/occa/ceed-occa-elem-restriction.cpp
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator-build.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp
/libCEED/doc/sphinx/source/releasenotes.md
fluids/qfunctions/advection.h
fluids/qfunctions/stabilization.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed/backend.h
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/python/build_ceed_cffi.py
/libCEED/python/ceed_elemrestriction.py
/libCEED/python/tests/test-2-elemrestriction.py
/libCEED/tests/junit.py
/libCEED/tests/t201-elemrestriction.c
/libCEED/tests/t202-elemrestriction.c
/libCEED/tests/t203-elemrestriction.c
/libCEED/tests/t204-elemrestriction.c
/libCEED/tests/t205-elemrestriction.c
/libCEED/tests/t206-elemrestriction.c
/libCEED/tests/t207-elemrestriction.c
/libCEED/tests/t208-elemrestriction.c
/libCEED/tests/t213-elemrestriction.c
/libCEED/tests/t219-elemrestriction.c
2247a93f10-Feb-2024 Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com>

CeedMatrixPseudoinverse utility function (#1251)

* Added CeedMatrixPseudoinverse utility and use it CeedBasisGetCollocatedGrad

* Used pseudoinverse utility in CeedBasisApplyAtPoints

* Update d

CeedMatrixPseudoinverse utility function (#1251)

* Added CeedMatrixPseudoinverse utility and use it CeedBasisGetCollocatedGrad

* Used pseudoinverse utility in CeedBasisApplyAtPoints

* Update description of CeedMatrixPseudoinverse function

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Used pseudoinverse utility in CeedBasisCreateProjectionMatrices

* Updated inline comments

* Added inline comment

* Round matrix-matrix product to zero in CeedBasisCreateProjectionMatrices

* increased tolerance in ex1-volume/src/main.rs

---------

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

show more ...

8ad9a6ff08-Feb-2024 James Wright <james@jameswright.xyz>

test: Fix test name for PETSc bps

fab7d8a431-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

deal.II - use CEED_BASIS_NONE over CEED_BASIS_COLLOCATED

694f24b031-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1436 from peterrum/dealii

Add deal.II example

8c81f8b023-Dec-2023 Peter Munch <peterrmuench@gmail.com>

Add deal.II example

Co-authored-by: jeremylt <jeremy@jeremylt.org>

6852f6f627-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Stats don't overwrite solution on first-step failure

- When you have an initial condition from a previous problem, it might
fail on the first step. This will cause `reason != TS_CONVERGED_

fluids: Stats don't overwrite solution on first-step failure

- When you have an initial condition from a previous problem, it might
fail on the first step. This will cause `reason != TS_CONVERGED_ITERATING`
and thus it will continue on with the rest of the TSMonitor routine.
If you have a stats file from that initial condition, it will be
overwritten.

Regardless of the overwriting behavior, it *never* makes sense to
write out a stats file on the first step; Using left-rectangle rule
for the time averaging integration, the initial step should *never* be
used, thus there is nothing to collect or write.

show more ...


/libCEED/.gitignore
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-restriction.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.h
/libCEED/backends/hip-ref/ceed-hip-ref-operator.c
/libCEED/backends/hip-ref/ceed-hip-ref-restriction.c
/libCEED/backends/hip-ref/ceed-hip-ref.h
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/doc/img/libCEEDBackends.svg
/libCEED/doc/img/tex/libCEEDBackends.tex
/libCEED/doc/sphinx/source/intro.md
fluids/src/turb_spanstats.c
/libCEED/include/ceed/jit-source/cuda/cuda-atomic-add-fallback.h
/libCEED/include/ceed/jit-source/cuda/cuda-gen-templates.h
/libCEED/include/ceed/jit-source/cuda/cuda-ref-operator-assemble-diagonal.h
/libCEED/include/ceed/jit-source/cuda/cuda-ref-restriction-curl-oriented.h
/libCEED/include/ceed/jit-source/cuda/cuda-ref-restriction-offset.h
/libCEED/include/ceed/jit-source/cuda/cuda-ref-restriction-oriented.h
/libCEED/include/ceed/jit-source/cuda/cuda-ref-restriction-strided.h
/libCEED/include/ceed/jit-source/hip/hip-gen-templates.h
/libCEED/include/ceed/jit-source/hip/hip-ref-operator-assemble-diagonal.h
/libCEED/include/ceed/jit-source/hip/hip-ref-restriction-curl-oriented.h
/libCEED/include/ceed/jit-source/hip/hip-ref-restriction-offset.h
/libCEED/include/ceed/jit-source/hip/hip-ref-restriction-oriented.h
/libCEED/include/ceed/jit-source/hip/hip-ref-restriction-strided.h
/libCEED/include/ceed/jit-source/sycl/sycl-gen-templates.h
/libCEED/interface/ceed-elemrestriction.c
/libCEED/rust/libceed/src/operator.rs
cf0c90ef11-Jan-2024 James Wright <james@jameswright.xyz>

test(fluids): Advection skew initial condition

74d1b6c406-Jan-2024 James Wright <james@jameswright.xyz>

test(fluids): Advection cosine

7b77ddfd11-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Change bubble_type to advection_ic_type

Since cosine_hill and skew aren't bubbles

c44b1c7d17-Nov-2023 James Wright <james@jameswright.xyz>

fluids: Add in cosine hill and skew advection ICs

a36217cb15-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - remove legacy CEED_BASIS_COLLOCATED

cefb0a8214-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fix trailing spaces in non-linted files

6d506a3e11-Dec-2023 James Wright <james@jameswright.xyz>

Merge pull request #1423 from CEED/jrwrigh/fluids_high_order_geom

fluids: Support higher-order geometry

a0b9cdb511-Dec-2023 James Wright <james@jameswright.xyz>

fluids: Support higher-order geometry

752a08a711-Dec-2023 James Wright <james@jameswright.xyz>

fluids: Add uses_newtonian flag

29ea4e1011-Dec-2023 James Wright <james@jameswright.xyz>

fluids: Ensure all outputs are set in QFunctions

- In support of #1420

90dde50e04-Dec-2023 Zach Atkins <zach.atkins@colorado.edu>

Fix initialization of point locations

* Change cell_random to use built-in DMSwarm function

* Ensure uniform point distribution is uniform across cell boundaries

* Fix total number of points in pa

Fix initialization of point locations

* Change cell_random to use built-in DMSwarm function

* Ensure uniform point distribution is uniform across cell boundaries

* Fix total number of points in parallel

show more ...

07a9c11f04-Dec-2023 Zach Atkins <zach.atkins@colorado.edu>

Add BP tests for integration at arbitrary points

78f7fce302-Dec-2023 Zach Atkins <zach.atkins@colorado.edu>

Add BPs with integration at arbitrary points

98285ab402-Dec-2023 Zach Atkins <zach.atkins@colorado.edu>

Make file comments and PetscFunctionBegin/Return spacing consistent (#1413)

1...<<11121314151617181920>>...69