History log of /libCEED/rust/libceed-sys/c-src/interface/ceed-basis.c (Results 201 – 225 of 279)
Revision Date Author Comments
# 9d007619 17-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Basis - move some functions to public API


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

Merge pull request #497 from CEED/jeremy/more-codecove

codecov - add a couple of more exclusion tags


# b0d62198 29-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

codecov - add a couple of more exlcusion tags


# 71254f85 20-Mar-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #486 from CEED/jeremy/ceed-view

Ceed - add CeedView()


# 0a0da059 20-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

Ceed - add CeedView()


# da62e0a9 08-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #446 from CEED/user-manual

Sphinx user manual published at libceed.readthedocs.io


# 4c4400c7 08-Mar-2020 Valeria Barra <valeriabarra21@gmail.com>

doc: convert to Sphinx documentation at libceed.readthedocs.io

Some technical notes about the expanded docs/process:

* Doxygen is now restricted to API documentation. Sphinx docs are
incomplete

doc: convert to Sphinx documentation at libceed.readthedocs.io

Some technical notes about the expanded docs/process:

* Doxygen is now restricted to API documentation. Sphinx docs are
incomplete surrogates due to not hyperlinking code listings, though
we hope the Doxygen site can be removed eventually.

* PDF output uses XeTeX (unicode and OTF fonts) with TeX Gyre Pagella
and DejaVu Sans Mono. You may need to install these fonts in order
to build the PDF users manual.

* Obtaining the author list from Git has not worked on
ReadTheDocs (`git shortlog` is empty even though `git log` is not),
so we automatically generate it on developer machines with `make
doc`. If the author information is incorrect/mangled, edit .mailmap
to fix the mapping.

* Math semantics are based on the description here
https://github.com/sphinx-doc/sphinx/issues/3785

Sphinx chooses one of two setups for the maths.

* If there is a single equation, then we wrap the maths in
\begin{equation*} (or equation).

* If there are multiple equations (as determined by the presence of
an empty line), then we wrap the maths first in \begin{aligned}
and then in \begin{align*} (or align).

Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu>
Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# 7a982d89 08-Mar-2020 Jeremy L. Thompson <jeremy.thompson@colorado.edu>

doc: separate Doxygen groups by Public API/Backend API/Internal Functions

Helped-by: Valeria Barra <valeriabarra21@gmail.com>
Squashed-by: Jed Brown <jed@jedbrown.org>


# 38d0029a 05-Mar-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #456 from CEED/jeremy/strided-restriction

Strided Restrictions


# 0e1c0043 28-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Interface - update constants to be const...ant


# 7ed52d01 20-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Make style


# b9c05c73 20-Feb-2020 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/ns-dmplex' [PR #458]

* jed/ns-dmplex: (73 commits)
NS: remove density_current_primitive (still work in progress)
Remove a bunch of unused variables and update doc
Update READ

Merge branch 'jed/ns-dmplex' [PR #458]

* jed/ns-dmplex: (73 commits)
NS: remove density_current_primitive (still work in progress)
Remove a bunch of unused variables and update doc
Update README: remove density_current_primitive problem option for now
Use const in VLA declaration casts to suppress icc warning also in densitycurrent_primitive
Remove a bunch of unused or double-declared variables
Update README
NS: use const in VLA casts to suppress icc warning
NS: add command-line support for specifying DC center/axis
NS: return to insulated no-slip walls instead of full-Dirichlet
NS: remove dead code for scaling VTK output back to dimensional units
NS: add support for free slip wall boundary conditions
NS density_current: remove redundant initial/boundary condition and trailing whitespace
Some changes in documentation
Update top-level README
Update examples/README
Update examples/navier-stokes/README
Update .gitignore
Update documentation
Initialize *problem pointer as NULL
NS: move nsplex.c to navierstokes.c
...

show more ...


# 65e7b5e8 17-Dec-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #431 from CEED/jeremy/diag-refactor

Operator - move AssembleDiagonal to fallback


# 77645d7b 17-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Doc - update doc for make doc errors


# 9289e5bf 16-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Basis - update documentation for CeedMatrixMultiply


# 00f91b2b 13-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Basis - drop BasisGetValue in favor of BasisGetInterp/Grad


# 30a100c3 04-Nov-2019 Jed Brown <jed@jedbrown.org>

CeedLobattoQuadrature: error if Q<2


# 25150b89 08-Dec-2019 Jed Brown <jed@jedbrown.org>

Merge pull request #428 from CEED/valeria/small-doc-fixes

Small doc fixes


# 95bb1877 06-Dec-2019 valeriabarra <valeriabarra21@gmail.com>

Small doc improvements to make it more readable and consistent


# 854cbf70 04-Dec-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #372 from CEED/jeremy/element-fdm-inv

FDM Element Inverse


# 0e4d4210 03-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Ceed - Define CEED_EPSILON for interface use


# 3c1eb631 06-Nov-2019 jeremylt <jeremy.thompson@colorado.edu>

make style


# 3bd813ff 23-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

Operator - Add CreateElementFDMInverse


# fb551037 23-Oct-2019 jeremylt <jeremy.thompson@colorado.edu>

Basis - Update QR to prevent divide by zero


# a8c14239 02-Dec-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #423 from CEED/jeremy/small-fixes

Small fixes from Python Work


12345678910>>...12