History log of /honee/src/mat-ceed.c (Results 1 – 25 of 51)
Revision Date Author Comments
# 4cb1f0ec 10-Feb-2026 James Wright <james@jameswright.xyz>

Merge MR !167, 'jrwrigh/matceed-sync', into 'main'

sync(matceed): Docstrings and CeedTab View

See merge request phypid/honee!167


# e338a12e 10-Feb-2026 James Wright <james@jameswright.xyz>

sync(matceed): Docstrings and CeedTab View


# 9e67f91b 09-Oct-2025 James Wright <james@jameswright.xyz>

Merge MR !151, 'jrwrigh/matceed-sync', into 'main'

feat: Sync mat-ceed changes from Ratel

See merge request phypid/honee!151


# b846ad1a 09-Oct-2025 James Wright <james@jameswright.xyz>

matceed: Sync changes from Ratel

Includes
- Use of CeedViewTab alignment, see ratel!1230
- Ensuring that CeedVector lengths are appropriate ratel!1228
- Allow reuse of COO preallocation ratel!1198


# c0d10d1d 29-Sep-2025 James Wright <james@jameswright.xyz>

Merge MR !156, 'jrwrigh/matceed_petscerrorcodefn', into 'main'

upstream: Update MPIU_BOOL and PetscErrorCodeFn

See merge request phypid/honee!156


# 04c05134 26-Sep-2025 James Wright <james@jameswright.xyz>

upstream(mat-ceed): Update MatCeed to PetscErrorCodeFn signatures

Changed in PETSc!8615


# f2027640 26-Sep-2025 James Wright <james@jameswright.xyz>

Merge MR !155, 'jrwrigh/libCEED_Function_Changes', into 'main'

upstream: Update libCEED Function names

See merge request phypid/honee!155


# da7f3a07 26-Sep-2025 James Wright <james@jameswright.xyz>

WIP: Updated libCEED Functions


# 7ecf6641 26-Sep-2025 James Wright <james@jameswright.xyz>

Merge MR !153, 'jrwrigh/checkbadSource', into 'main'

style: Add checkbadSource

See merge request phypid/honee!153


# 14bd2a07 26-Sep-2025 James Wright <james@jameswright.xyz>

style: Corrections from make checkbadSource


# 99c320e9 20-Aug-2025 James Wright <james@jameswright.xyz>

Merge MR !143, 'jrwrigh/memtype_func_name', into 'main'

fix(matceed): Change function name to avoid PETSc conflict

See merge request phypid/honee!143


# 2da92326 20-Aug-2025 James Wright <james@jameswright.xyz>

fix(matceed): Change function name to avoid PETSc conflict

PETSc introduced a `MatGetMemTypeFromVecType()` function in
https://gitlab.com/petsc/petsc/-/merge_requests/8505, so we need to
change the

fix(matceed): Change function name to avoid PETSc conflict

PETSc introduced a `MatGetMemTypeFromVecType()` function in
https://gitlab.com/petsc/petsc/-/merge_requests/8505, so we need to
change the function to match

show more ...


# 42689b3e 01-Jul-2025 James Wright <james@jameswright.xyz>

Merge MR !127, 'jrwrigh/matceed-sync', into 'main'

feat(matceed): Update matceed from Ratel updates

See merge request phypid/honee!127


# ed5c6999 30-Jun-2025 James Wright <james@jameswright.xyz>

feat(matceed): Update matceed from Ratel updates

Mostly adding in `MatGetCurrentMemType()` and a slight rearrangement of
how FLOPs are logged.

See Ratel !1149 and !1139


# c636465d 26-Oct-2024 James Wright <james@jameswright.xyz>

Merge MR !73, 'jrwrigh/destroy_ceeds', into 'main'

fix: Destroy Ceed objects due to libCEED #1702

See merge request phypid/honee!73


# 519781ae 26-Oct-2024 James Wright <james@jameswright.xyz>

fix: Destroy Ceed objects due to libCEED #1702


# 8028a091 22-Oct-2024 James Wright <james@jameswright.xyz>

Merge MR !71, 'jrwrigh/fix_container_destroy', into 'main'

fix(matceed): Use new context destroy function signature

See merge request phypid/honee!71


# 67aa9f91 21-Oct-2024 James Wright <james@jameswright.xyz>

fix(matceed): Use new context destroy function signature

See petsc!7900 and !7960


# e35ea114 22-Sep-2024 James Wright <james@jameswright.xyz>

Merge MR !49, 'jrwrigh/matceed_get_vpb', into 'main'

feat(matceed): Implement `MATOP_GET_BLOCK_DIAGONAL` and `MATOP_GET_VBLOCK_DIAGONAL`

See merge request phypid/honee!49


# e8ff1987 05-Sep-2024 James Wright <james@jameswright.xyz>

feat(matceed): Add MATOP_GET_{,V}BLOCK_DIAGONAL

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>


# 7ebcd9b0 05-Sep-2024 James Wright <james@jameswright.xyz>

feat(matceed): Add vpb/pb assembly messages to MatView


# e15d495f 16-Sep-2024 James Wright <james@jameswright.xyz>

Merge MR !52, 'jrwrigh/matceed-sync', into 'main'

fix(matceed): Clean up View formatting

See merge request phypid/honee!52


# dfdd2b92 16-Sep-2024 James Wright <james@jameswright.xyz>

fix(matceed): Clean up View formatting


# 5a58c7e9 06-Sep-2024 James Wright <james@jameswright.xyz>

Merge MR !48, 'jrwrigh/fix_diagonal_block_matceed', into 'main'

fix(matceed): Correct MatGetDiagonalBlock implementation

See merge request phypid/honee!48


# c1bdbf00 05-Sep-2024 James Wright <james@jameswright.xyz>

fix(matceed): Correct MatGetDiagonalBlock implementation

MatGetDiagonalBlock does not return the diagonal block of the with
respect to `MatGetBlockSize`, but rather just returns the
diagonal-portion

fix(matceed): Correct MatGetDiagonalBlock implementation

MatGetDiagonalBlock does not return the diagonal block of the with
respect to `MatGetBlockSize`, but rather just returns the
diagonal-portion of the global matrix resident on the current process.

show more ...


123