| dd072f5f | 28-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Inching closer to an expanded subDM specification |
| 0bf7c1c5 | 17-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Swarm: Generalize projection to multiple components - Generalize mass matrix to multiple components - Add DMSwarmGetFieldInfo() - Add DMSwarmVectorGetField() |
| 953494db | 10-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Swarm: Add continuous DM argument to DMSwarmProjectFields() |
| 2f86f8c5 | 17-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+FVM: Fixes for integration of FV fields - Add PetscFVCreateDualSpace() - Fixed tabulation for multicomponent space - Protect limiter from boundary - Handle missing limiter - Correct FV mass matr
Plex+FVM: Fixes for integration of FV fields - Add PetscFVCreateDualSpace() - Fixed tabulation for multicomponent space - Protect limiter from boundary - Handle missing limiter - Correct FV mass matrix
show more ...
|
| 5becf6f4 | 10-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Add PetscSectionCreateComponentSubsection() |
| f6feae9b | 10-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
FV: Add PetscFVClone() |
| 5a5615ad | 24-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Intel oneAPI: add support for icx and ifx on Microsoft Windows along with win32fe_icx and win32fe_ifx wrappers
Currently ifx lacks support for DLLEXPORT - hence can be used only with --with-shared-l
Intel oneAPI: add support for icx and ifx on Microsoft Windows along with win32fe_icx and win32fe_ifx wrappers
Currently ifx lacks support for DLLEXPORT - hence can be used only with --with-shared-libraries=0
show more ...
|
| 7d7394c2 | 24-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
win32fe: rename wrapper scripts 'win_cl' to 'win32fe_cl' (and similar) |
| d9acb416 | 23-Feb-2024 |
Hong Zhang <hongzhang@anl.gov> |
Consolidate PETSc stream types |
| 4849c82a | 13-Feb-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Keep any (near) null space attached to submatrices in PCFIELDSPLIT even if the nonzero structure of the original matrix changes.
Also applied to PCBJACOBI and PCASM
Reported-by: "Jeremy Theler (Ext
Keep any (near) null space attached to submatrices in PCFIELDSPLIT even if the nonzero structure of the original matrix changes.
Also applied to PCBJACOBI and PCASM
Reported-by: "Jeremy Theler (External)" <jeremy.theler-ext@ansys.com>
The long-term way to handle this is to have MatGetSubMatr*() reuse the same submatrix objects even if the nonzero structure changes. This would just require a bit of recoding in multiple places.
show more ...
|
| 15229ffc | 21-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix words appearing twice in a row for no good reason |
| c5997e43 | 16-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-io-section-perm' into 'main'
Plex: Flexible creation of section permutations
See merge request petsc/petsc!7258 |
| eb9d3e4d | 02-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow global section to ignore the local section permutation on output |
| adc21957 | 02-Feb-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Flexible creation of section permutations - Add createsectionpermutation to DM ops - Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag - Move DMReorderDefaultFlag to the correct header
A
Plex: Flexible creation of section permutations - Add createsectionpermutation to DM ops - Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag - Move DMReorderDefaultFlag to the correct header
Apply 1 suggestion(s) to 1 file(s)
show more ...
|
| 8f4fb22e | 14-Feb-2024 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
PCMG: added -mg_fine_ prefix for fine grid |
| 10978b7d | 09-Feb-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Some Tao monitor options are incorrectly called viewers, yikes and more yikes
Correct ``-tao_view_gradient``, ``-tao_view_ls_residual``, ``-tao_view_solution``, and ``-tao_view_stepdirection` |
| eede4a3f | 09-Feb-2024 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
Mat: GetAbsSum (l1) row norms; PCJacobi: add scaled L1 diagonal approximation |
| 0d818c7d | 07-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-bounded-range-real' into 'main'
Sys: add PetscOptions[Bounded|Range]Real()
See merge request petsc/petsc!7269 |
| 52ce0ab5 | 07-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Sys: add PetscOptions[Bounded|Range]Real() |
| 5804573c | 07-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Typos |
| e0f0b7ad | 05-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'thecasterian/dmstag-general-multigrid' into 'main'
DMStag: support general multigrid scheme
See merge request petsc/petsc!7250 |
| 8434afd1 | 02-Feb-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Change the use of the _Fn suffix to indicate a typedef of a function to just Fn
As determined on a vote on GitLab |
| 04bc8292 | 21-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update `PetscSimplePointFunc` to new naming convention `PetscSimplePoint_Fn`
Commit-type: housekeeping |
| 5ddc805b | 21-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Change PETSc sys typedef function names to use the new _Fn format
Commit-type: housekeeping, maintainance |
| e007da84 | 30-Jan-2024 |
Jeongu Kim <souldomination@gmail.com> |
Update changes |