Searched refs:CeedFESpace (Results 1 – 7 of 7) sorted by relevance
| /libCEED/include/ceed/ |
| H A D | backend.h | 339 } CeedFESpace; typedef 352 CEED_EXTERN int CeedBasisGetFESpace(CeedBasis basis, CeedFESpace *fe_space);
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 219 …CeedFESpace fe_space; /* initialized in basis constructor with 1, 2, 3 for H^1, H(di…
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 257 CeedFESpace fe_space_to, fe_space_from; in CeedBasisCreateProjectionMatrices() 903 CeedFESpace fe_space; in CeedBasisGetNumQuadratureComponents() 1078 int CeedBasisGetFESpace(CeedBasis basis, CeedFESpace *fe_space) { in CeedBasisGetFESpace() 1965 CeedFESpace fe_space; in CeedBasisView()
|
| /libCEED/backends/magma/ |
| H A D | ceed-magma-basis.c | 317 CeedFESpace fe_space; in CeedBasisApplyNonTensorCore_Magma()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1088 @cenum CeedFESpace::UInt32 begin 1123 ccall((:CeedBasisGetFESpace, libceed), Cint, (CeedBasis, Ptr{CeedFESpace}), basis, fe_space)
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 1225 CeedFESpace fespace; in CeedOperatorAssembleDiagonalSetup_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 1228 CeedFESpace fespace; in CeedOperatorAssembleDiagonalSetup_Cuda()
|