Searched refs:is_setup (Results 1 – 4 of 4) sorted by relevance
| /libCEED/include/ |
| H A D | ceed-impl.h | 332 bool is_setup; member
|
| /libCEED/interface/ |
| H A D | ceed-preconditioning.c | 1523 int CeedQFunctionAssemblyDataIsSetup(CeedQFunctionAssemblyData data, bool *is_setup) { in CeedQFunctionAssemblyDataIsSetup() argument 1524 *is_setup = data->is_setup; in CeedQFunctionAssemblyDataIsSetup() 1543 data->is_setup = true; in CeedQFunctionAssemblyDataSetObjects() 1559 …CeedCheck(data->is_setup, data->ceed, CEED_ERROR_INCOMPLETE, "Internal objects not set; must call … in CeedQFunctionAssemblyDataGetObjects()
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 438 CEED_EXTERN int CeedQFunctionAssemblyDataIsSetup(CeedQFunctionAssemblyData data, bool *is_setup);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1354 function CeedQFunctionAssemblyDataIsSetup(data, is_setup) argument 1355 …unctionAssemblyDataIsSetup, libceed), Cint, (CeedQFunctionAssemblyData, Ptr{Bool}), data, is_setup)
|