History log of /petsc/src/sys/objects/pinit.c (Results 276 – 300 of 1307)
Revision Date Author Comments
# cf842bba 29-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-09-16/petscstack-on-the-stack' into 'main'

Move PetscStack onto the stack

See merge request petsc/petsc!4321


# 27104ee2 16-Sep-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

PetscStack is on the stack now, removing the need to 'initialize' it so it can always be
used. The entire API has also been intern'ed since it is only internally used in select
instances.


# 0f90cc5a 28-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/reuse-c-fortran-petscinitialize' into 'main'

Reuse PetscInitialize code between C and Fortran

See merge request petsc/petsc!4364


# 85649d77 25-Sep-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Sys: reuse PetscInitialize code between C and Fortran


# 94c05496 11-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-cxx-complex-float128' into 'main'

__float128: enable complex build from Cxx using c99 support

Closes #989

See merge request petsc/petsc!4296


# 450fc7c9 10-Sep-2021 Satish Balay <balay@mcs.anl.gov>

__float128: enable complex build from Cxx using c99 support


# c1bf08c5 06-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/spelling-errors' into 'main'

Fix many spelling errors in manpages and comments

See merge request petsc/petsc!4283


# 823823b2 05-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-09-03/disable-experimental-petscdevice' into 'main'

Disable Experimental PetscDevice for 3.16

See merge request petsc/petsc!4284


# c4bc73ae 03-Sep-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

ifdef out experimental petscdevice initialization


# a5b23f4a 03-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix spelling errors in manpages and comments


# 984ba02c 27-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-05-18/petscdevice-context' into 'main'

Feature: PetscDeviceContext

See merge request petsc/petsc!3994


# 030f984a 18-May-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Added PetscDevice to manage interaction and configuration of available devices.

Added PetscDeviceContext class to manage stream interactions for CUDA and HIP device
backends. The new class is design

Added PetscDevice to manage interaction and configuration of available devices.

Added PetscDeviceContext class to manage stream interactions for CUDA and HIP device
backends. The new class is designed to facilitate a fork-join parallelization model for
asynchronous compute.

show more ...


# 9b3f0822 24-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-orientation-rethink' into 'main'

Plex: Rethink Plex orientation

See merge request petsc/petsc!4218


# b5a892a1 24-May-2021 Matthew G. Knepley <knepley@gmail.com>

DM: New idea for cell orientations
- Add DMPolytopeTypeGetNumArrangments()
- Add DMPolytopeTypeGetArrangment()
- Add DMPolytopeTypeGetVertexArrangment()
- Add DMPolytopeTypeComposeOrientation()
- Add

DM: New idea for cell orientations
- Add DMPolytopeTypeGetNumArrangments()
- Add DMPolytopeTypeGetArrangment()
- Add DMPolytopeTypeGetVertexArrangment()
- Add DMPolytopeTypeComposeOrientation()
- Add DMPolytopeTypeComposeOrientationInv()
- Add DMPolytopeGetOrientation()
- Add DMPolytopeGetVertexOrientation()
- Inversion now uses just negation instead of face size
- Remove DMPlexOrientCell(), DMPlexReverseCell(), DMPlexCompareOrientations()
- Add DMPlexOrientPoint()
- Add MPIU_4INT and MPI_4INT
- Rewrote transitive closure
- DMPlexGetTransitiveClosure_Depth1_Static() now correctly handles ornt
- PetscDualSpaceLagrange and PetscSection use the number of arragnements and not the cone size
- Update examples

show more ...


# f59157ec 17-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# eb9bd38d 17-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hotfix/broken-links' into 'release'

docs: Fix broken links

See merge request petsc/petsc!4228


# a17b96a8 17-Aug-2021 Kyle Gerard Felker <kylefelk@gmail.com>

docs: Fix broken links


# 814a224d 04-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f07f2db9 04-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-06-24/fix-mpich-openmpi-check/release' into 'release'

Fix symbol to check for MPICH

See merge request petsc/petsc!4128


# b5065adb 04-Jul-2021 Barry Smith <bsmith@mcs.anl.gov>

Fix symbol to check for MPICH


# 4715b3ca 21-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/balay/add-valgrind.h'

valgrind.h: add to petsc repo

See merge request petsc/petsc!4094


# f482f063 21-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/checkstack' into 'main'

Check Push/Pop

See merge request petsc/petsc!4077


# 362febee 10-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

PetscStack : check for correct push/pop

Enforce checkstack for CI jobs
Fixes from testsuite


# 6edef35e 14-Jun-2021 Satish Balay <balay@mcs.anl.gov>

valgrind.h: add to petsc at include/private/valgrind


# c52a6700 02-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-warnings-nec' into 'main'

Stefanozampini/fix warnings nec

See merge request petsc/petsc!4047


1...<<11121314151617181920>>...53