History log of /libCEED/examples/ (Results 426 – 450 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f545224730-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Move setup function calls to better locations

- Move libCEED operator setup functions to SetupLibceed
- Rename turbulence statistics functions to match naming convention

3221f4d329-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Move lumped mass matrix to petsc-ops

5263e9c629-Mar-2023 James Wright <james@jameswright.xyz>

fluids Move initial conditions -> petsc-ops

e66242d128-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Migrate grid anisotropy and grad_velo to petsc-ops

3722cd2329-Mar-2023 James Wright <james@jameswright.xyz>

refactor(fluids): Dirichlet -> Strong BC

- Use "strong" and "dirichlet" to refer to the same thing
(hard-contrained degrees-of-freedom). Chose "strong", as dirichlet may
be enforced weakly.

c901ea1c28-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Dirichlet use petsc-ops

b07979f928-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Move IJacobian MatShell to petsc-ops

closes #1142

ed331efd28-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Convert turb_spanstats to use petsc-ops

b718eef501-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add DMGetLocalVectorInfo and Global version

93567eea29-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add ApplyCeedOperatorLocalToLocal to petsc-ops

b35d522b28-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add CreateMatShell_Ceed function in petsc-ops

2cd2c56b28-Mar-2023 James Wright <james@jameswright.xyz>

fluids: petsc-ops accept CEED_VECTOR_NONE, NULL CeedVector

4210c56728-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add CeedOperatorCreateLocalVecs

0e654f5627-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Change if...SETERRQ to PetscCheck

5088944b17-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs

fluids: Data-driven SGS modeling

7b87cde016-Mar-2023 James Wright <james@jameswright.xyz>

test(fluids): Add data-drive SGS testing

135921ec26-Mar-2023 James Wright <james@jameswright.xyz>

doc(fluids): Rearrange Navier-Stokes documentation

c79d6dc923-Mar-2023 James Wright <james@jameswright.xyz>

doc(fluids): Document SGS, data-driven model

c70a677f13-May-2023 Jed Brown <jed@jedbrown.org>

doc: update to altair-5.0 and sphinext-altair

https://github.com/altair-viz/altair/issues/3051#issuecomment-1546730887

1d2f0dcb03-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ex - remove unused variable


/libCEED/.clang-format
/libCEED/.github/workflows/c-fortran-test-style.yml
/libCEED/.gitlab-ci.yml
/libCEED/Makefile
/libCEED/backends/avx/ceed-avx-blocked.c
/libCEED/backends/avx/ceed-avx-serial.c
/libCEED/backends/avx/ceed-avx-tensor-f32.c
/libCEED/backends/avx/ceed-avx-tensor-f64.c
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/blocked/ceed-blocked.c
/libCEED/backends/ceed-backend-weak.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-qfunction.c
/libCEED/backends/cuda-gen/ceed-cuda-gen.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-basis.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction-load.cpp
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunctioncontext.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.h
/libCEED/backends/cuda-ref/ceed-cuda-restriction.c
/libCEED/backends/cuda-ref/ceed-cuda-vector.c
/libCEED/backends/cuda-ref/kernels/cuda-ref-vector.cu
/libCEED/backends/cuda-shared/ceed-cuda-shared-basis.c
/libCEED/backends/cuda-shared/ceed-cuda-shared.c
/libCEED/backends/cuda/ceed-cuda-common.h
/libCEED/backends/cuda/ceed-cuda-compile.cpp
/libCEED/backends/cuda/ceed-cuda-compile.h
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.h
/libCEED/backends/hip-gen/ceed-hip-gen-operator.c
/libCEED/backends/hip-gen/ceed-hip-gen-qfunction.c
/libCEED/backends/hip-gen/ceed-hip-gen.c
/libCEED/backends/hip-ref/ceed-hip-ref-basis.c
/libCEED/backends/hip-ref/ceed-hip-ref-operator.c
/libCEED/backends/hip-ref/ceed-hip-ref-qfunction-load.cpp
/libCEED/backends/hip-ref/ceed-hip-ref-qfunction.c
/libCEED/backends/hip-ref/ceed-hip-ref-qfunctioncontext.c
/libCEED/backends/hip-ref/ceed-hip-ref-restriction.c
/libCEED/backends/hip-ref/ceed-hip-ref-vector.c
/libCEED/backends/hip-ref/ceed-hip-ref.c
/libCEED/backends/hip-ref/ceed-hip-ref.h
/libCEED/backends/hip-ref/kernels/hip-ref-vector.hip.cpp
/libCEED/backends/hip-shared/ceed-hip-shared-basis.c
/libCEED/backends/hip-shared/ceed-hip-shared.c
/libCEED/backends/hip-shared/ceed-hip-shared.h
/libCEED/backends/hip/ceed-hip-common.h
/libCEED/backends/hip/ceed-hip-compile.cpp
/libCEED/backends/hip/ceed-hip-compile.h
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/magma/ceed-magma-det.c
/libCEED/backends/magma/ceed-magma-restriction.c
/libCEED/backends/magma/ceed-magma.c
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/memcheck/ceed-memcheck-blocked.c
/libCEED/backends/memcheck/ceed-memcheck-qfunction.c
/libCEED/backends/memcheck/ceed-memcheck-qfunctioncontext.c
/libCEED/backends/memcheck/ceed-memcheck-serial.c
/libCEED/backends/memcheck/ceed-memcheck-vector.c
/libCEED/backends/occa/ceed-occa-elem-restriction.cpp
/libCEED/backends/occa/ceed-occa.h
/libCEED/backends/opt/ceed-opt-blocked.c
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/backends/opt/ceed-opt-serial.c
/libCEED/backends/opt/ceed-opt-tensor.c
/libCEED/backends/ref/ceed-ref-basis.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-qfunction.c
/libCEED/backends/ref/ceed-ref-qfunctioncontext.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref-tensor.c
/libCEED/backends/ref/ceed-ref-vector.c
/libCEED/backends/ref/ceed-ref.c
/libCEED/backends/ref/ceed-ref.h
/libCEED/backends/xsmm/ceed-xsmm-blocked.c
/libCEED/backends/xsmm/ceed-xsmm-serial.c
/libCEED/backends/xsmm/ceed-xsmm-tensor-f32.c
/libCEED/backends/xsmm/ceed-xsmm-tensor-f64.c
ceed/ex1-volume.c
ceed/ex2-surface.c
/libCEED/gallery/identity/ceed-identity.c
/libCEED/gallery/mass-vector/ceed-vectormassapply.c
/libCEED/gallery/mass/ceed-mass1dbuild.c
/libCEED/gallery/mass/ceed-mass2dbuild.c
/libCEED/gallery/mass/ceed-mass3dbuild.c
/libCEED/gallery/mass/ceed-massapply.c
/libCEED/gallery/poisson-vector/ceed-vectorpoisson1dapply.c
/libCEED/gallery/poisson-vector/ceed-vectorpoisson2dapply.c
/libCEED/gallery/poisson-vector/ceed-vectorpoisson3dapply.c
/libCEED/gallery/poisson/ceed-poisson1dapply.c
/libCEED/gallery/poisson/ceed-poisson1dbuild.c
/libCEED/gallery/poisson/ceed-poisson2dapply.c
/libCEED/gallery/poisson/ceed-poisson2dbuild.c
/libCEED/gallery/poisson/ceed-poisson3dapply.c
/libCEED/gallery/poisson/ceed-poisson3dbuild.c
/libCEED/gallery/scale/ceed-scale.c
/libCEED/include/ceed-impl.h
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
/libCEED/include/ceed/jit-source/cuda/cuda-ref-basis-tensor.h
/libCEED/include/ceed/jit-source/cuda/cuda-ref-operator-assemble-diagonal.h
/libCEED/include/ceed/jit-source/cuda/cuda-ref-qfunction.h
/libCEED/include/ceed/jit-source/hip/hip-ref-basis-nontensor.h
/libCEED/include/ceed/jit-source/hip/hip-ref-basis-tensor.h
/libCEED/include/ceed/jit-source/hip/hip-ref-operator-assemble-diagonal.h
/libCEED/include/ceed/jit-source/hip/hip-ref-qfunction.h
/libCEED/include/ceed/types.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-jit-tools.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-types.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/julia/LibCEED.jl/docs/src/Basis.md
/libCEED/julia/LibCEED.jl/src/Basis.jl
/libCEED/julia/LibCEED.jl/src/LibCEED.jl
/libCEED/julia/LibCEED.jl/src/generated/libceed_bindings.jl
/libCEED/julia/LibCEED.jl/test/buildmats.jl
/libCEED/julia/LibCEED.jl/test/rundevtests.jl
/libCEED/julia/LibCEED.jl/test/runtests.jl
/libCEED/python/__init__.py
/libCEED/python/ceed.py
/libCEED/python/ceed_basis.py
/libCEED/python/tests/buildmats.py
/libCEED/python/tests/test-3-basis.py
/libCEED/rust/libceed/src/basis.rs
/libCEED/rust/libceed/src/lib.rs
/libCEED/tests/README.md
/libCEED/tests/output/t340-basis.out
/libCEED/tests/t300-basis.c
/libCEED/tests/t320-basis.c
/libCEED/tests/t321-basis.c
/libCEED/tests/t322-basis.c
/libCEED/tests/t323-basis.c
/libCEED/tests/t324-basis.c
/libCEED/tests/t325-basis.c
/libCEED/tests/t330-basis.c
/libCEED/tests/t330-basis.h
/libCEED/tests/t331-basis.c
/libCEED/tests/t332-basis.c
/libCEED/tests/t340-basis.c
/libCEED/tests/t340-basis.h
/libCEED/tests/t341-basis.c
/libCEED/tests/t342-basis.c
/libCEED/tests/t560-operator.c
/libCEED/tests/t561-operator.c
/libCEED/tests/t564-operator.c
/libCEED/tests/t566-operator.c
/libCEED/tests/t570-operator.c
/libCEED/tests/t570-operator.h
51b00d9114-Feb-2023 James Wright <james@jameswright.xyz>

fluids: Enable TSSetErrorIfStepFails when testing

- Misc error fixes too
- And style change to match index sizes for similar loops
- Other similar nested for loops have `j<5` and `k<3`, so cha

fluids: Enable TSSetErrorIfStepFails when testing

- Misc error fixes too
- And style change to match index sizes for similar loops
- Other similar nested for loops have `j<5` and `k<3`, so changed
this one to match

show more ...

19ffbc2514-Feb-2023 James Wright <james@jameswright.xyz>

fluids: Add flag for turning on SGS model

be34b3b707-Feb-2023 James Wright <james@jameswright.xyz>

fluids: Apply nodal SGS tensor to IFunction

9a17443d22-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add nodal evaluation of SGS DD Model

052409ad22-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Project grid anisotropy tensor

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