History log of /petsc/src/dm/interface/dm.c (Results 476 – 500 of 1790)
Revision Date Author Comments
# 0e3e0eac 15-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-hessians' into 'master'

Plex+FE: Now we can turn on second derivatives in an FEM calculation

See merge request petsc/petsc!3547


# f9244615 14-Jan-2021 Matthew G. Knepley <knepley@gmail.com>

Plex+FE: Now we can turn on second derivatives in an FEM calculation - Now FE interpolation and PetscFEEvaluateFieldJets_Internal() can also do Hessians - Add jet degree to DS - Add PTAP operations f

Plex+FE: Now we can turn on second derivatives in an FEM calculation - Now FE interpolation and PetscFEEvaluateFieldJets_Internal() can also do Hessians - Add jet degree to DS - Add PTAP operations for small matrices

show more ...


# 5de171f1 15-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ts-ex-particle-flow' into 'master'

Knepley/feature ts ex particle flow

See merge request petsc/petsc!3557


# 36951cb5 13-Jan-2021 Matthew G. Knepley <knepley@gmail.com>

PetscDS: Need to only copy boundary conditions for relevant fields


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# 51132240 28-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-11-24/central-patch' into 'master'

Barry/2020 11 24/central patch

See merge request petsc/petsc!3440


# 60c22052 25-Nov-2020 Barry Smith <bsmith@mcs.anl.gov>

Provide an example src/dm/tutorials/ex25.c that takes a patch from a parallel DMDA to one process

Fix DMZoomPatch() to work in 2d and and support not requesting a halo

Remove unneeded Vec argument

Provide an example src/dm/tutorials/ex25.c that takes a patch from a parallel DMDA to one process

Fix DMZoomPatch() to work in 2d and and support not requesting a halo

Remove unneeded Vec argument from DMZoonPatch()

Minor improvements to manual pages

Commit-type: bug-fix, feature, example
/spend 4h
Reported-by: Victoria Hamtiaux <victoria.hamtiaux@uclouvain.be>

show more ...


# c57b1f10 27-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a71d6db7 27-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-12-21/fix-fortran-kspsolve/release' into 'release'

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

See merge request petsc/pets

Merge branch 'barry/2020-12-21/fix-fortran-kspsolve/release' into 'release'

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

See merge request petsc/petsc!3497

show more ...


# 8ff777de 23-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-gpu-assembly' into 'master'

Adams/landau gpu assembly

See merge request petsc/petsc!3423


# a587d139 23-Dec-2020 Mark <cal2princeton@yahoo.com>

Adding Cuda and Kokkos assembly. Added Device assembly to Landau operator. Added Kokkos test mat/ex5k.


# 48eeb7c8 22-Dec-2020 Barry Smith <bsmith@mcs.anl.gov>

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

Add -da_refine to manual page for DMDASetRefinementFactor()

Commit-type: bug-fix, documentation, fortran

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

Add -da_refine to manual page for DMDASetRefinementFactor()

Commit-type: bug-fix, documentation, fortran
/spend 4h
Reported-by: Shatrov Oleg <shatrov.oleg.a@gmail.com>
Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu>

show more ...


# c1d2e9b6 03-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-univlabel' into 'master'

DMUniversalLabelCreate: postpone nv init after checks

See merge request petsc/petsc!3447


# 0649b39a 01-Dec-2020 Stefano Zampini <stefano.zampini@gmail.com>

DMUniversalLabelCreate: postpone nv init after checks


# d6236948 25-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-tetgen-labels' into 'master'

DM: Added universal label

See merge request petsc/petsc!3402


# 0fdc7489 25-Nov-2020 Matthew Knepley <knepley@gmail.com>

DM: Added universal label - A universal label encodes the markers for a set of labels - We need this when using systems like TetGen that only take a single label - Added tests in Plex ex11


# 15392f83 16-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-dm-section-definition' into 'master'

DM: Allow sections to be defined over only non-tensor cells - This is needed for PyLith

See merge request petsc/petsc!3403


# e0b68406 16-Nov-2020 Matthew Knepley <knepley@gmail.com>

DM: Allow sections to be defined over only non-tensor cells - This is needed for PyLith


# 4f22f141 22-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/sf-utils' into 'master'

SF: Place implementation of various utility routines in sf/utils

See merge request petsc/petsc!3360


# b0c7db22 22-Oct-2020 Lisandro Dalcin <dalcinl@gmail.com>

SF: Place implementation of various utility routines in sf/utils


# 6c30af21 20-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/change-VecGetArrayInPlace' into 'master'

Revise VecGetArray() and friends

See merge request petsc/petsc!3346


# a256111f 15-Oct-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Revise VecGetArray() and friends


# 919be3ab 18-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# cd43cfe7 16-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/docs-dmvec-manpage-seealsos' into 'release'

Docs: add more .seealso entries for DMCreateLocalVector and DMCreateGlobalVector

See merge request petsc/petsc!3350


1...<<11121314151617181920>>...72