| 1a244344 | 22-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
doc fixes |
| 26f47eff | 22-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Changed the C examples to return the error code in main() |
| a0f6b761 | 20-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-blocksize'
* knepley/fix-plex-blocksize: Plex ex12: Mark p4est requirements Plex: Fix line geometry - There was a bad dependency Plex: Fix FVM geometry - There w
Merge branch 'knepley/fix-plex-blocksize'
* knepley/fix-plex-blocksize: Plex ex12: Mark p4est requirements Plex: Fix line geometry - There was a bad dependency Plex: Fix FVM geometry - There was a bad dependency Plex: Fixed possibly bad access PetscFE: Fixed missing initializations PetscFE: PetscDualSpaceGetNumDof() can no longer return NULL - Had to implement it for Simple dual space DM: Protect possibly NULL input Plex: Fixed parallel block size for DM matrix DM: Fixed block size for LocalToGlobal mapping with PetscSection
Conflicts: config/builder.py
show more ...
|
| adac9986 | 18-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix line geometry - There was a bad dependency |
| ceee4971 | 18-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix FVM geometry - There was a bad dependency |
| a61a6145 | 18-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex ex3: no sqr of complex |
| 86b63641 | 18-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed possibly bad access |
| a9d99c84 | 18-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed parallel block size for DM matrix |
| dafc9b53 | 18-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex18: Added test for parallel mesh loads - Interpolation test is broken |
| 8f767406 | 18-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed static declaration of some functions |
| a47d0d45 | 18-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added DMPlexCreateFromCellListParallel() - This directly creates a parallel mesh from pieces |
| 4fd6e95a | 17-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/dmp4est-feature-injection' |
| aac8c263 | 16-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/dm-locate-points-sf'
* tisaac/dm-locate-points-sf: Plex: missed in IS DMLocatePoints: change output from an IS to a PetscSF, and allow initial guesses. |
| c019f295 | 16-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/dmp4est-feature-injection'
* tisaac/dmp4est-feature-injection: (27 commits) DMP4est: linear solve regression tests DMP4est: regression tests for exact interpolation/injectio
Merge branch 'tisaac/dmp4est-feature-injection'
* tisaac/dmp4est-feature-injection: (27 commits) DMP4est: linear solve regression tests DMP4est: regression tests for exact interpolation/injection PetscDualSpace: create height subspaces at setup. DMClone(): get agreement on cloning coordinates DMP4est: bump number of procs in regression test DMP4est: fix memory leaks DMP4est: added diagnostic views DMP4est: adding regression tests SNES tutorials ex12: added RUN_EXACT, solve from exact solution DMPlex: memory clean up in Injector/InterpolatorTree routines DMP4est: use DMCoarsen_Forest DMPlexComputerInterpolatorTree(): restore another work array DMPlexAnchorsModifyMat(): restore work arrays DMPlexComputeInjectorTree(): fix local / off-process bounds DMPlexComputeInjectorTree(): more fixes DMPlexComputeInjectorTree(): fix coarse/fine char mixup DMPlexComputeInjectorTree() compiles WIP: DMPlexComputeInjectorTree() Plex tests ex3: added regression tests for injectors DMPlex tests ex3: fix viewing, creating injectors ...
show more ...
|
| 64b5b27b | 16-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/plex-fix-single-prec'
* tisaac/plex-fix-single-prec: Plex tests ex3: use PETSC_SMALL Plex: handle switches between double/PetscReal in mesh generation MatNullSpaceTest():
Merge branch 'tisaac/plex-fix-single-prec'
* tisaac/plex-fix-single-prec: Plex tests ex3: use PETSC_SMALL Plex: handle switches between double/PetscReal in mesh generation MatNullSpaceTest(): make test depend on precision
show more ...
|
| 3a8547de | 16-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/plex-fix-ex3-failure-message'
* tisaac/plex-fix-ex3-failure-message: Plex ex3: bump tolerance Plex ex3: verbose failure message |
| 403a37bc | 13-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
suppress gcc -O warnings. |
| d0ec9cac | 13-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/fix-fortran-unused_variables' |
| f8708864 | 13-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'mlange/fix-plex-fluent-reader'
* mlange/fix-plex-fluent-reader: Plex ex1: Turned off binary Fluent test Plex: Fix analyzer warnings in Fluent reader Plex: Add Fluent test files a
Merge branch 'mlange/fix-plex-fluent-reader'
* mlange/fix-plex-fluent-reader: Plex ex1: Turned off binary Fluent test Plex: Fix analyzer warnings in Fluent reader Plex: Add Fluent test files and re-enable tests
show more ...
|
| 18d50ba0 | 13-Apr-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'sanderarens/fix-plex-neumann-bc'
* sanderarens/fix-plex-neumann-bc: SNES ex77: Test now passing - Fixed memory leak - Use parser for numeric output SNES ex77: Added test from Sande
Merge branch 'sanderarens/fix-plex-neumann-bc'
* sanderarens/fix-plex-neumann-bc: SNES ex77: Test now passing - Fixed memory leak - Use parser for numeric output SNES ex77: Added test from Sander - Does not work yet SNES ex77: add small penalty term to Lagrangian density. This speeds up the linear solver convergence a lot and also allows for larger pressure loadings. SNES ex62: Fixed output for proper block sizes DM: pass down block size to subIS when creating a subDM. SNES ex77: delete some unused variables. SNES ex77: call DMPlexLabelComplete for correct Dirichlet bc's. SNES+Plex: Add checks for valid IS after calls to DMLabelGetStratumIS. SNES ex77: check if IS from DMGetStratumIS is a valid pointer as it can be NULL if used in parallel. SNES: Add ex77: nonlinear elasticity with pressure loading Plex: R should be a proper rotation from \hat z to n SNES+Plex: Allow for multiple label values per boundary condition in BdResidual/BdJacobian SNES+Plex: Fix the dimensions in BdResidual/BdJacobian
show more ...
|
| dc950ef8 | 12-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/fix-static-analysis-warnings'
* tisaac/fix-static-analysis-warnings: Add missing CHKERRQ Address static analysis warnings |
| 4a516f45 | 10-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
fix unused variables in fortran examples. |
| 947b95d8 | 09-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
a few more set but not used variables detected by clang static analyzer
Time: . 1 hours |
| 3d3eaba7 | 08-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for issues found with clang static analyzer, mostly set but unused variables
Time: 1 hour |
| dc34dfa4 | 08-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
PetscDualSpace: create height subspaces at setup.
This way they can be accessed asynchronously. |