VTK Viewer: add flag to skip DM check PetscViewerVTKAddField(), compatibility check for DMDA, PetscViewerVTKGetDM()In the DMDA case, this allows for compatible, yet different, DMDAs to be attached
VTK Viewer: add flag to skip DM check PetscViewerVTKAddField(), compatibility check for DMDA, PetscViewerVTKGetDM()In the DMDA case, this allows for compatible, yet different, DMDAs to be attached to the provided Vecs.This is done as the fields are added, by using a newPetscViewerVTKGetDM() function to check for compatibility,with the help of DMGetCompatibility(). The new flag forPetscViewerVTKAddField() is used to skip the existing, more stringentrequirement that all fields must come from vectors generated from thesame DM.
show more ...
Merged in dalcinl/viewfromoptions (pull request #1006)XXXViewFromOptionsApproved-by: BarryFSmith <bsmith@mcs.anl.gov>
Merge remote-tracking branch 'origin/maint'
Remove configure option --with-viewfromoptions
Sys: Fix for C++ compiler
Sys: fix bug in PetscOptionsGetViewerAccording to the manpage, format can be NULL. It cannot be NULL for PetscEnumFind
Sys: Fix 'extern' declarations
PetscBinaryViewerRead -> PetscViewerBinaryReadCommit-type: documentation
Merge branch 'stefano_zampini/feature-simplex2tensor-refinement-hybrid-master'
Log: various fixes and cleanups- Reorganize declarations in petsclog.h- Better -log_exclude, now applies to all registered stages- Minor fixes to implementation of -info_exclude- PCASM: Log appl
Log: various fixes and cleanups- Reorganize declarations in petsclog.h- Better -log_exclude, now applies to all registered stages- Minor fixes to implementation of -info_exclude- PCASM: Log apply-on-blocks KSP solves- Rename PetscLogDestroy() -> PetscLogFinalize() and hide it from the API
PETSCVIEWERVTK: use stdout when no filename is presentthis allows to do -xxx_view vtk: at command line
Log: Review and cleanup declarations in petsclog.h
Code can now write and read from sequential vectors for ADIOSNeed to add support for vector rstart to run in parallelCommit-type: feature
More work on ADIOS viewer and VecView/Load capabilityCommit-type: feature
Begin implementation of ADIOS viewer and basic VecView and VecLoadCommit-type: feature
Update hash table implementation* Upgrade khash.h to version 0.2.8* Add common API for hash table iterators* Add generic hash map and set APIs* Add hash map and set for integer and pair of integ
Update hash table implementation* Upgrade khash.h to version 0.2.8* Add common API for hash table iterators* Add generic hash map and set APIs* Add hash map and set for integer and pair of integers
Merge branch 'maint'
stub code for ADIOS viewer and vector viewingCommit-type: feature
PetscViewerDraw: fix unininitialized warning from valgrind
Making matlab mex files compile (need main to be defined with matlab 2018a,clang, and configured --with-mpi=0)Create correct makefile for pounders testing.
Update tester of mathematica link to handle errors the modern wayCommit-type: testing-fix,style-fix
examples: add compile target 'ex%: ex%.o' etc - and remove the corresponding dups
Merge remote-tracking branch 'origin/barry/bugfix-petscformatconvert'
fix variable names, fix comparison between signed and unsigned valuesCommit-type: bug-fix, portability-fixReported-by: nightly tests
1...<<21222324252627282930>>...43