| #
ed0ed7c6
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test
|
| #
ea2bdf6d
|
| 13-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Check return code of LAPACK calls
|
| #
ce6be926
|
| 10-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-doc-space' into 'master'
Knepley/feature doc space
See merge request petsc/petsc!2016
|
| #
15310ec5
|
| 08-Sep-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE: These are needed by the OpenCL implementation
|
| #
2b99622e
|
| 22-Aug-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE: Fix documentation
|
| #
89583661
|
| 21-Jun-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]
|
| #
580bdb30
|
| 07-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms
Replace a couple multi-mallocs with a single malloc Replace backwards loops in MatSetValues_*()
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms
Replace a couple multi-mallocs with a single malloc Replace backwards loops in MatSetValues_*() with PetscArraymove()
Commit-type: style-fix, feature
show more ...
|
| #
641a501f
|
| 02-Jun-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-dualspace-bdm (pull request #1699)
Knepley/feature dualspace bdm
|
| #
4dcf62a8
|
| 31-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
fix -Wmaybe-uninitialized warnings with arch-c-exodus-dbg-builder
|
| #
3fe841f2
|
| 31-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+FE: Fixed improper reference for coordinates
|
| #
9f209ee4
|
| 12-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE+Plex: Use cell and face geometry in boundary integration
|
| #
d6a4658e
|
| 21-May-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-plex-pullback (pull request #1632)
Plex: Implemented pullback/pushforward
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
a8f1f9e5
|
| 07-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+FE: Moved internal functions from header to fe.c Suggested-by: Jed Brown <jed@jedbrown.org>
|
| #
4bee2e38
|
| 06-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Implemented pullback/pushforward - Added k to PetscDualSpace. It indicates what kind of transformation we use. - DualSpace does pullback and FE integration routines do pushforward - All integra
Plex: Implemented pullback/pushforward - Added k to PetscDualSpace. It indicates what kind of transformation we use. - DualSpace does pullback and FE integration routines do pushforward - All integration now takes a PetscFEGeom argument and pushes forward correctly - Added PetscDualSpaceTransformType - Removed TransformF() because we now transform the basis function instead - Chaged workspace management in DS - Updated L2 diff functions - Updated interpolation functions - Added way to output exact solution in DMSNESCheck()
show more ...
|
| #
811966d4
|
| 03-May-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/feature-dm-global-basis (pull request #1582)
Knepley/feature dm global basis
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
8bdb3c71
|
| 03-May-2019 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Small fixes
|
| #
8000f006
|
| 15-Mar-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
b90b2d02
|
| 13-Mar-2019 |
Matthew Knepley <knepley@gmail.com> |
Merged in knepley/fix-surface-integration (pull request #1435)
Knepley/fix surface integration
|
| #
b07bd890
|
| 13-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE: Initialize variable to shut up idiot compilers without a proper use/disuse chain
|
| #
47a6c934
|
| 11-Mar-2019 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE: If the aux field is on a boundary mesh, so we are not using face quadrature, index tabulation by only the quad point number
|
| #
a1a5ab92
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
2c2595ff
|
| 20-Dec-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-plex-partition-parallel
* master: (414 commits) very small updates to users manual syntax is define(XXX) in examples tests not defined(XXX) Increase patc
Merge branch 'master' into knepley/fix-plex-partition-parallel
* master: (414 commits) very small updates to users manual syntax is define(XXX) in examples tests not defined(XXX) Increase patchlevel to 3.10.3 petsc4py: updat to latest maint snapshot with SNESTEST updates Fix link for CUDA example in PETSc from GPUs.html page Minor fixes to installation instructions Mat: Fixed types in Pardiso interface Converted example comment to latex This example crashes (for unknown reasons, probably related to the handling of extended derived types passed as arguments) with the PGI Fortran compiler Remove outdated requires: from top of several examples remove outdated test requires: command from top of source file Fix the documentation for -ksp_gmres_cgs_refinement_type Commit f20c2d659b168217cb455989f28afe052d71a64c broke lex.py so the users manual was no longer being built. There reverted the changes to lex.py Plex: Add PetscPartitioner to fort list Suggested-by: Jiaoyan Li <Jiaoyan.Li@inl.gov> Doc: Fix spelling Suggested-by: Manuel Colera Rico <m.colera@upm.es> Mat ex88: check in double or quad precision only Fix error with PetscComplex when PETSc is compiled with C and used in C++ configure: fix typo endwith -> endswith Sys ex23: Migrated to ts_max_time in yaml file as well. AO ex5: Fixed missing CHKERRQ(); Mat test ex88: add tests for MatMultAdd and MatMultTranposeAdd ...
Conflicts: src/dm/impls/plex/examples/tests/ex12.c
show more ...
|
| #
34d8b122
|
| 09-Dec-2018 |
Patrick Farrell <patrick@pefarrell.org> |
Merge branch 'master' into knepley/feature-snes-patch
Not sure if this has done the right thing because there are no tests yet. Also, the fortran stubs break (it doesn't know what to do with SNESCo
Merge branch 'master' into knepley/feature-snes-patch
Not sure if this has done the right thing because there are no tests yet. Also, the fortran stubs break (it doesn't know what to do with SNESCompositeType), and I don't know how to fix it.
show more ...
|
| #
f35fe2a5
|
| 06-Dec-2018 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
83c10b7e
|
| 04-Dec-2018 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Merged petsc/petsc into master
|