History log of /petsc/src/vec/is/section/interface/section.c (Results 51 – 75 of 274)
Revision Date Author Comments
# cef0416b 15-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-26/fix-sowing-viewers' into 'main'

Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing

See merge request petsc/petsc!7511


# ffeef943 28-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Update to sowing version that supports PetscViewer and PetscObject

Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing

Also handles the passing of null

Update to sowing version that supports PetscViewer and PetscObject

Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing

Also handles the passing of null objects correctly

show more ...


# 1ed6e3ff 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'

Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT

See merge request petsc/petsc!7480


# cc4c1da9 14-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Update source code removing all unneeded /*@C and associated manual stubs and interfaces


# 55cda6f5 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 99e79f2f 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-24/doc-fixes/release' into 'release'

release docs fixes

See merge request petsc/petsc!7498


# a3b724e8 24-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

release docs fixes

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:

release docs fixes

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# 4ad8454b 09-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove some unneeded parentheses


# f4f49eea 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g'
git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g'
git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'

show more ...


# 7f71fc7e 26-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-swarm-project-fv' into 'main'

DM: Fix Swarm projection for FV

See merge request petsc/petsc!7282


# 5becf6f4 10-Feb-2024 Matthew G. Knepley <knepley@gmail.com>

Section: Add PetscSectionCreateComponentSubsection()


# 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


# 1845a3b3 01-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-30/use-petscusetypemethod' into 'main'

Fix places where PetscUseTypeMethod() and related macros should be used.

See merge request petsc/petsc!7254


# 9927e4df 31-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix places where PetscUseTypeMethod() and related macros should be used.


# 164282b9 23-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/dmplexforest' into 'main'

Updates to DMPLEX and DMFOREST

See merge request petsc/petsc!7217


# cb35eacc 23-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/petsctrytypemethod' into 'main'

Use Petsc[Use|Try]TypeMethod when possible

See merge request petsc/petsc!7213


# 4cd8913c 15-Jan-2024 Stefano Zampini <stefano.zampini@gmail.com>

PetscSection: propagate field names to global section

view names at View time, update outputs


# 213acdd3 22-Jan-2024 Pierre Jolivet <pierre@joliv.et>

Use PetscTryTypeMethod when possible


# a9cd3c18 20-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-fault-pc' into 'main'

Plex: Allow section reordering by default

See merge request petsc/petsc!7197


# 3ec46b7b 12-Jun-2023 Matthew G. Knepley <knepley@gmail.com>

Section: Add PetscSectionGetBlockStarts() and PetscSectionSetBlockStarts()


# 06295560 11-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-lexi-order' into 'main'

Plex: Fix lexicographic closure ordering

See merge request petsc/petsc!7173


# 5f82726a 08-Jan-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Discontinuous fields do not have unknowns on faces/edges
- Fix tensor ordering to allow discontinuous simplex fields


# 613ce9fe 17-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


1234567891011