History log of /libCEED/.gitignore (Results 26 – 50 of 63)
Revision Date Author Comments
# 4bf89169 11-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #469 from CEED/jed/doc-examples

Jed/doc examples


# 2d86b21d 09-Mar-2020 Jed Brown <jed@jedbrown.org>

doc: split examples into separate files in the source tree

* Copy examples/**.rst into the source directory so they can be picked
up by Sphinx.
* Some minor corrections/clarifications to docs that

doc: split examples into separate files in the source tree

* Copy examples/**.rst into the source directory so they can be picked
up by Sphinx.
* Some minor corrections/clarifications to docs that I noticed while
splitting them apart (shame on me for bundling in this commit).

show more ...


# 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 ...


# 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 ...


# 0f5e34c2 11-Feb-2020 Jed Brown <jed@jedbrown.org>

Merge branch 'jrwrigh/ns-dmplex' into jed/ns-dmplex [PR #430]

* jrwrigh/ns-dmplex:
fix(navierstokes): Remove Units redefinition
fix(nsplex): Add nsplex macro, ifdefs to functions
test(navierst

Merge branch 'jrwrigh/ns-dmplex' into jed/ns-dmplex [PR #430]

* jrwrigh/ns-dmplex:
fix(navierstokes): Remove Units redefinition
fix(nsplex): Add nsplex macro, ifdefs to functions
test(navierstokes): Remove stdout output for testing
test(nsplex): Remove stdout output during test
nsplex: Update nsplex /tests/output file
navierstokes: Rename User struct to UserNS
nsplex: Update stdoutParsing.py for new nsplex outputs
nsplex: Print dm_plex_box_faces value
nsplex: Print FEM space degree
nsplex: Move python parsing function to stdoutParsing.py
nsplex: Calculate computation time
nsplex advection2d: choose only the smooth initial condition
nsplex advection2d: make solution time-dependent
nsplex: Calculate exact solution at final time
nsplex: Implement ICs_PetscMultiplicity function
nsplex: Add non_zero_time flag to problemData
nsplex: Create SetupContext struct, add to ICs* qfuncs
nsplex: Move User_ and Units_ to common.h
Update .gitignore with misc editor dirs

show more ...


# a115c9ac 22-Dec-2019 James Wright <jameswright@jameswright.xyz>

Update .gitignore with misc editor dirs


# b562a10a 11-Dec-2019 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

*.dylib and *.json added to .gitignore


# 90187ab8 19-Jan-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #414 from CEED/python/interface-v1

Python Interface


# 3203f903 18-Dec-2019 valeriabarra <valeriabarra21@gmail.com>

Python - update gitignore


# 39b2de37 17-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Python - inital python ceed interface


# a82821c1 19-Sep-2019 Jed Brown <jed@jedbrown.org>

Merge pull request #360 from CEED/jed/config-flags

Jed/config flags and string processing


# 3c83ce1d 19-Sep-2019 Jed Brown <jed@jedbrown.org>

Makefile: add flags to config.mk and add NVCC_CXX

CUDA usually does not support the latest gcc, but an older version C++
compiler is only needed internally by nvcc. NVCC_CXX allows the user
to spec

Makefile: add flags to config.mk and add NVCC_CXX

CUDA usually does not support the latest gcc, but an older version C++
compiler is only needed internally by nvcc. NVCC_CXX allows the user
to specify a compatible C++ compiler for CUDA while still using a
modern release for *.cpp sources.

show more ...


# 4febc4f3 29-May-2019 Jed Brown <jed@jedbrown.org>

Merge pull request #261 from CEED/valeria/update-gitignore

Update top level .gitignore


# e1834370 29-May-2019 Valeria Barra <valeria.barra@colorado.edu>

Update top level .gitignore


# c71e1dcd 20-Mar-2019 jeremylt <jeremy.thompson@colorado.edu>

Add Basis argument to TensorContractCreate


# 71c263ca 16-Mar-2019 Jed Brown <jed@jedbrown.org>

Squashed 'tests/junit-xml/' content from commit 9bb2675

git-subtree-dir: tests/junit-xml
git-subtree-split: 9bb2675bf0058742da04285dcdcf8781eee03db0


# 6ad77431 12-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'mfem-bp-update' [PR #101]

* mfem-bp-update:
Move dims variables inside of loop
Put if/else inside of loop in .okl files
Add build dir to gitignore
Revert to using offsets in .o

Merge branch 'mfem-bp-update' [PR #101]

* mfem-bp-update:
Move dims variables inside of loop
Put if/else inside of loop in .okl files
Add build dir to gitignore
Revert to using offsets in .okl files
[OCCA] Qfunction data dim is set from basis
[OCCA] Initialized restriction kernels to occaUndefined
[OCCA] Attempting to 'turn on' CEED_EVAL_GRAD for output
Update MFEM bp1.okl, add bp3.okl

show more ...


# a745e71d 11-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Add build dir to gitignore


# 8c23e06a 07-Aug-2018 Jed Brown <jed@jedbrown.org>

Doxygen cleanup


# 2a07608b 07-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/codecov' [PR #112]

* jed/codecov:
Add codecov.io


# a6f4783a 07-Aug-2018 Jed Brown <jed@jedbrown.org>

Add codecov.io


# e17b31af 05-May-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into evector_support


# b92d21b8 28-Apr-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'template-backend' [PR #63]

* template-backend:
Add template backend, requested in issue #38
Split Ref into multiple files, update style


# 21617c04 28-Apr-2018 jeremylt <jeremy.thompson@colorado.edu>

Split Ref into multiple files, update style


123