| beaa55a6 | 10-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
FE+DT: Now scalar quadrature can be used for vector systems - You do the obvious thing - Fixed minor field indexing bugs |
| 8c543595 | 10-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed general interpolation |
| 3652e64e | 10-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply
* knepley/feature-plex-tests-new: Plex+Gmsh: Fix for complex |
| cb8e8344 | 10-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Gmsh: Fix for complex |
| 14a13c55 | 10-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply
* knepley/feature-plex-tests-new: fix accidently changed code another fix for Plex for complex numbers fix for
Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply
* knepley/feature-plex-tests-new: fix accidently changed code another fix for Plex for complex numbers fix for example that did not handle complex numbers correctly mark example tests that do not work with complex, fix warning about use of possibly uninitialized values Fix MPI type to match PetscReal No Matt triangle is not by default installed on every machine in the world Matt forgot to require triangle in many tests fix incorrect requires, fix incorrect name for __float128 since hdf5 doesn't allow PETSc to be built with 16 or 128 bit floating point then say it fix requires removed unneeded change to test harness since already supports requires: double bunch of fixes in plex tests and code for single precision Many missing requires ctetgen Certain test examples require ctetgen but it is not listed in test rules
show more ...
|
| b420b6cc | 10-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Need to initialize value array in projection |
| 96a26029 | 09-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
fix accidently changed code |
| 21016a8b | 09-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
another fix for Plex for complex numbers
Reported-by: nightly tests |
| 7f662ca5 | 09-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
mark example tests that do not work with complex, fix warning about use of possibly uninitialized values
Reported-by: nightly tests |
| 16103cd9 | 09-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1f90: Fixed requires |
| fd0cb99d | 09-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex3: DA tests broken - I am not sure I will actually fix these |
| 9c3cf19f | 09-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFE+FV: Now discretization can be vector spaces - Space and DualSpace have a number of components - Now the dimension of a space incorporates the components, so all size determinations changed -
PetscFE+FV: Now discretization can be vector spaces - Space and DualSpace have a number of components - Now the dimension of a space incorporates the components, so all size determinations changed - The default is to form direct sums of scalar spaces, e.g. for constants (1, 0) and (0, 1) so every basis vector is a vector with only one component nonzero - DualSpaceApply() is now handled by the implementation - FE now uses numDof directly from the DualSpace - Changed SpaceDG --> SpacePoint - Updated ex3 tests (DA and p4est is still broken)
show more ...
|
| d9cfc664 | 07-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix MPI type to match PetscReal |
| 50df70e0 | 07-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
fix incorrect requires, fix incorrect name for __float128 |
| b96702c7 | 06-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix requires |
| cc6f2a95 | 06-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
removed unneeded change to test harness since already supports requires: double
Thanks-to: Satish Balay <balay@mcs.anl.gov> |
| fba955cc | 06-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
bunch of fixes in plex tests and code for single precision
Reported-by: nightly tests |
| e3972132 | 06-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Certain test examples require ctetgen but it is not listed in test rules
Reported-by: nightly tests |
| aef41865 | 05-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply
* knepley/feature-plex-tests-new: (72 commits) SNES ex69: Mantle tests are currently broken SNES ex69: Added outp
Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply
* knepley/feature-plex-tests-new: (72 commits) SNES ex69: Mantle tests are currently broken SNES ex69: Added output for mantle tests Plex ex1: Parallel tests now use fixed partition Plex ex3: Turn on tests for P3 Plex: Make in-box check more robust Plex: Make in-cell check more robust to noise fix more 'requires' some fixes for arch-mswin-uni TS ex18: Fixed declaration more 'requires:' fixes fix format error arch-next/lib/petsc/conf/testfiles:1112: *** empty variable name. Stop. SNES ex69: Fixed requirements SNES ex77: Fix for warning SNES ex2: Fix for warning TS ex18: Tests passing Enable replace when file does not exist TS ex18: Tests added TS ex47: Tests added TS ex46: Tests passing TS ex45: Tests passing ...
show more ...
|
| b6f3c738 | 05-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix the fix |
| f47a9c06 | 04-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Parallel tests now use fixed partition |
| 3c67d5ad | 03-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix -Wmaybe-uninitialized |
| 6b8858a1 | 03-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
%d format that should be %D for PetscInt |
| a8f00d21 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: Fix function name |
| d9879d6b | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix declaration |