| 922a7158 | 22-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix REFINER_SIMPLEX_TO_HEX_{2|3}D to handle localized coordinates |
| d89bd21c | 20-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| 3e7cab22 | 16-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Consistent specification of finite element collection for high-order mesh |
| ab166b77 | 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| 5bee3463 | 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-glvis-homesh' into maint |
| f8e4ee60 | 20-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| 7b2da17c | 20-Nov-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlex: Fix Gmsh binary reader |
| bf699768 | 15-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-adaptor-plex' into knepley/feature-plex-adjoint-prelim
* knepley/feature-adaptor-plex: (38 commits) SNES ex12: Fixed AMR tests - Cleaned up use of r Vec - Updated out
Merge branch 'knepley/feature-adaptor-plex' into knepley/feature-plex-adjoint-prelim
* knepley/feature-adaptor-plex: (38 commits) SNES ex12: Fixed AMR tests - Cleaned up use of r Vec - Updated output DMAdaptor: Fixes handling of original Vec and DM - Fix handling of input vector x - Only LABEL needs a Plex conversion fixed uninitialized var SNES ex12: Added adaptation test for p4est DMAdaptor: Error indicator working for p4est on SNES ex12 - Changed DMAdaptor to a DM class - Added DMAdaptorComputeErrorIndicator_Private() - Added DMAdaptorSimpleErrorIndicator_Private() - Name projected solution vector PetscFE: Added PetscFEInterpolateFieldAndGradient_Internal() DMPlexComputeGradientClementInterpolant: fix debug statement for complex SMAdaptor: Fix for complex ev decamp compile fixes DMAdaptor: Correct warnings and complex problems Plex: Added versions of the Det functions that take Scalar data DMAdaptor: Declare DMAdaptorSet/GetSequenceLength() SNES+ex12: Added support for ascii_info_detail in -snes_converged_reason - It prints the L_2 error using the DS information - SNES ex12 output updated DMAdaptor: Added options - Added options for N_adapt, refinement factor, h_min and h_max SNES ex12: I finally think test output is correct DMAdaptor: Refine viewing SNES ex12: Updated adaptation tests - Added sequential adaptation SNES: Added -snes_adapt_sequence - Eventually remove snes_grid_sequence DMAdaptor: - Added sequential adaptation - Added DMAdaptorGet/SetSequenceLength() - Use AdaptationCriterion now - Added untested unstructured interpolation DMAdaptor: Now I have AdaptationStrategy and AdaptationCriterion - Fixed some docs ...
show more ...
|
| e74666bc | 15-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: fix uninitialized value |
| 77eacf09 | 12-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscViewerGLVis: added initial support for visualization of higher-order meshes
Added PetscViewerGLVisSetPrecision to reduce socket traffic |
| 492b8470 | 14-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
small fixes |
| 4c67ea77 | 14-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: always read options to not be bothered by options_left
use cutLabel consistently instead of cutMarker |
| 9ea3c35b | 13-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix reading for .msh format for byte swapping
The code was originally buggy because it NEVER swapped the doubles, the code only worked because it was tested with binary files that did not need swapp
Fix reading for .msh format for byte swapping
The code was originally buggy because it NEVER swapped the doubles, the code only worked because it was tested with binary files that did not need swapping
Commit-type: bug-fix, portability-fix Reported-by: nightly builds Thanks-to: Satish Balay <balay@mcs.anl.gov>
show more ...
|
| 275fc1ae | 22-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
fix typo, missing e in baseptr
Commit-type: bug-fix Reported-by: travis |
| 69291d52 | 22-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove use of PetscDataType from DMGetWorkArray() and one absurd usage
Part of process of removing PetscDataType from PETSc since it duplicates MPI_Datatype Commit-type: style-fix Thanks-to: Jed Bro
Remove use of PetscDataType from DMGetWorkArray() and one absurd usage
Part of process of removing PetscDataType from PETSc since it duplicates MPI_Datatype Commit-type: style-fix Thanks-to: Jed Brown <jed@jedbrown.org>
show more ...
|
| 19e8fbda | 12-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/stefano_zampini/feature-glvis-supportdmcomposite' |
| e75865b8 | 12-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/knepley/feature-plex-l2-projection' |
| 579148ee | 12-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jed/variadic-malloc' |
| 4c848028 | 11-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Small fix to debug print |
| 4cac2994 | 09-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
PETSCVIEWERGLVIS: change some internal prototype to prepare for supporting DMComposite |
| 2b972b67 | 08-Nov-2017 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlex tutorial ex5.c whitespace |
| 9b774fed | 08-Nov-2017 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlex tutorial ex5.c: partitioner settable from options |
| bac2372f | 06-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/use-mpi-datatype-F90Array' |
| 488f2a70 | 06-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/remove-unneeded-use-of-petscdatatype' |
| 834d4f01 | 05-Nov-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+MED: It appears that MED, at least that produced by GMsh, inverts test and hexes - Just copied the code from GMsh |