Home
last modified time | relevance | path

Searched refs:low (Results 1 – 20 of 20) sorted by relevance

/libCEED/include/
H A Dceed-fortran-name.h37 #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 DC.md3 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 DExamples.md8 the low-level C interface. This example uses low-level user Q-functions
/libCEED/rust/libceed-sys/
H A DREADME.md3 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__.py358 …illegal_ranges = ["%s-%s" % (unichr(low), unichr(high)) for (low, high) in illegal_unichrs if low
/libCEED/doc/sphinx/source/
H A Dintro.md25 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 Dreleasenotes.md476 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 DlibCEEDapi.md161 While these options are natural for low-order discretizations, they are not a good fit for high-ord…
/libCEED/examples/python/
H A Dtutorial-0-ceed.ipynb9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
H A Dtutorial-1-vector.ipynb9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
H A Dtutorial-4-qfunction.ipynb9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
H A Dtutorial-5-operator.ipynb9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
H A Dtutorial-6-shell.ipynb9 …"This is a tutorial for [libCEED](https://github.com/CEED/libCEED/), the low-level API library for…
H A Dtutorial-3-basis.ipynb9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
H A Dtutorial-2-elemrestriction.ipynb9 … the Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library f…
/libCEED/examples/petsc/
H A DREADME.md7 … bakeoff problems on a structured grid generated and referenced using only low-level communication…
/libCEED/julia/LibCEED.jl/src/
H A DLibCEED.jl6 # import low-level C interface
/libCEED/doc/papers/joss/
H A Dpaper.md78 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 Dindex.md523 For low-order elements where flops tend to be in surplus relative to memory bandwidth, recomputatio…
/libCEED/examples/fluids/
H A Dindex.md169 …se tend to blow up for nonlinear problems such as the Euler equations and (low-viscosity/poorly re…