History log of /libCEED/interface/ (Results 326 – 350 of 779)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c5d0f99521-Feb-2023 Jed Brown <jed@jedbrown.org>

doc: upgrade versions and fix @param variables

28ec399d16-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - fix read/write access logic for full assembly

c6d796c616-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

vec - fix read-write access logic for VectorPointwiseMult

b559d91b15-Feb-2023 Jed Brown <jed@jedbrown.org>

ci: upgrade to clang-format-15 (#1157)

643fbb6913-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

qf - prevent duplicate field names

3fc2641706-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1150 from CEED/jeremy/multi-assembly

CPU diagonal assembly for multiple active bases

ba746a4606-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - expanded documentation of CeedOperatorAssemblyData

94bb329805-Feb-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1151 from CEED/jrwrigh/op_field_from_name

operator: Get OperatorField by field name

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

operator: Get OperatorField by field name

85bb9dcf03-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - update docstrings for NULL arguments

83d6adf303-Feb-2023 Zach Atkins <zach.atkins@colorado.edu>

only create coarse-to-fine basis if restrict or prolong operator requested

addd79fe03-Feb-2023 Zach Atkins <zach.atkins@colorado.edu>

Support NULL restrict/prolong operators in multigrid

437c7c9030-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - CPU diagonal assembly for multiple active bases

2788fa2724-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - Context[Get,Restore][Double,Int32]Read


/libCEED/.github/workflows/rust-test-with-style.yml
/libCEED/.gitlab-ci.yml
/libCEED/CODE_OF_CONDUCT.md
/libCEED/CONTRIBUTING.md
/libCEED/LICENSE
/libCEED/README.md
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/blasius.yaml
/libCEED/examples/fluids/include/matops.h
/libCEED/examples/fluids/index.md
/libCEED/examples/fluids/meshes/Makefile
/libCEED/examples/fluids/meshes/cylinder.geo
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/newtonianwave.yaml
/libCEED/examples/fluids/problems/freestream_bc.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/qfunctions/freestream_bc.h
/libCEED/examples/fluids/qfunctions/freestream_bc_type.h
/libCEED/examples/fluids/qfunctions/mass.h
/libCEED/examples/fluids/qfunctions/newtonian.h
/libCEED/examples/fluids/qfunctions/newtonian_state.h
/libCEED/examples/fluids/qfunctions/newtonian_types.h
/libCEED/examples/fluids/qfunctions/turb_spanstats.h
/libCEED/examples/fluids/qfunctions/turb_stats_types.h
/libCEED/examples/fluids/src/cloptions.c
/libCEED/examples/fluids/src/matops.c
/libCEED/examples/fluids/src/misc.c
/libCEED/examples/fluids/src/setuplibceed.c
/libCEED/examples/fluids/src/setupts.c
/libCEED/examples/fluids/src/turb_spanstats.c
/libCEED/examples/fluids/tests-output/blasius_stgtest.yaml
/libCEED/examples/fluids/tests-output/blasius_test.yaml
/libCEED/examples/fluids/tests-output/fluids-navierstokes-turb-spanstats-IC.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-turb-spanstats-stats.bin
/libCEED/examples/fluids/tests-output/stats_test.yaml
/libCEED/examples/fluids/vortexshedding.yaml
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
ceed-operator.c
ceed-qfunctioncontext.c
/libCEED/tests/t525-operator.c
953dad2709-Jan-2023 James Wright <james@jameswright.xyz>

fix: Add missing string formatting to error messages

b275c45102-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - use internal API more in pc code

f3d47e3602-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - early exit for empty operators in pc assembly


/libCEED/.github/workflows/python-wheels.yml
/libCEED/.gitignore
/libCEED/AUTHORS
/libCEED/CITATION.cff
/libCEED/Cargo.toml
/libCEED/Doxyfile
/libCEED/README.md
/libCEED/RELEASING.md
/libCEED/ceed.pc.template
/libCEED/doc/img/libCEED-decomposition.svg
/libCEED/doc/sphinx/source/conf.py
/libCEED/doc/sphinx/source/libCEEDapi.md
/libCEED/doc/sphinx/source/references.bib
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/index.md
/libCEED/examples/fluids/meshes/Makefile
/libCEED/examples/fluids/meshes/cylinder.geo
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/freestream_bc.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/qfunctions/newtonian.h
/libCEED/examples/fluids/qfunctions/newtonian_state.h
/libCEED/examples/fluids/qfunctions/newtonian_types.h
/libCEED/examples/fluids/src/cloptions.c
/libCEED/examples/fluids/src/setuplibceed.c
/libCEED/examples/fluids/vortexshedding.yaml
/libCEED/examples/rust/ex1-volume/Cargo.toml
/libCEED/examples/rust/ex2-surface/Cargo.toml
/libCEED/examples/rust/ex3-vector-volume/Cargo.toml
/libCEED/examples/rust/ex4-vector-surface/Cargo.toml
/libCEED/examples/rust/mesh/Cargo.toml
/libCEED/include/ceed/ceed.h
ceed-preconditioning.c
/libCEED/julia/LibCEED.jl/Project.toml
/libCEED/julia/LibCEED.jl/src/generated/libceed_bindings.jl
/libCEED/julia/LibCEED.jl/test/rundevtests.jl
/libCEED/julia/LibCEED.jl/test/runtests.jl
/libCEED/pyproject.toml
/libCEED/python/build_ceed_cffi.py
/libCEED/python/ceed_elemrestriction.py
/libCEED/python/test-wheel.sh
/libCEED/rust/libceed-sys/Cargo.toml
/libCEED/rust/libceed-sys/README.md
/libCEED/rust/libceed-sys/build.rs
/libCEED/rust/libceed/Cargo.toml
/libCEED/rust/libceed/README.md
/libCEED/rust/libceed/src/basis.rs
/libCEED/setup.py
811d0ccf23-Dec-2022 Jeremy L Thompson <jeremy@jeremylt.org>

pc - fix leak in CeedCompositeOperatorGetMultiplicity

9fe083ee08-Dec-2022 Jeremy L Thompson <jeremy@jeremylt.org>

basis - clarify, QRef is of size nqpts*dim for nontensor

1fefc7a801-Dec-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1105 from CEED/jeremy/composite-multiplicity

Add CeedCompositeOperatorGetMultiplicity

e3fc958c01-Dec-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1100 from CEED/jeremy/freeze-multigrid

Immutable multigrid operators

c6ebc35d30-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

op - name consistency for composite operator fns

75f0d5a430-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

op - add CeedCompositeOperatorGetMultiplicity

58e4b05629-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

pc - mark new multigrid operators as fixed

6aaed0ed29-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

op - check for single active basis/restr

1...<<11121314151617181920>>...32