History log of /petsc/include/petscdmcomposite.h (Results 1 – 25 of 45)
Revision Date Author Comments
# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>

show more ...


# 9dd11ecf 25-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'

Check header guards

See merge request petsc/petsc!6822


# a4963045 18-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Convert all header guards to pragma once


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# 6524c165 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 1c575b32 07-Jul-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 26bd1501 05-Jul-2019 Barry Smith <bsmith@mcs.anl.gov>

Remove use of _ and __ in front of PETSc include guards. Reason: C99 Reserved Identifiers

Commit-type: portability-fix


# e366c154 15-Nov-2017 Jed Brown <jed@jedbrown.org>

Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint

Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match
documentation.


# ec14d8c8 27-May-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-sphere-mesh

* master: (2633 commits)
Bib: Added ref
SNES ex56: Update test output
add a citation to petsc.bib
Plex: Initialize variables
ini

Merge branch 'master' into knepley/feature-plex-sphere-mesh

* master: (2633 commits)
Bib: Added ref
SNES ex56: Update test output
add a citation to petsc.bib
Plex: Initialize variables
initialize ap as complained by the nightly tests
Plex ex3: Update to new point function API
initialize some variables as complained by nightly tests
SNES ex12: Mix misnaming Nf --> Nc
update tests
add tests
add MatView_SeqXAIJ_ASCII_structonly(); enable A->structure_only in MatSetValuesBlocked_SeqBAIJ
typo
fill-in some references
Bib: Fixed ref
Plex: Added PLY to file support
Plex: Adding PLY support
PetscDS: Turn off Fortran bindings for Constants
Plex tests: Updated to new point function API
SNES ex56: Moved tests to new format
DM: Allow field projection functions to take an array of scalars - This will allow us to pass in user data to kernels without void *, more efficiency than aux fields
...

Conflicts:
config/builder.py
include/petscdmplex.h
src/dm/impls/plex/examples/tests/ex1.c
src/dm/impls/plex/plexcreate.c
src/dm/impls/plex/plexgmsh.c
src/snes/examples/tutorials/ex63.c

show more ...


# 10c1f87b 27-Oct-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'master' into tisaac/dmplex-feature-real-to-ref

I need updated PetscFE interfaces in what I'm going to do

* master: (603 commits)
parmetis: fix typo in testsuite
Added PETSC_HAVE_A

Merge branch 'master' into tisaac/dmplex-feature-real-to-ref

I need updated PetscFE interfaces in what I'm going to do

* master: (603 commits)
parmetis: fix typo in testsuite
Added PETSC_HAVE_ATTRIBUTEALIGNED flag to makefile
PCSetUp_SVD() used incorrect matrix for matrix size in parallel, also need to skip LAPACK call if matrix size is zero
strumpack: update to latest version 1.0.4
Remove valgrind warning about MPI_Allreduce() with uninitialized data
sed for test output that has atol convergence with quad precision
updated ex1_nest tests
fixed incorrect key value
fix: bad merge a69d34a
test: move runex78 to TESTEXAMPLES_C_NOTSINGLE
build: fix warnings
sys: update test to produce same result - irrespective of debug/opt build - and presence of ~/.petscrc
sys: src/sys/examples/tests/ex30.c -> src/sys/examples/tests/ex32.c to avoid conflict in master
Sed output, since quad precision reduces below atol on these tests
remove automatically generated matrix names from test output files since can be different
Fixes for MatMPIXXXSetPreallocation(), they were not reentrant, since they kept the information used for matrix-vector products
GAMG: fix PCView_GAMG() format - and update output/ex56_0.out
superlu_dist: 64-bit-indices fix https://github.com/xiaoyeli/superlu_dist/issues/4
Add SNESSetDivergenceTolerance / -snes_divergence_tolerance.
fixed unit read in Plex
...

show more ...


# e923053f 15-Oct-2016 stefano_zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint

I have to merge it here, since there's an API addition for MatIS in stefano_zampini/featu

Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint

I have to merge it here, since there's an API addition for MatIS in stefano_zampini/feature-pcbddc-saddlepoint
that prevents me to smoothly merge stefano_zampini/feature-convert-matnest-matis into next.

This will also facilitate merging stefano_zampini/feature-pcbddc-saddlepoint into master

Conflicts:
src/docs/website/documentation/changes/dev.html

show more ...


# 1fe59834 23-Sep-2016 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-clang-va_start-warning'


# 1dac896b 22-Sep-2016 Satish Balay <balay@mcs.anl.gov>

DM: fix clang warning wrt DMCompositeGather()

/sandbox/petsc/petsc.clone-3/src/dm/impls/composite/pack.c:657:17: warning: passing an object that undergoes default argument promotion to 'va_start' ha

DM: fix clang warning wrt DMCompositeGather()

/sandbox/petsc/petsc.clone-3/src/dm/impls/composite/pack.c:657:17: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]

show more ...


# 8d6709d6 22-Aug-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/sys-fix-realloc' into tisaac/petscfe-matching-quadrature-order

* tisaac/sys-fix-realloc: (71 commits)
Sys: fix PetscTrReallocDefault() and PetscReallocAlign()
clearify when

Merge branch 'tisaac/sys-fix-realloc' into tisaac/petscfe-matching-quadrature-order

* tisaac/sys-fix-realloc: (71 commits)
Sys: fix PetscTrReallocDefault() and PetscReallocAlign()
clearify when MatMkl_CPardisoSetCntl() can be used in the manual pages
Fixed manual page for -snes_anderson_beta
Update zfftf.c
remove Hermitian information from output since it is only produced in complex case and thus produces different test output
fixes for 64 bit integers in test example, fix uninitialized variable in test example
tests: move runex49 to TESTEXAMPLES_C_NOTSINGLE
add a PCView_SVD to show parameters
-petscpartitioner_type simple was not being picked up by options thus generating test error
missing CHKERRQ(ierr) on PetscPrintf() statements in newly added test example
PetscViewerVTK: Move DM reference increment into the VTK viewer and out of the DM implementation, as suggested by Jed Brown
missing crosslinks between manual pages
Updated 3.7 release notes to clearly indicate how to update usage of KSP/SNES/TS/SetMonitor(xxx,XXXMonitorDefault,NULL,NULL);
Fix for commit b6480e041dd2293a65f96222772d68cdb4ed6306 that broke this example
Example of factorization of a singular matrix may actually work due to round off
removed unused variables
matshell: clean up and add some new MATOPs to Fortran.
Remove unneeded checks for use of the compressed row for diagonal block of matrices in GAMG
ptscotch: update to version 6.0.4
ptscotch: fix buggy pthread detection code on Mac/Linux
...

show more ...


# 1ee5b1c6 15-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'pr523/alexfikl/alexfikl/dmcomposite-local-vectors/master'


# 7ac2b803 08-Aug-2016 Alex Fikl <alexfikl@gmail.com>

DMComposite: Improve support for local vectors.

* DM_Composite::nghost was not updated anywhere, so local vectors
created in DMCreateLocalVector_Composite always had size 0, now updated
together wit

DMComposite: Improve support for local vectors.

* DM_Composite::nghost was not updated anywhere, so local vectors
created in DMCreateLocalVector_Composite always had size 0, now updated
together with n in DMCompositeAddDM
* Added DMComposite*LocalAccessArray that allows us to retrieve an array
of local Vecs like DMComposite*AccessArray does for global Vecs.

show more ...


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# 6f3c3dcf 18-Feb-2013 Jed Brown <jed@59A2.org>

Add DMCompositeGatherArray and DMCompositeScatterArray

These new functions have Fortran bindings and are more convenient when
calling from other libraries.

Hg-commit: d2f302d26a4f1064cdfce3dd58e7c7

Add DMCompositeGatherArray and DMCompositeScatterArray

These new functions have Fortran bindings and are more convenient when
calling from other libraries.

Hg-commit: d2f302d26a4f1064cdfce3dd58e7c779b4ae8741

show more ...


# b04a062a 05-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: e15fd985275e9e6c40407ae90b2d69ed97fbf48d


# 299eca30 05-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b5179cc7865f723cd5e23a2244f6bcbc7b905437


# f73e5ceb 04-Feb-2013 Jed Brown <jed@59A2.org>

Add DMCompositeGetAccessArray()

Update documentation and use in Mark's fieldsplit example ex73f90t

Hg-commit: e873fca6a07721b397978782daaf94a2353e6a9c


# 2c8e378d 01-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

consistently use #include <petsc... instead of sometimes #include "petsc.... ; I hope this is ok Jed?
completed and tested bin/maint/makeframework

Hg-commit: 908e7d10407583f0a5bd5d356d023bd7969681

consistently use #include <petsc... instead of sometimes #include "petsc.... ; I hope this is ok Jed?
completed and tested bin/maint/makeframework

Hg-commit: 908e7d10407583f0a5bd5d356d023bd79696815b

show more ...


12