Home
last modified time | relevance | path

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

/honee/src/
H A Dmat-ceed.c87 CeedInt *rows_ceed, *cols_ceed; in MatCeedAssemblePointBlockDiagonalCOO() local
99 …ratorLinearAssemblePointBlockDiagonalSymbolic(ctx->op_mult, &num_entries, &rows_ceed, &cols_ceed)); in MatCeedAssemblePointBlockDiagonalCOO()
101 PetscCall(IntArrayCeedToPetsc(num_entries, &rows_ceed, &rows_petsc)); in MatCeedAssemblePointBlockDiagonalCOO()
703 CeedInt *rows_ceed, *cols_ceed; in MatCeedSetPreallocationCOO() local
707 …ctx->ceed, CeedOperatorLinearAssembleSymbolic(ctx->op_mult, &num_entries, &rows_ceed, &cols_ceed)); in MatCeedSetPreallocationCOO()
709 PetscCall(IntArrayCeedToPetsc(num_entries, &rows_ceed, &rows_petsc)); in MatCeedSetPreallocationCOO()