| /libCEED/.github/workflows/ |
| H A D | julia-test-with-style.yml | 6 - main 13 os: [ubuntu-24.04] 14 julia-version: ['1'] 16 runs-on: ${{ matrix.os }} 24 - name: Environment setup 26 - name: Julia setup 27 uses: julia-actions/setup-julia@latest 29 version: ${{ matrix.julia-version }} 30 - name: Julia test and style 33 make -j2 [all …]
|
| H A D | julia-documentation.yml | 6 - main 12 runs-on: ubuntu-24.04 14 - uses: actions/checkout@v4 15 - uses: julia-actions/setup-julia@latest 16 - name: Install dependencies 19 …julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.… 20 - name: Build and deploy 25 julia --project=docs/ docs/make.jl
|
| /libCEED/doc/sphinx/source/api/backend/ |
| H A D | Ceed.rst | 5 :project: libCEED 7 :content-only: 11 -------------------------------------- 14 :project: libCEED 17 :project: libCEED 20 :project: libCEED 23 :project: libCEED 26 -------------------------------------- 29 :project: libCEED
|
| H A D | CeedQFunction.rst | 5 :project: libCEED 7 :content-only: 11 -------------------------------------- 14 :project: libCEED
|
| H A D | CeedVector.rst | 5 :project: libCEED 7 :content-only:
|
| H A D | CeedBasis.rst | 5 :project: libCEED 7 :content-only:
|
| H A D | CeedOperator.rst | 5 :project: libCEED 7 :content-only:
|
| H A D | CeedElemRestriction.rst | 5 :project: libCEED 7 :content-only:
|
| /libCEED/doc/sphinx/source/api/ |
| H A D | Ceed.rst | 12 :project: libCEED 14 :content-only: 18 -------------------------------------- 21 :project: libCEED 24 :project: libCEED 27 :project: libCEED 30 -------------------------------------- 33 :project: libCEED 36 :project: libCEED
|
| H A D | CeedBasis.rst | 12 :project: libCEED 14 :content-only: 17 .. _CeedBasis-typedefs and enumerations: 20 -------------------------------------- 23 :project: libCEED 26 :project: libCEED 29 :project: libCEED 32 :project: libCEED
|
| H A D | CeedVector.rst | 12 :project: libCEED 14 :content-only: 18 -------------------------------------- 21 :project: libCEED 24 :project: libCEED 27 :project: libCEED 30 :project: libCEED
|
| H A D | CeedQFunction.rst | 6 A `CeedQFunction` represents the spatial terms of the point-wise functions describing the physics a… 8 Resolution/space-independent weak forms and quadrature-based operations 12 :project: libCEED 14 :content-only: 18 -------------------------------------- 21 :project: libCEED 24 :project: libCEED 27 :project: libCEED
|
| /libCEED/ |
| H A D | CONTRIBUTING.md | 4 <!--- 5 Please use a pull request to the appropriate branch ('stable' for backward-compatible bug fixes for… 6 --> 7 …e your commits well-organized and [atomic](https://en.wikipedia.org/wiki/Atomic_commit#Atomic_comm… 8 Check that tests (including "examples") pass using `make prove-all`. 12 …efficiency of reviewing and facilitates use of [`git bisect`](https://git-scm.com/docs/git-bisect). 15 It is useful to create a WIP (work in progress) pull request for any long-running development so th… 20 …-by: Helpful User <helpful@example.com>` or [`Co-authored-by: Snippet Mentor <code.by@comment.com>… 22 If your author information or email becomes inconsistent (look at `git shortlog -se`), please edit … 24 … and support it, their names are included in the automatically generated user-manual documentation. [all …]
|
| H A D | pyproject.toml | 1 [build-system] 3 build-backend = "setuptools.build_meta" 9 build-verbosity = "1" 10 test-requires = ["pytest"] 11 test-command = "bash {project}/python/test-wheel.sh {project}" 12 skip = "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*" 15 manylinux-x86_64-image = "manylinux2014" 16 manylinux-aarch64-image = "manylinux2014"
|
| H A D | RELEASING.md | 5 In preparing a release, create a branch to hold pre-release commits. 21 Use `git log --first-parent v0.7..` to get a sense of the pull requests that have been merged and t… 25 Use `make doc-latexpdf` to build a PDF users manual and inspect it for missing references or format… 31 …[ABI compliance checker](https://github.com/lvc/abi-compliance-checker) is a useful tool, as is `n… 44 1. `git commit -am'libCEED 0.8.1'` 45 More frequently, this is amending the commit message on an in-progress commit, after rebasing if ap… 47 3. `git switch main && git merge --ff-only HEAD@{1}` fast-forward merge into `main` 48 4. `git tag --sign -m'libCEED 0.8.1'` 56 Generate the PDF using `make doc-latexpdf`, click "New version" on the [Zenodo record](https://zeno… 64 * LibCEED.jl, the user-facing package that contains the Julia interface. [all …]
|
| H A D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project. 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 26 #--------------------------------------------------------------------------- 27 # Project related configuration options 28 #--------------------------------------------------------------------------- 31 # file that follow. The default is UTF-8 which is also the encoding used for all 35 # The default value is: UTF-8. 37 DOXYFILE_ENCODING = UTF-8 40 # double-quotes, unless you are using Doxywizard) that should identify the [all …]
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 4 <!--- 5 Please use a pull request to the appropriate branch ('stable' for backward-compatible bug fixes for… 6 --> 7 …e your commits well-organized and [atomic](https://en.wikipedia.org/wiki/Atomic_commit#Atomic_comm… 8 Check that tests (including "examples") pass using `make prove-all`. 12 …efficiency of reviewing and facilitates use of [`git bisect`](https://git-scm.com/docs/git-bisect). 15 It is useful to create a WIP (work in progress) pull request for any long-running development so th… 20 …-by: Helpful User <helpful@example.com>` or [`Co-authored-by: Snippet Mentor <code.by@comment.com>… 22 If your author information or email becomes inconsistent (look at `git shortlog -se`), please edit … 24 … and support it, their names are included in the automatically generated user-manual documentation. [all …]
|
| H A D | conf.py | 2 # -*- coding: utf-8 -*- 5 # sphinx-quickstart on Tue Jan 7 18:59:28 2020. 31 # -- General configuration ------------------------------------------------ 60 # The following, if true, allows figures, tables and code-blocks to be 70 # General information about the project. 71 project = "libCEED" variable 77 # The version info for the project you're documenting, acts as replacement for 118 # sphinxcontrib-bibtex 2.0 requires listing all bibtex files here 134 # -- Options for HTML output ---------------------------------------------- 141 # Theme options are theme-specific and customize the look and feel of a theme [all …]
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | Project.toml | 2 # it by explicitly creating a `test/Project.toml` which will correctly communicate any preferences 3 # through to the child Julia process. X-ref: https://github.com/JuliaLang/Pkg.jl/issues/2500 4 # See also test/Project.toml in FFTW.jl. 7 LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" 8 Preferences = "21216c6a-2e73-6563-6e65-726566657250" 9 StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" 10 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" 11 libCEED_jll = "762fde13-7596-547b-826d-8223c52d51c1"
|
| /libCEED/doc/sphinx/source/api/internal/ |
| H A D | Ceed.rst | 5 :project: libCEED 7 :content-only:
|
| H A D | CeedVector.rst | 5 :project: libCEED 7 :content-only:
|
| H A D | CeedBasis.rst | 5 :project: libCEED 7 :content-only:
|
| H A D | CeedOperator.rst | 5 :project: libCEED 7 :content-only:
|
| H A D | CeedQFunction.rst | 5 :project: libCEED 7 :content-only:
|
| /libCEED/tests/junit-xml/ |
| H A D | .gitignore | 8 *.egg-info 17 develop-eggs 23 pip-log.txt 37 .project
|