History log of /libCEED/ (Results 2801 – 2825 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
827fee3717-Aug-2021 Jed Brown <jed@jedbrown.org>

tests: remove unused variable

fb23eabb17-Aug-2021 Jed Brown <jed@jedbrown.org>

gitlab-ci: pin cuda-11.1 on lv

https://github.com/CEED/libCEED/issues/802

234c214714-Aug-2021 Jed Brown <jed@jedbrown.org>

tests: use CUDA_VISIBLE_DEVICES on lv

a22c4fb514-Aug-2021 Jed Brown <jed@jedbrown.org>

tests: match bpsraw tolerance to bps

5435e91014-Aug-2021 Jed Brown <jed@jedbrown.org>

junit.py: add classname for gitlab-ci junit parser

6c60447525-Aug-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #789 from CEED/will/julia-preferences

Julia interface updates (Preferences.jl)

bf18541024-Aug-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Silence warning in ceed_style.jl

ec672a9208-Jul-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Use new Clang.jl generators

15c9359009-Jul-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Minor change to checking if CUDA is loaded

04085da308-Jul-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Move dev tests to release tests and minor test changes

f99607bd31-Jul-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Warn if using incompatible version of libCEED library

186a148008-Jul-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Update docs about preferences

b086c2df08-Jul-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Use Preferences in CI

acf255f508-Jul-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Use Preferences instead of custom build configuration

d83b856e08-Jul-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Bump libCEED_jll version

9be3b3b025-Aug-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #801 from CEED/jeremy/no-switches

Refactoring Solids to Remove Switches


Makefile
examples/solids/Makefile
examples/solids/elasticity.c
examples/solids/elasticity.h
examples/solids/include/boundary.h
examples/solids/include/cl-options.h
examples/solids/include/matops.h
examples/solids/include/misc.h
examples/solids/include/petsc-macros.h
examples/solids/include/setup-dm.h
examples/solids/include/setup-libceed.h
examples/solids/include/structs.h
examples/solids/include/utils.h
examples/solids/index.md
examples/solids/problems/cl-problems.h
examples/solids/problems/finite-strain-mooney-rivlin-initial-1.c
examples/solids/problems/finite-strain-neo-hookean-current-1.c
examples/solids/problems/finite-strain-neo-hookean-current-2.c
examples/solids/problems/finite-strain-neo-hookean-initial-1.c
examples/solids/problems/finite-strain-neo-hookean-initial-2.c
examples/solids/problems/linear.c
examples/solids/problems/mooney-rivlin.c
examples/solids/problems/mooney-rivlin.h
examples/solids/problems/neo-hookean.c
examples/solids/problems/neo-hookean.h
examples/solids/problems/problems.c
examples/solids/problems/problems.h
examples/solids/problems/small-strain-neo-hookean.c
examples/solids/qfunctions/common.h
examples/solids/qfunctions/constant-force.h
examples/solids/qfunctions/finite-strain-mooney-rivlin-initial-1.h
examples/solids/qfunctions/finite-strain-neo-hookean-current-1.h
examples/solids/qfunctions/finite-strain-neo-hookean-current-2.h
examples/solids/qfunctions/finite-strain-neo-hookean-initial-1.h
examples/solids/qfunctions/finite-strain-neo-hookean-initial-2.h
examples/solids/qfunctions/linear.h
examples/solids/qfunctions/manufactured-force.h
examples/solids/qfunctions/manufactured-true.h
examples/solids/qfunctions/small-strain-neo-hookean.h
examples/solids/qfunctions/traction-boundary.h
examples/solids/src/boundary.c
examples/solids/src/cl-options.c
examples/solids/src/matops.c
examples/solids/src/misc.c
examples/solids/src/setup-dm.c
examples/solids/src/setup-libceed.c
examples/solids/tests-output/MR-strain.csv
examples/solids/tests-output/MR-strain1.csv
examples/solids/tests-output/NH-strain.csv
include/ceed/backend.h
b571f28920-Aug-2021 Jed Brown <jed@jedbrown.org>

Makefile: prereqs for new examples/solids layout

5754ecac18-Aug-2021 Jeremy L Thompson <jeremy@jeremylt.org>

solids - refactor to separate problem formulations


examples/solids/Makefile
examples/solids/elasticity.c
examples/solids/elasticity.h
examples/solids/include/boundary.h
examples/solids/include/cl-options.h
examples/solids/include/matops.h
examples/solids/include/misc.h
examples/solids/include/petsc-macros.h
examples/solids/include/setup-dm.h
examples/solids/include/setup-libceed.h
examples/solids/include/structs.h
examples/solids/include/utils.h
examples/solids/problems/cl-problems.h
examples/solids/problems/finite-strain-mooney-rivlin-initial-1.c
examples/solids/problems/finite-strain-neo-hookean-current-1.c
examples/solids/problems/finite-strain-neo-hookean-current-2.c
examples/solids/problems/finite-strain-neo-hookean-initial-1.c
examples/solids/problems/finite-strain-neo-hookean-initial-2.c
examples/solids/problems/linear.c
examples/solids/problems/mooney-rivlin.c
examples/solids/problems/mooney-rivlin.h
examples/solids/problems/neo-hookean.c
examples/solids/problems/neo-hookean.h
examples/solids/problems/problems.c
examples/solids/problems/problems.h
examples/solids/problems/small-strain-neo-hookean.c
examples/solids/qfunctions/common.h
examples/solids/qfunctions/constant-force.h
examples/solids/qfunctions/finite-strain-mooney-rivlin-initial-1.h
examples/solids/qfunctions/finite-strain-neo-hookean-current-1.h
examples/solids/qfunctions/finite-strain-neo-hookean-current-2.h
examples/solids/qfunctions/finite-strain-neo-hookean-initial-1.h
examples/solids/qfunctions/finite-strain-neo-hookean-initial-2.h
examples/solids/qfunctions/linear.h
examples/solids/qfunctions/manufactured-force.h
examples/solids/qfunctions/manufactured-true.h
examples/solids/qfunctions/small-strain-neo-hookean.h
examples/solids/qfunctions/traction-boundary.h
examples/solids/src/boundary.c
examples/solids/src/cl-options.c
examples/solids/src/matops.c
examples/solids/src/misc.c
examples/solids/src/setup-dm.c
examples/solids/src/setup-libceed.c
ffa5d67c18-Aug-2021 Jeremy L Thompson <jeremy@jeremylt.org>

minor - folder name consistency

8960406311-Aug-2021 Jeremy L Thompson <jeremy@jeremylt.org>

style - remove extra space

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

Merge pull request #800 from CEED/leila/fluids-small-refactor

Fluids - Small refactor

d0b732db06-Aug-2021 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: Set up QFunction contexts in each compilation unit

cd30032213-Aug-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #703 from CEED/jed/doc-myst-nb

doc: replace recommonmark with MyST

c26d529e13-Aug-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #799 from CEED/solids/cleans-up

Solids - some cleanup

15f4bfc513-Aug-2021 Jed Brown <jed@jedbrown.org>

doc: fix Altair plots by finding source files from DOCUTILSCONFIG

The current directory is different in ReadTheDocs builds than in local
builds. This environment variable specifies where conf.py liv

doc: fix Altair plots by finding source files from DOCUTILSCONFIG

The current directory is different in ReadTheDocs builds than in local
builds. This environment variable specifies where conf.py lives in both
cases, and thus allows finding inputs relative to this directory.

show more ...

1...<<111112113114115116117118119120>>...226