| /libCEED/include/ |
| H A D | ceed-fortran-name.h | 37 #define FORTRAN_NAME(low, up) FPREFIXED_NAME(up) argument 38 #define FORTRAN_UNPREFIXED(low, up) up argument 40 #define FORTRAN_NAME(low, up) FPREFIXED_NAME(TOKEN_PASTE(low, _)) argument 41 #define FORTRAN_UNPREFIXED(low, up) TOKEN_PASTE(low, _) argument 43 #define FORTRAN_NAME(low, up) FPREFIXED_NAME(low) argument 44 #define FORTRAN_UNPREFIXED(low, up) low argument
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | C.md | 3 The low-level interface (provided in the `LibCEED.C` module) is in one-to-one 9 With the low-level interface, the user is responsible for freeing all allocated 15 the `LibCEED` module, unless other specific low-level functionality is required.
|
| H A D | Examples.md | 8 the low-level C interface. This example uses low-level user Q-functions
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 3 This is the documentation for the low level (unsafe) Rust bindings to the libCEED C interface. 7 libCEED is a low-level API for for the efficient high-order discretization methods developed by the… 12 To use low level libCEED bindings in a Rust package, the following `Cargo.toml` can be used.
|
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 358 …illegal_ranges = ["%s-%s" % (unichr(low), unichr(high)) for (low, high) in illegal_unichrs if low …
|
| /libCEED/doc/sphinx/source/ |
| H A D | intro.md | 25 libCEED provides a low-level Application Programming Interface (API) for user codes so that applica… 32 The role of libCEED as a lightweight, portable library which provides a low-level API for efficient…
|
| H A D | releasenotes.md | 476 achieve good peak performance for 1D, 2D, and low order 3D problems, but performance 674 Initial low-level API of the CEED project. The low-level API provides a set of Finite 675 Elements kernels and components for writing new low-level kernels. Examples include: 678 advection, etc. The main goal of the low-level API is to establish the basis for the 679 high-level API. Also, identifying such low-level kernels and providing a reference
|
| H A D | libCEEDapi.md | 161 While these options are natural for low-order discretizations, they are not a good fit for high-ord…
|
| /libCEED/examples/python/ |
| H A D | tutorial-0-ceed.ipynb | 9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
|
| H A D | tutorial-1-vector.ipynb | 9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
|
| H A D | tutorial-4-qfunction.ipynb | 9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
|
| H A D | tutorial-5-operator.ipynb | 9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
|
| H A D | tutorial-6-shell.ipynb | 9 …"This is a tutorial for [libCEED](https://github.com/CEED/libCEED/), the low-level API library for…
|
| H A D | tutorial-3-basis.ipynb | 9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
|
| H A D | tutorial-2-elemrestriction.ipynb | 9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
|
| /libCEED/examples/petsc/ |
| H A D | README.md | 7 … bakeoff problems on a structured grid generated and referenced using only low-level communication…
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | LibCEED.jl | 6 # import low-level C interface
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 78 Users and library developers can integrate `libCEED` at a low level into existing applications in p… 135 The Julia interface, referred to as `LibCEED.jl`, provides both a low-level interface, which is gen…
|
| /libCEED/examples/solids/ |
| H A D | index.md | 523 For low-order elements where flops tend to be in surplus relative to memory bandwidth, recomputatio…
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 169 …se tend to blow up for nonlinear problems such as the Euler equations and (low-viscosity/poorly re…
|