Searched refs:only (Results 1 – 25 of 49) sorted by relevance
12
| /libCEED/doc/sphinx/source/ |
| H A D | gpu.md | 16 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 D | intro.md | 7 … 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 D | Makefile | 20 $(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 D | Makefile | 29 $(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 D | Makefile | 20 $(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 D | CeedBasis.rst | 7 :content-only:
|
| H A D | CeedElemRestriction.rst | 7 :content-only:
|
| H A D | CeedVector.rst | 7 :content-only:
|
| H A D | CeedOperator.rst | 7 :content-only:
|
| H A D | CeedQFunction.rst | 7 :content-only:
|
| H A D | Ceed.rst | 7 :content-only:
|
| /libCEED/doc/sphinx/source/api/internal/ |
| H A D | Ceed.rst | 7 :content-only:
|
| H A D | CeedOperator.rst | 7 :content-only:
|
| H A D | CeedVector.rst | 7 :content-only:
|
| H A D | CeedQFunction.rst | 7 :content-only:
|
| H A D | CeedElemRestriction.rst | 7 :content-only:
|
| H A D | CeedBasis.rst | 7 :content-only:
|
| /libCEED/doc/sphinx/source/api/ |
| H A D | CeedElemRestriction.rst | 14 :content-only:
|
| H A D | CeedOperator.rst | 15 :content-only:
|
| H A D | CeedQFunction.rst | 14 :content-only:
|
| H A D | CeedVector.rst | 14 :content-only:
|
| H A D | Ceed.rst | 14 :content-only:
|
| H A D | CeedBasis.rst | 14 :content-only:
|
| /libCEED/examples/nek/ |
| H A D | README.md | 34 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 D | README.md | 3 Two examples are provided that rely only upon libCEED without any external libraries.
|
12