| e259ae81 | 28-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
python: contextmanager for v.array() and v.array_read() |
| 90d4e7b2 | 28-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Doc: exclude examples/README.rst
This is needed otherwise sphinx launches a warning about the examples/README.rst file not being included in any toctree |
| bfb4a158 | 28-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 |
| c5fcd9d5 | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #491 from CEED/jed/intel-compiler
Jed/intel compiler |
| 7bbc455f | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #485 from CEED/valeria/jupyter-notebook-tutorials
Some jupyter-notebook tutorials |
| d9bc9eef | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
make: cc_check_flag -Werror because clang only warns for wrong flag |
| 4ec08b3a | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Remove unreachable break statements |
| 8079b1e4 | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
CeedInit: better diagnostic when no suitable backend is found |
| 28b8c626 | 27-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. |
| ca585c42 | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
examples/solids: use CEED_Q_VLA |
| 843fcb4b | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
make: support CEED_LDFLAGS for things like -dynamic on Cray |
| 13d950b4 | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
make: better default flags by vendor |
| bf0f8431 | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #492 from CEED/valeria/remove-trailing-space
Remove trailing space |
| 8ca52d0f | 27-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Remove trailing space
This fixes the current failure on Travis, due to the diff of make style |
| 4596745b | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
tests: relax some FP tolerances for Intel compiler |
| 399bb197 | 27-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
fortran: appease Intel compiler with int/enum |
| 245d2530 | 26-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
pragma vector for Intel; pragma simd is deprecated
Pragma simd is documented without deprecation notice, but the icc-19.05.281 warns of its deprecation. https://software.intel.com/en-us/cpp-compiler
pragma vector for Intel; pragma simd is deprecated
Pragma simd is documented without deprecation notice, but the icc-19.05.281 warns of its deprecation. https://software.intel.com/en-us/cpp-compiler-developer-guide-and-reference-simdvector
One would think Intel's pragma ivdep would be similar to GCC ivdep, but icc evidently has different semantics/miscompiles, as demonstrated in the example, which is left in the source to protect an enterprising future committer from adding ivdep.
show more ...
|
| d2b7f899 | 26-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #490 from CEED/jeremy/solid-doc-fix
Solids - fix documentation for log1p series approx without shift |
| 4f027c41 | 26-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - fix documentation for log1p series approx without shift |
| b033c411 | 26-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Fix doc conflicts after updates in PR #474 |
| b250684e | 26-Mar-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge branch 'master' into valeria/jupyter-notebook-tutorials |
| ccaff030 | 26-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 ...
|
| 2733947c | 26-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Jupyter-notebooks: tutorial2-python-vector - Fix bug and move print statement in setvalue cell |
| e98cb756 | 26-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
README: add Binder link to first tutorial |
| c0c88672 | 26-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Jupyter-notebooks: Rename tutorials so that the standalone libCEED tutorial is tutorial7 |