Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dstg_shur14_type.h45 size_t total_bytes; // !< Total size of struct plus array member
/libCEED/examples/fluids/problems/
H A Dstg_shur14.c193 temp_ctx->total_bytes = sizeof(*temp_ctx) + total_num_scalars * sizeof(temp_ctx->data[0]); in GetStgContextData()
195 PetscCall(PetscMalloc(temp_ctx->total_bytes, stg_ctx)); in GetStgContextData()
277 …tSetData(stg_context, CEED_MEM_HOST, CEED_USE_POINTER, global_stg_ctx->total_bytes, global_stg_ctx… in SetupStg()