Searched refs:point_block_offsets (Results 1 – 1 of 1) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-preconditioning.c | 1363 CeedInt num_elem, num_comp, shift, elem_size, comp_stride, *point_block_offsets; in CeedOperatorCreateActivePointBlockRestriction() local 1378 CeedCall(CeedCalloc(num_elem * elem_size, &point_block_offsets)); in CeedOperatorCreateActivePointBlockRestriction() 1380 point_block_offsets[i] = offsets[i] * shift; in CeedOperatorCreateActivePointBlockRestriction() 1385 point_block_offsets, point_block_rstr)); in CeedOperatorCreateActivePointBlockRestriction() 2350 const CeedInt *offsets, *point_block_offsets; in CeedOperatorLinearAssemblePointBlockDiagonalSymbolic() local 2359 …(CeedElemRestrictionGetOffsets(point_block_active_elem_rstr, CEED_MEM_HOST, &point_block_offsets)); in CeedOperatorLinearAssemblePointBlockDiagonalSymbolic() 2364 …(*rows)[point_block_offsets[i] + c_out * num_active_components + c_in] = offsets[i] + c_out * comp… in CeedOperatorLinearAssemblePointBlockDiagonalSymbolic() 2365 …(*cols)[point_block_offsets[i] + c_out * num_active_components + c_in] = offsets[i] + c_in * comp_… in CeedOperatorLinearAssemblePointBlockDiagonalSymbolic() 2371 CeedCall(CeedElemRestrictionRestoreOffsets(point_block_active_elem_rstr, &point_block_offsets)); in CeedOperatorLinearAssemblePointBlockDiagonalSymbolic()
|