| #
d864a3ea
|
| 20-Aug-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
DM: Add DMProjectCoordinates()
|
| #
fe4f3632
|
| 15-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-stokes-tutorial' into 'master'
Knepley/feature plex stokes tutorial
See merge request petsc/petsc!3038
|
| #
8cda7954
|
| 10-Aug-2020 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Nullspace constructor should report old and new field numbers
|
| #
f5eb452d
|
| 13-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/feature-plex-gmsh' into 'master'
DMPlex: Enhancements to the Gmsh reader
See merge request petsc/petsc!3047
|
| #
63d74035
|
| 09-Aug-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
DM: Fix DMPolytopeTypes name list
|
| #
caa22a8a
|
| 04-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rlwalker/feature-plex-example-poroelasticity-cryer' into 'master'
Rlwalker/feature plex example poroelasticity cryer
See merge request petsc/petsc!3013
|
| #
56cf3b9c
|
| 27-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Need to add BC for the solution time derivative in TS problems - Added DMPlexInsertTimeDerivativeBoundaryValues() - Added time derivative of the solution argument to DMAddBoundary(), DMGetBou
Plex: Need to add BC for the solution time derivative in TS problems - Added DMPlexInsertTimeDerivativeBoundaryValues() - Added time derivative of the solution argument to DMAddBoundary(), DMGetBoundary(), PetscDSAddBoundary(), PetscDSUpdateBoundary(), PetscDSGetBoundary()
show more ...
|
| #
51635343
|
| 20-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-ts-checks' into 'master'
TS+Plex: Convergence estimation now working of time dependent PDEs
See merge request petsc/petsc!2985
|
| #
f2cacb80
|
| 18-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
TS+Plex: Convergence estimation now working of time dependent PDEs - Add exact solution time derivative to DS - Put monitor in ConvEst for TS - Fixed error determination in ConvEst for TS
Co-Authore
TS+Plex: Convergence estimation now working of time dependent PDEs - Add exact solution time derivative to DS - Put monitor in ConvEst for TS - Fixed error determination in ConvEst for TS
Co-Authored-By: Brad Aagaard <baagaard@usgs.gov>
show more ...
|
| #
1a6d42aa
|
| 04-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-exact-solution' into 'master'
Knepley/feature dm exact solution
See merge request petsc/petsc!2940
|
| #
7f96f943
|
| 02-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Now DS stores exact solution functions for everything - Added DMComputeExactSolution() - DMSNES/TSCheck*() now use DS for functions
|
| #
bfb203ca
|
| 25-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-plexrefiner-boundarylayer' into 'master'
feature plexrefiner boundarylayer
See merge request petsc/petsc!2881
|
| #
f73ac301
|
| 23-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-tensor-closure-depth' into 'master'
Jed/plex tensor closure depth
See merge request petsc/petsc!2802
|
| #
a5801f52
|
| 07-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: Extend boundary layer refiner
customize number of splits and progression factor
|
| #
1d3af9e0
|
| 23-Jun-2020 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Add DMFindRegionNum()
|
| #
00d952a4
|
| 17-May-2020 |
Jed Brown <jed@jedbrown.org> |
DMGetWorkArray: use Valgrind client request to mark invalid
|
| #
41f98108
|
| 22-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-check-multiple-ds' into 'master'
Knepley/feature plex check multiple ds
See merge request petsc/petsc!2806
|
| #
083401c6
|
| 13-May-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+SNES: Large update to support multiple DSes - Now allow simple divisions of the domain with DMSetField() - DMPlexComputeResidual_Internal() supports multiple DSes - DMPlexComputeJacobian_Interna
Plex+SNES: Large update to support multiple DSes - Now allow simple divisions of the domain with DMSetField() - DMPlexComputeResidual_Internal() supports multiple DSes - DMPlexComputeJacobian_Internal() supports multiple DSes - DMSNESCheckDisretization() supports multiple DSes - DMSNESCheckResidual() supports multiple DSes - DMSNESCheckJacoiban() supports multiple DSes - DMComputeL2FieldDiff() supports multiple DSes - PetscConveEst supports multiple DSes - Fixed bug refering to cStart from a cellIS - Added PetscDSGetQuadrature() - Added DMSetField_Internal() - Added DMSetRegionNumDS() - Protect PetscSectionView() from empty bcIndices - ISDifference now allows a NULL second argument
show more ...
|
| #
b976369d
|
| 19-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-hybrid-assembly' into 'master'
Knepley/fix plex hybrid assembly
See merge request petsc/petsc!2793
|
| #
665f567f
|
| 01-Apr-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: More hybrid fixes - Converted hybrid assembly to use PetscTabulation - Protect for NULL discretizations, which happen with no dofs for a field - Added PetscDiscType enum - Changed PetscDSIsFE_I
Plex: More hybrid fixes - Converted hybrid assembly to use PetscTabulation - Protect for NULL discretizations, which happen with no dofs for a field - Added PetscDiscType enum - Changed PetscDSIsFE_Internal() to PetscDSGetDiscType_Internal() - Must inject coordinates from hybrid cells into the ambient space
show more ...
|
| #
9310035e
|
| 12-Jun-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Handle multiple DSes - Fixed CreateSubDM() - Made DMCreateDS() idempotent - When creating section, must read BC from all DSes
|
| #
360cf244
|
| 07-Feb-2019 |
Matthew G. Knepley <knepley@gmail.com> |
DM+DT: Small fixes - Disallow negative cell numbers - Discretizations need to be PETSC_COMM_SELF in order for parallel assembly to work now - Quadrature should also be PETSC_COMM_SELF - FE Optimizati
DM+DT: Small fixes - Disallow negative cell numbers - Discretizations need to be PETSC_COMM_SELF in order for parallel assembly to work now - Quadrature should also be PETSC_COMM_SELF - FE Optimization and documentation fixes
show more ...
|
| #
e7a4bfd4
|
| 02-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
990599f2
|
| 02-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'origin/jed/dm-plex-doc' into maint
DMPlexCreateBasisRotation: mention in relevant places
See merge request petsc/petsc!2770
|
| #
436bc73a
|
| 01-May-2020 |
Jed Brown <jed@jedbrown.org> |
DMPlexCreateBasisRotation: mention in relevant places
|