| #
a197972a
|
| 11-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/saws-options-merge-master
Totally confusing manual merge, could be wrong
Conflicts: include/petscoptions.h src/dm/impls/da/dacreate.c src/sys/objects/aoptions.c
Merge branch 'master' into barry/saws-options-merge-master
Totally confusing manual merge, could be wrong
Conflicts: include/petscoptions.h src/dm/impls/da/dacreate.c src/sys/objects/aoptions.c src/sys/threadcomm/interface/threadcomm.c
show more ...
|
| #
d52c4852
|
| 11-Feb-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: bug fix for mirrored nodes
-still remains to understand why the last local node is not mapped back
|
| #
50705773
|
| 10-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad Manual merge of makefile
Conflicts: src/sys/classes/viewer/examples/tutorials/makefile
|
| #
1b968477
|
| 08-Feb-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fixes bugs
- dirichlet dofs should be computed since the PCBDDCGraph code allows to specify nonn-consistent sets among neighbours - add dirichlet dofs to the list of simpli scalied dofs in d
PCBDDC: fixes bugs
- dirichlet dofs should be computed since the PCBDDCGraph code allows to specify nonn-consistent sets among neighbours - add dirichlet dofs to the list of simpli scalied dofs in deluxe - fix number of constraints computed during adaptive selection
show more ...
|
| #
22f14984
|
| 04-Dec-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddcgraph-improve'
|
| #
dc36bf05
|
| 03-Dec-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC; is there are no vertices in the graph, n_subset should be set to zero in the sequantial case
|
| #
4a060362
|
| 03-Dec-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added support for sequential graph analysis
this would be useful when detecting disconnected subdomains when no csr info is used (neither from the matrix, nor from the user)
|
| #
72e51967
|
| 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-unneeded-paren-petscmalloc'
Conflicts: src/mat/impls/baij/seq/baij.c
|
| #
f0321c90
|
| 30-Nov-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: renumber reference nodes for interface adaptation
the renumber will remove "holes" in the subset
|
| #
854ce69b
|
| 15-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
convert some PetscMalloc() to PetscMalloc1() remove unneeded () in first argument to PetscMalloc/Calloc1() fixes for MATLAB examples
|
| #
ee2838f6
|
| 30-Sep-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Merge branch 'tisaac/feature-fe-geom-dim' into tisaac/plex-flexible-projection
Use the new PetscFECellGeom
Conflicts: include/petscdmplex.h include/petscfe.h src/dm/impls/plex/plexfem.c
|
| #
ca3142fd
|
| 26-Sep-2014 |
Mark Adams <mfadams@lbl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/ex49-bs
|
| #
68306e3f
|
| 22-Sep-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-primalfixes'
|
| #
36625ec0
|
| 22-Aug-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: index sets should be set to null before computing them since thay have to be returned
|
| #
609885f5
|
| 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-primalfixes' into stefano_zampini/pcbddc_deluxe
|
| #
a873d5d0
|
| 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: candidates should be always computed.
they are returned back only if the pointer is not null
|
| #
d7796978
|
| 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: reverted selection of primal vertices as before 1e1f2d9
PCBDDCGraphGetCandidateIS now returns index sets only if the user asks for them
|
| #
9b70a373
|
| 10-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: special nodes should be selected as primal vertices even if they are shared by two subdomains only
they thus need to be communicated to relevant neighbours when performing graph setup
|
| #
e635b14b
|
| 14-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddcgraph-improved'
Conflicts: src/ksp/pc/impls/bddc/bddcgraph.c
|
| #
0be93d54
|
| 14-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-multilevel-improvement'
Conflicts: src/ksp/pc/impls/bddc/bddcprivate.c
|
| #
1ce3d396
|
| 03-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: restrict debugging output of pcbddcgraph on edges connected components if verbosity_level == 1
|
| #
1e1f2d93
|
| 03-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: vertices should be shared by more than 2 subregions if not lying on the global Neumann boundary
|
| #
d50ed60a
|
| 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: wrong out of bounds specification
|
| #
3c629590
|
| 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: skip out of bounds indices when importing boundary nodes
updated todo list in bddc.c
|
| #
67c9da69
|
| 01-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: improved management of field split
|