History log of /libCEED/ (Results 3876 – 3900 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fd248ec106-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

make style

e3e3df4106-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - more linear fixes

8c38dfe905-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - remove redundant code

1c8142b305-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - fix comment typo

038d0cd705-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

make style

481a484005-Apr-2020 Jed Brown <jed@jedbrown.org>

examples/solids: use CP line search by default

f892e6d105-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - partial fix for linear elements

0e0d204c05-Apr-2020 Jed Brown <jed@jedbrown.org>

examples/solids: enable -snes_mf_operator

530cf5b005-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - label field components for viewing

7a3aec2e05-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - enable box meshes outside of test mode

2bc797ab06-Apr-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #502 from CEED/jed/python-autopep8

Python: apply autopep8 and add to CI

f6d735e906-Apr-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Small doc fixes (#499)

* A small shift in notation

* Docs: Clarify ex2-surface mathematical description

* Refactor \boldsymbol -> \bm

* Refactor \mathbf -> \bm

* Sphinx: clear html_stati

Small doc fixes (#499)

* A small shift in notation

* Docs: Clarify ex2-surface mathematical description

* Refactor \boldsymbol -> \bm

* Refactor \mathbf -> \bm

* Sphinx: clear html_static_path

This is needed to avoid the 'html_static_path entry '_static' does not exist' warning

https://github.com/readthedocs/readthedocs.org/issues/1776

* Fix some incosistencies

* Invert inner products (u,v) -> (v,u)

* Add SVG figure for coordinates on the sphere

* doc: use dirhtml on readthedocs

* Improve caption of sphere coords figure

* Add reference to figure in the bps on the cubed-sphere section

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...

3951731e05-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - stop load increments early if SNES diverges

5f24f02805-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - log increment in -snes_monitor

788f67f305-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - add vtu files to make clean

3f7f69d305-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - fix hyperFS residual and Jacobian

91e042ae02-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Travis - move python style testing to python CI job, its easier to manage autopep8 dependency in that job

9dc5cac702-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Python - add autopep8 to testing requirements

7a7b0fa302-Apr-2020 Jed Brown <jed@jedbrown.org>

Python: apply autopep8 and add to CI

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

Merge branch 'jed/fix-CC_VENDOR-ubuntu' [PR #501]

* jed/fix-CC_VENDOR-ubuntu:
make: another fix for CC_VENDOR on Ubuntu
make: fix CC_VENDOR identification on Ubuntu

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

make: another fix for CC_VENDOR on Ubuntu

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

make: fix CC_VENDOR identification on Ubuntu

ubuntu$ gcc --version
gcc-9 (Ubuntu 9.2.1-9ubuntu2) 9.2.1 20191008
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the sourc

make: fix CC_VENDOR identification on Ubuntu

ubuntu$ gcc --version
gcc-9 (Ubuntu 9.2.1-9ubuntu2) 9.2.1 20191008
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

versus

arch$ gcc --version
gcc (Arch Linux 9.3.0-1) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

show more ...

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

Merge pull request #500 from CEED/jed/fix-magma-path

magma: fix path processing when parent directory contains a '.'

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

magma: fix path processing when parent directory contains a '.'

Reported-by: Veselin Dobrev <dobrev@llnl.gov>

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

Merge pull request #496 from CEED/v0.6changelog

v0.6: Release notes

1...<<151152153154155156157158159160>>...226