Home
last modified time | relevance | path

Searched refs:only (Results 1 – 25 of 49) sorted by relevance

12

/libCEED/doc/sphinx/source/
H A Dgpu.md16 These source file must only contain syntax constructs supported by C99 and all targeted backends (i…
23 …ector` and `CeedQFunctionContext` have read-only and read-write accessors, and `CeedVector` allow …
24 Read-only access of `CeedVector` and `CeedQFunctionContext` memory spaces must be respected for to …
25 Write-only access of `CeedVector` memory spaces asserts that all data in the `CeedVector` is invali…
27 …t arrays are read-only and all output arrays are write-only and the {c:type}`CeedQFunctionUser` mu…
28 … {c:func}`CeedQFunctionSetContextWritable` was used to indicate that read-only access is sufficien…
30 The `/cpu/self/memcheck` backends explicitly verify read-only and write-only memory access assumpti…
H A Dintro.md7 … operator (labeled as *assembled*), non assembling the matrix and storing only the metric terms ne…
10 We can see that high-order methods, implemented properly with only partial assembly, require optima…
11 Thus, high-order methods in matrix-free representation not only possess favorable properties, such …
27 libCEED provides a unified interface, so that users only need to write a single source code and can…
/libCEED/examples/solids/
H A DMakefile20 $(call pkgconf, --cflags-only-other $(PETSc.pc)) \
22 CPPFLAGS = $(call pkgconf, --cflags-only-I $(PETSc.pc) $(ceed.pc)) \
24 LDFLAGS = $(call pkgconf, --libs-only-L --libs-only-other $(PETSc.pc) $(ceed.pc))
25 …ll pkgconf, --variable=ldflag_rpath $(PETSc.pc))%, $(call pkgconf, --libs-only-L $(PETSc.pc) $(cee…
26 LDLIBS = $(call pkgconf, --libs-only-l $(PETSc.pc) $(ceed.pc)) -lm
/libCEED/examples/fluids/
H A DMakefile29 $(call pkgconf, --cflags-only-other $(PETSc.pc)) \
31 CPPFLAGS = $(call pkgconf, --cflags-only-I $(PETSc.pc) $(ceed.pc)) \
33 LDFLAGS = $(call pkgconf, --libs-only-L --libs-only-other $(PETSc.pc) $(ceed.pc))
34 …ll pkgconf, --variable=ldflag_rpath $(PETSc.pc))%, $(call pkgconf, --libs-only-L $(PETSc.pc) $(cee…
35 LDLIBS = $(call pkgconf, --libs-only-l $(PETSc.pc) $(ceed.pc)) -lm
/libCEED/examples/petsc/
H A DMakefile20 $(call pkgconf, --cflags-only-other $(PETSc.pc)) \
22 CPPFLAGS = $(call pkgconf, --cflags-only-I $(PETSc.pc) $(ceed.pc)) \
24 LDFLAGS = $(call pkgconf, --libs-only-L --libs-only-other $(PETSc.pc) $(ceed.pc))
25 …ll pkgconf, --variable=ldflag_rpath $(PETSc.pc))%, $(call pkgconf, --libs-only-L $(PETSc.pc) $(cee…
26 LDLIBS = $(call pkgconf, --libs-only-l $(PETSc.pc) $(ceed.pc)) -lm
/libCEED/doc/sphinx/source/api/backend/
H A DCeedBasis.rst7 :content-only:
H A DCeedElemRestriction.rst7 :content-only:
H A DCeedVector.rst7 :content-only:
H A DCeedOperator.rst7 :content-only:
H A DCeedQFunction.rst7 :content-only:
H A DCeed.rst7 :content-only:
/libCEED/doc/sphinx/source/api/internal/
H A DCeed.rst7 :content-only:
H A DCeedOperator.rst7 :content-only:
H A DCeedVector.rst7 :content-only:
H A DCeedQFunction.rst7 :content-only:
H A DCeedElemRestriction.rst7 :content-only:
H A DCeedBasis.rst7 :content-only:
/libCEED/doc/sphinx/source/api/
H A DCeedElemRestriction.rst14 :content-only:
H A DCeedOperator.rst15 :content-only:
H A DCeedQFunction.rst14 :content-only:
H A DCeedVector.rst14 :content-only:
H A DCeed.rst14 :content-only:
H A DCeedBasis.rst14 :content-only:
/libCEED/examples/nek/
H A DREADME.md34 At present, there is only one Nek5000 example file to build, which handles both CEED BP 1 and CEED …
56 The only mandatory argument is `-b` or `-box` which sets the box geometry to be used.
/libCEED/examples/ceed/
H A DREADME.md3 Two examples are provided that rely only upon libCEED without any external libraries.

12