Searched refs:CeedQFunctionView (Results 1 – 11 of 11) sorted by relevance
| /libCEED/tests/ |
| H A D | t413-qfunction.c | 15 CeedQFunctionView(qf_setup, stdout); in main() 16 CeedQFunctionView(qf_mass, stdout); in main() 18 CeedQFunctionView(qf_mass, stdout); in main()
|
| H A D | t402-qfunction.c | 25 CeedQFunctionView(qf_setup, stdout); in main() 26 CeedQFunctionView(qf_mass, stdout); in main()
|
| /libCEED/python/ |
| H A D | ceed_qfunction.py | 39 err_code = lib.CeedQFunctionView(self._pointer[0], stream)
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | QFunction.jl | 32 ceed_show(io, qf, C.CeedQFunctionView)
|
| /libCEED/interface/ |
| H A D | ceed-qfunction.c | 156 CeedCall(CeedQFunctionView((CeedQFunction)qf, stream)); in CeedQFunctionView_Object() 1082 int CeedQFunctionView(CeedQFunction qf, FILE *stream) { in CeedQFunctionView() function
|
| H A D | ceed-fortran.c | 880 *err = CeedQFunctionView(qf_, stdout); in fCeedQFunctionView()
|
| /libCEED/rust/libceed/src/ |
| H A D | qfunction.rs | 382 bind_ceed::CeedQFunctionView(self.ptr, file); in fmt()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 391 CEED_EXTERN int CeedQFunctionView(CeedQFunction qf, FILE *stream);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 562 function CeedQFunctionView(qf, stream) function 563 ccall((:CeedQFunctionView, libceed), Cint, (CeedQFunction, Ptr{Libc.FILE}), qf, stream)
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 312 {c:func}`CeedQFunctionView`, {c:func}`CeedOperatorView`.
|
| /libCEED/ |
| H A D | coverage.info | 10830 FNA:5,0,CeedQFunctionView
|