History log of /libCEED/rust/libceed-sys/c-src/interface/ceed-elemrestriction.c (Results 151 – 175 of 233)
Revision Date Author Comments
# fd364f38 15-Jun-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

style - change Get*Status to Is*


# 2db7ab32 15-Jun-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Doc - fix L-vector indexing in dev docs (#557)

* Doc - fix L-vector indexing in dev docs

* Doc - fix same issue in ElemRestriction doc


# 95e93d34 15-Jun-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Improve Developer Documentation (#556)

* doc - document l/e/q vector layouts and object inheritance

* doc - clean up some referencing

* doc - fix some reference errors

* doc - fix enumerati

Improve Developer Documentation (#556)

* doc - document l/e/q vector layouts and object inheritance

* doc - clean up some referencing

* doc - fix some reference errors

* doc - fix enumeration in inheritance list

* doc - include note for dissimilar E/Q layouts

show more ...


# 49fd234c 12-Jun-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Convert CUDA ref/reg/shared E-Layout (#554)

* tests - update tests for multiple e-layouts

* CUDA - convert ref and reg restrictions to Q-layout

* CUDA - ref/reg/shared use gen/magma E-Layout f

Convert CUDA ref/reg/shared E-Layout (#554)

* tests - update tests for multiple e-layouts

* CUDA - convert ref and reg restrictions to Q-layout

* CUDA - ref/reg/shared use gen/magma E-Layout for multi elememnt basis apply and operator apply

* CUDA/MAGMA - drop eandqdiffer and separate MAGMA operator code

* CUDA - update operator comment

* reg - clarify read/write dofs/quads

* CUDA - drop dead code

show more ...


# 65275b31 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

Merge branch 'master' into valeria/NSfixes


# 6d923037 02-May-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #523 from CEED/jed/breathe-4.17

Jed/breathe 4.17


# 4cc79fe7 01-May-2020 Jed Brown <jed@jedbrown.org>

doc: add @ref for enum mentions


# efe89464 25-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #520 from CEED/jeremy/restriction-host-offsets

CeedElemRestrictionGetOffsets


# 3ac43b2c 24-Apr-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

ElemRestriction - add check for strided status


# 430758c8 24-Apr-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

ElemRestriction - add state counter for reading offsets array


# bd33150a 24-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

ElemRestriction - add ElemRestrictionGetOffsets


# 68d8d928 22-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #513 from CEED/jeremy/restriction-no-interlace

Convert restriction to offsets


# d979a051 14-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - convert restiction to use offsets instead of interlace mode. CPU and Python impl only, CUDA and MAGMA left to do.


# 16140fde 11-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #473 from CEED/jeremy/restriction-doc

Restriction - reorder ceed-elemrestriction.c for Doc


# a681ae63 10-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction -reorder ceed-.l.mrestriction.c to get correct documentation grouping


# 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


# 39daeb9e 05-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

make style


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

Interface - update constants to be const...ant


# 8621c6c6 28-Feb-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

ElemRestriction - make strides const

Co-Authored-By: Jed Brown <jed@jedbrown.org>


# 15910d16 24-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

ElemRestriction - add CEED_ELEMRESTRICTION_NONE so we can stop making dummy restrictions for CEED_EVAL_WEIGHT fields


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

Make style


# 523b8ea0 12-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - add CEED_STRIDES_BACKEND


12345678910