History log of /libCEED/examples/ (Results 1201 – 1225 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
09a940d717-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

PETSc - add logging stage for solve on BP examples

9396343d13-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

PETSc - adapt PETSc BPs for CUDA

7c837aae28-Mar-2020 Jed Brown <jed@jedbrown.org>

tutorials: shift numbering to match test categories

bc730bda28-Mar-2020 Jed Brown <jed@jedbrown.org>

tutorials: add basis figures and clear Python outputs

e259ae8128-Mar-2020 Jed Brown <jed@jedbrown.org>

python: contextmanager for v.array() and v.array_read()

bfb4a15828-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Convert examples/README.md -> examples/README.rst and include section on how to run examples in top-level README

c5fcd9d527-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #491 from CEED/jed/intel-compiler

Jed/intel compiler

7bbc455f27-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #485 from CEED/valeria/jupyter-notebook-tutorials

Some jupyter-notebook tutorials

28b8c62627-Mar-2020 Jed Brown <jed@jedbrown.org>

examples/solids: cannot pass CPPFLAGS to linker (broken with cray/intel)

Drop define of __DIR__, which is unused in PETSc and libCEED.

ca585c4227-Mar-2020 Jed Brown <jed@jedbrown.org>

examples/solids: use CEED_Q_VLA

843fcb4b27-Mar-2020 Jed Brown <jed@jedbrown.org>

make: support CEED_LDFLAGS for things like -dynamic on Cray

8ca52d0f27-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Remove trailing space

This fixes the current failure on Travis, due to the diff of make style

4f027c4126-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - fix documentation for log1p series approx without shift

b033c41126-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Fix doc conflicts after updates in PR #474

b250684e26-Mar-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge branch 'master' into valeria/jupyter-notebook-tutorials

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

Solid Mechanics Example (#474)

libCEED + PETSc Solid Mechanics example

Co-authored-by: Jeremy L Thompson <jeremy.thompson@colorado.edu>
Co-authored-by: Arash Mehraban <arashm81@gmail.com>
Co-au

Solid Mechanics Example (#474)

libCEED + PETSc Solid Mechanics example

Co-authored-by: Jeremy L Thompson <jeremy.thompson@colorado.edu>
Co-authored-by: Arash Mehraban <arashm81@gmail.com>
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Valeria Barra <valeriabarra21@gmail.com>


* Solids - initial commit of elasticity example

Co-authored-by: Jeremy L Thompson <jeremy.thompson@colorado.edu>
Co-authored-by: Arash Mehraban <arashm81@gmail.com>

* Solids - add VLA macro

* Solids - fix test for mesh file output string

* Solids - update documentation

Co-authored-by: Jeremy L Thompson <jeremy.thompson@colorado.edu>
Co-authored-by: Arash Mehraban <arashm81@gmail.com>

* Solids - update README

* Solids - update ctx struct and casting for CUDA

* Tests - clean up test conditions for GPU backends

* GPU - fix falbacks identified

* CUDA - whitelist FDM Inverse

* make style

* doc: solids editing/correctness

* Solids - separate FE boilerplate into its own function

* Solids - clean up double includes

* doc: add more complete explanation of hyperelasticity and formulation

* Solids - Use ISGetSize for global number of face sets (had no effect on PETSc bug in MR 2615)

* edited docs for hyperFS

* Improve doc of solids example with some constitent notation and fonts

* HyperSS docs modified

* edited typo

* linearization added

* fixed a typo

* Improved doc

* doc: more writing on hyperelasticity and implementation tradeoffs

* Solids - fix typo

* Solids - compute and store C, Cinv, and S as symmetric

* Solids - use new Newton linearization, but its not converging

* Solids - update BC handling

* Solids - update README with new BC options

* removed old notation

* Solids - whitespace changes only in documentation

* doc: adjust differential notation and derive dP(dF)

* Solids - small documentation flow edits

* Solids - simplify setting BCs

* Solids - Symmetritize e in SS

* Solids - set more reasonable default number of steps for nonlinear

* Solids - fix documentation typo

* Solids - clean up computation of deltaS

* Solids - fix sample runs

* Solids - fix hyperSS jacobian

* Solids - fix hyperSS documentation

* Solids - clean up code for hyperSS

* Solids - add file and function docstrings

* doc: commutative diagram of linearization and stable stress expression

* Solids - update hyperSS documentation with linearization

* doc: further tips on stable computation

* Solids - fix typo with trace in hyperSS

* Solids - intro and hyperSS documentation updates

* Solids - update hyperFS for numerical stability with small E and nearly incompressible

* examples/solids: simpler C = I + 2E

* Solids - more compact/readable E computation

* Solids - minor style consistency change

* Solids - replace log1p with series approximation, log1p is not vectorized in libc

* Solids - refactor common components between hyperFSF and hyperFSdF

* examples/solids: use PETSc dependency flags for incremental rebuild

* examples/solids: extend range of log1p_series via shift/scale

* Solids - add bc_clamp_max option to specify maximum displacement for clamped boundary

* make style

* Solids - update with sample run informantion and spellchecking

* Doc - typo fixes

* Solids - homogonize presentation of command line options

* examples/solids: fix -Wmisleading-indentation

* examples/fluids: PETSc 3.13 compatibility

* examples/solids: use log1p for numerical stability in hyperSS

* doc: copy editing in examples/solids

* Solids - update documentation on running the code

* Solids - convert README to rst and include in documentation

* Solids - clean dependency file

* Solids - use log1p approximation in hyperSS as well

* Solids - update README to explain mms

* Solids - switch range on hyperSS log1p series approximation

* Solids - update README to clarify mandatory options

* Solids - add link to sample meshes

* Solids - simplify listing of mesh options

* Travis - use newer PETSc

* Solids - update sample run to list [.exo file] instead of name of sample mesh

* Solids - update make clean to remove src/*.d

* examples/solids: makefile cleanup

* make style

* doc examples/solids: clean up and explain nondimensionalization

* examples/solids: document algebraic solver

* examples/solids: use CG for Chebyshev eig estimation

* doc: fix references to examples/fluids

* Solids - remove mesh folder

* Solids - drop expicit ExodusII requirement, PETSc supports many types of meshes

* doc: mention PETSc --download-exodusii for Exodus

* doc: fix latexpdf

* Fix \longrightarrow rendering in PDF

* Solids - fix toctree link to README for pdflatex

* Examples and BPs Docs: Homogenize math with dS and dV and other tiny esthetics

* Solids - fix unshifted series for hyperSS log1p

* Improve doc of bpssphere: Add differential for consistency with all other examples and explain domain for clarity

* Solids - include sample mesh image

* Move mesh figure after note and slightly rename inclusion marker

Co-authored-by: Arash Mehraban <arashm81@gmail.com>
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: valeriabarra <valeriabarra21@gmail.com>

show more ...


/libCEED/.travis.yml
/libCEED/AUTHORS
/libCEED/CONTRIBUTING.md
/libCEED/Makefile
/libCEED/README.rst
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen.c
/libCEED/backends/cuda/ceed-cuda-operator.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/doc/sphinx/source/conf.py
/libCEED/doc/sphinx/source/gettingstarted.rst
/libCEED/doc/sphinx/source/intro.rst
/libCEED/doc/sphinx/source/libCEEDapi.rst
/libCEED/doc/sphinx/source/references.bib
/libCEED/doc/sphinx/source/releasenotes.rst
Makefile
README.md
bps.rst
ceed/index.rst
fluids/.gitignore
fluids/Makefile
fluids/README.md
fluids/advection.h
fluids/advection2d.h
fluids/common.h
fluids/densitycurrent.h
fluids/index.rst
fluids/navierstokes.c
fluids/stdoutParsing.py
index.rst
nek/bps/bps.h
notation.rst
petsc/index.rst
solids/.gitignore
solids/Makefile
solids/README.rst
solids/elasticity.c
solids/elasticity.h
solids/index.rst
solids/qfunctions/common.h
solids/qfunctions/constantForce.h
solids/qfunctions/hyperFS.h
solids/qfunctions/hyperSS.h
solids/qfunctions/linElas.h
solids/qfunctions/manufacturedForce.h
solids/qfunctions/manufacturedTrue.h
solids/src/boundary.c
solids/src/cloptions.c
solids/src/matops.c
solids/src/misc.c
solids/src/setupdm.c
solids/src/setuplibceed.c
/libCEED/include/ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/pyproject.toml
/libCEED/python/build_ceed_cffi.py
/libCEED/python/ceed.py
/libCEED/python/make-wheels.sh
/libCEED/requirements-test.txt
/libCEED/requirements.txt
/libCEED/setup.py
/libCEED/tests/junit.py
/libCEED/tests/python/setup-qfunctions.py
/libCEED/tests/python/test-0-ceed.py
/libCEED/tests/python/test-3-basis.py
/libCEED/tests/python/test-5-operator.py
/libCEED/tests/t003-ceed-f.f90
/libCEED/tests/t003-ceed.c
/libCEED/tests/tap.sh
2733947c26-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter-notebooks: tutorial2-python-vector - Fix bug and move print statement in setvalue cell

c0c8867226-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter-notebooks: Rename tutorials so that the standalone libCEED tutorial is tutorial7

5ed3e61b26-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter-notebooks: Move import libceed up in tutorial6-qfunction

fd9f8c6a25-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter-notebooks: Update tutorials with new install after PR #487

67e33c5d24-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter-notebooks: Add sketch image for QFunctions tutorial

ae54ad9220-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter-notebooks and User Manual: Use consistent notation for the linear and bilinear forms in ceed/ex2 math formulation

12238c4920-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter-notebooks: Update tutorial2-python-ceed with new CeedView() function from PR #486

8970530a20-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter notebooks: Move tutorials one level up in examples/tutorials/ directory

f98e6f4520-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter-notebooks: View operators and show length of the domain for Mass opeartor example

1...<<41424344454647484950>>...69