History log of /petsc/src/dm/impls/plex/ (Results 2476 – 2500 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6766dcbc11-Jan-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/pr1206/arcowie-rem/feature-error-logging/master'


/petsc/include/petsc/private/pcmgimpl.h
/petsc/include/petscconvest.h
/petsc/include/petscdm.h
/petsc/include/petsclog.h
/petsc/lib/petsc/bin/configureTAS.py
/petsc/lib/petsc/bin/petsc_tas_analysis.py
/petsc/lib/petsc/bin/petsc_tas_style.mplstyle
/petsc/src/dm/dt/space/impls/poly/spacepoly.c
/petsc/src/dm/field/impls/ds/dmfieldds.c
examples/tests/output/ex20_3d_ctetgen.out
plexcreate.c
plexrefine.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex29_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex29_5_alt.out
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex17.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/output/ex13_2d_p1_0.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p1_gmg_fcycle.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p1_gmg_vcycle.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p1_scalable.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p2_0.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_p3_0.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_q1_0.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_q2_0.out
/petsc/src/snes/examples/tutorials/output/ex13_2d_q3_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_p1_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_p2_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_p3_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_q1_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_q2_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_q3_0.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p1_quad_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p1_quad_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p1_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p1_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p2_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p2_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p3_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_p3_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q1_quad_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q1_quad_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q1_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q1_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q2_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q2_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q3_trig_elas.out
/petsc/src/snes/examples/tutorials/output/ex17_3d_q3_trig_vlap.out
/petsc/src/snes/examples/tutorials/output/ex62_2d_tri_p2_p1_gmg_vcycle.out
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/convest.c
/petsc/src/snes/utils/dmlocalsnes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/eventlog.c
/petsc/src/vec/is/utils/vsectionis.c
5a80762911-Jan-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

VecView_Plex_Local_HDF5_Internal: PetscViewerHDF5WriteObjectAttribute() BEFORE subv is destroyed

adb363a217-Dec-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

update use of attribute IO elsewhere in petsc

b2e549e209-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

Plex+Doc: Document options for DMPlexCreateBoxMesh()

c9bae25a07-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Can now give bounds to DMPlexCreateBoxMesh() from options
- Use -dm_plex_box_lower and dm_plex_box_upper

7faa958d05-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'knepley/feature-section-label'

e5e5263804-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

DM+DS: Reorganized DS handling completely do that multiple regions can be supported
- A region is labeled portion of the mesh which has the same approximation space for the solution. Note that this i

DM+DS: Reorganized DS handling completely do that multiple regions can be supported
- A region is labeled portion of the mesh which has the same approximation space for the solution. Note that this is NOT the same as the label indicating the support of a field. Regions are the refinement of the field supports into unique approximation space pieces. Right now, we only support a single strategy, namely one space on the regular mesh and one on the hybrid cells, but we only have to change DMCreateDS() to extend the capability.
- Now instead of using PetscDSSetDiscretization() and DMSetDS(), you use DMSetField() and DMCreateDS(). Also, you now must use DMCopyDisc(), instead of DMSetDS(), which copies both the field and DS structure to another DM. These changes have been made in all examples.
- DMGetCellDS() returns the approximation space for that cell
- DMGetDS() return the default space since most people will not use regions. There is still a lot of work left t generalize all methods to multiple DSes, but all old code still functions.
- DMGetRegion/RegionNumDS() gets spaces by label and region number
- DMCreateDS() is the setup method which makes the regions and corresponding DSes. With some work, this could be converted to a lazy initialization.
- Cleaned up access to DS since now we can have more than one
- Projection was improved to extract the DS for the particular cells it is iterating over
- The DS are set from options during Section creation. The idea is that people using DS would also use automatic Section creation, or they would manage things themselves and call SetFromOptions manually.
- I updated the subDM and superDM constructors, but they only work for a single region

show more ...

4de7b8c003-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

One must explictly set a Fortran pointer to NULL() to insure that dissassociated()
works correctly on it.

Commit-type: bug-fix, portability-fix, testing-fix
Reported-by: nightly tests

350194ab03-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

missing ,ierr

Commit-type: bug-fix, testing-fix

b0ff846202-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'knepley/fix-plex-partition-parallel'


/petsc/config/BuildSystem/config/packages/mkl_sparse_optimize.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/gmakefile
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/petscdsimpl.h
/petsc/include/petscds.h
/petsc/include/petscksp.h
/petsc/include/petscpc.h
/petsc/src/dm/dt/fe/interface/fegeom.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/examples/tests/ex51.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tests/output/ex51_1.out
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/f90-mod/makefile
/petsc/src/dm/f90-mod/petscdmdamod.F
/petsc/src/dm/f90-mod/petscdmmod.F
examples/tests/ex12.c
examples/tests/ex18.c
examples/tests/ex24.c
examples/tests/output/ex12_lb_0.out
examples/tests/output/ex12_lb_1.out
examples/tests/output/ex1_part_parmetis_0.out
examples/tests/output/ex1_part_ptscotch_0.out
examples/tests/output/ex1_part_ptscotch_1.out
examples/tests/output/ex24_3.out
examples/tutorials/ex5.c
plexpartition.c
/petsc/src/dm/impls/stag/examples/tutorials/ex1.c
/petsc/src/dm/impls/stag/examples/tutorials/ex2.c
/petsc/src/dm/impls/stag/examples/tutorials/ex3.c
/petsc/src/dm/impls/stag/examples/tutorials/output/ex3_2.out
/petsc/src/dm/impls/stag/examples/tutorials/output/ex3_2_alt_4.out
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/f90-mod/makefile
/petsc/src/ksp/f90-mod/petscksp.h
/petsc/src/ksp/f90-mod/petsckspdefmod.F
/petsc/src/ksp/f90-mod/petsckspmod.F
/petsc/src/ksp/f90-mod/petscpcmod.F
/petsc/src/ksp/ksp/examples/tests/ex51.c
/petsc/src/ksp/ksp/examples/tests/ex52f.F
/petsc/src/ksp/ksp/examples/tests/output/ex3_chebyest.out
/petsc/src/ksp/ksp/examples/tests/output/ex3_chebynoest.out
/petsc/src/ksp/ksp/examples/tests/output/ex51_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex51_2_alt.out
/petsc/src/ksp/ksp/examples/tutorials/ex15f.F90
/petsc/src/ksp/ksp/examples/tutorials/ex49.c
/petsc/src/ksp/ksp/examples/tutorials/ex54.c
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/ex61f.F90
/petsc/src/ksp/ksp/examples/tutorials/ex72.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex15_tsirm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex22_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex29_telescope.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_chebyest_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex32_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex34_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex35_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex35_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex36_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_nested_gmg.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex45f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex49_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_tut_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_NC.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_sa.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_latebs-2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_latebs.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_ml.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_nns.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_nns_telescope.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex66_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_zeropivot.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_zeropivot_3.out
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgls.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/fcg/fcg.c
/petsc/src/ksp/ksp/impls/fetidp/fetidp.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/ksp/impls/python/pythonksp.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/impls/tsirm/tsirm.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/lsc/lsc.c
/petsc/src/ksp/pc/impls/mg/fmg.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/smg.c
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/telescope/telescope.c
/petsc/src/ksp/pc/impls/telescope/telescope_dmda.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex173.c
/petsc/src/mat/examples/tests/ex182.c
/petsc/src/mat/examples/tests/ex220.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex182_2.out
/petsc/src/mat/examples/tests/output/ex182_4.out
/petsc/src/mat/examples/tests/output/ex182_6.out
/petsc/src/mat/examples/tests/output/ex220_1.out
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/examples/tutorials/ex17.c
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/examples/tutorials/ex9.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/examples/tutorials/output/ex17_1.out
/petsc/src/mat/examples/tutorials/output/ex1_1.out
/petsc/src/mat/examples/tutorials/output/ex2_1.out
/petsc/src/mat/examples/tutorials/output/ex9_1.out
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/snes/examples/tests/ex68.c
/petsc/src/snes/examples/tests/ex69.c
/petsc/src/snes/examples/tests/output/ex68_1.out
/petsc/src/snes/examples/tests/output/ex68_2.out
/petsc/src/snes/examples/tests/output/ex69_4.out
/petsc/src/snes/examples/tests/output/ex69_5.out
/petsc/src/snes/examples/tests/output/ex69_8.out
/petsc/src/snes/examples/tests/output/ex69_8_alt.out
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex56.c
/petsc/src/snes/examples/tutorials/output/ex12_39.out
/petsc/src/snes/examples/tutorials/output/ex12_44.out
/petsc/src/snes/examples/tutorials/output/ex12_44_alt.out
/petsc/src/snes/examples/tutorials/output/ex12_gmg_bddc.out
/petsc/src/snes/examples/tutorials/output/ex12_gmg_bddc_alt.out
/petsc/src/snes/examples/tutorials/output/ex16_1.out
/petsc/src/snes/examples/tutorials/output/ex16_2.out
/petsc/src/snes/examples/tutorials/output/ex19_tut_2.out
/petsc/src/snes/examples/tutorials/output/ex19_tut_5.out
/petsc/src/snes/examples/tutorials/output/ex20_1.out
/petsc/src/snes/examples/tutorials/output/ex25_1.out
/petsc/src/snes/examples/tutorials/output/ex25_2.out
/petsc/src/snes/examples/tutorials/output/ex56_0.out
/petsc/src/snes/examples/tutorials/output/ex58_1.out
/petsc/src/snes/examples/tutorials/output/ex58_2.out
/petsc/src/snes/examples/tutorials/output/ex5_1.out
/petsc/src/snes/examples/tutorials/output/ex5_2.out
/petsc/src/snes/examples/tutorials/output/ex5_3.out
/petsc/src/snes/examples/tutorials/output/ex5_4.out
/petsc/src/snes/examples/tutorials/output/ex5_4_alt.out
/petsc/src/snes/examples/tutorials/output/ex62_20_parmetis.out
/petsc/src/snes/examples/tutorials/output/ex9_6.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/tao/examples/tutorials/output/ex3_guess_pod.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex3.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex3_1.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex3_1_alt.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex3_1_alt_2.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex3_1_alt_3.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex3_1_alt_4.out
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex34.c
/petsc/src/ts/examples/tutorials/ex42.c
/petsc/src/ts/examples/tutorials/output/ex11_adv_0.out
/petsc/src/ts/examples/tutorials/output/ex11_glvis_adv_2d_quad.out
/petsc/src/ts/examples/tutorials/output/ex11_glvis_adv_2d_tet.out
/petsc/src/ts/examples/tutorials/output/ex42.out
/petsc/src/ts/examples/tutorials/output/ex47_2d_p1p1_mg_r1.out
/petsc/src/ts/interface/tsrhssplit.c
/petsc/src/vec/vec/examples/tests/ex13.c
4db1fa6a02-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

another attemp

Commit-type: i.e. bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim,

another attemp

Commit-type: i.e. bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...

8f18857302-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

Attempt to determine if the pointer to array object from Fortran has never been pointed to allocated space.

This is just a guess and could likely fail.

Commit-type: bug-fix
Reported-by: nightly tes

Attempt to determine if the pointer to array object from Fortran has never been pointed to allocated space.

This is just a guess and could likely fail.

Commit-type: bug-fix
Reported-by: nightly tests

show more ...

24f1451e31-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex18: Screwed up last fix

44a7f3dd31-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

DM: Reorganized DM fields
- A field is defined by a discretization (PetscFE or PetscFV) and a region (DMLabel or NULL)
- This will feed into the creation of PetscDS for every different cell system
-

DM: Reorganized DM fields
- A field is defined by a discretization (PetscFE or PetscFV) and a region (DMLabel or NULL)
- This will feed into the creation of PetscDS for every different cell system
- Changed interface for Get/SetField to add the region

show more ...

49aaa20030-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex18: Parallel partitioning for uninterpolated meshes never really worked

57b429b230-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex5: These tests are broken because Exodus is creating unattached edges

bf1620cd30-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex24: DM comparison does not work for interpolated meshes

20f24acb30-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex24: Non-interpolated parallel partitioning never worked
- Update viewer output

ffbd616330-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Parallel partitioning with an uninterpolated mesh does not work

8e1647dd29-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Bad merge
reported-by: Barry Smith <bsmith@mcs.anl.gov>

67216b0a29-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Merge remote-tracking branch 'origin/knepley/feature-section-label' into knepley/feature-multiple-ds

* origin/knepley/feature-section-label:
Plex ex1f90: Updated to new interface
DM: More Fortra

Merge remote-tracking branch 'origin/knepley/feature-section-label' into knepley/feature-multiple-ds

* origin/knepley/feature-section-label:
Plex ex1f90: Updated to new interface
DM: More Fortran bindings

show more ...

4cc838fd29-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex1f90: Updated to new interface

bf2f779e29-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Merge remote-tracking branch 'origin/knepley/feature-section-label' into knepley/feature-multiple-ds

* origin/knepley/feature-section-label:
Plex: Changed interface for DMPlexCreateSection() - Now

Merge remote-tracking branch 'origin/knepley/feature-section-label' into knepley/feature-multiple-ds

* origin/knepley/feature-section-label:
Plex: Changed interface for DMPlexCreateSection() - Now get dim and numFields from the DM - Can give a label indicating where a field is supported - Updated use in examples
Plex: Move section calculation into another file

show more ...


/petsc/config/BuildSystem/config/packages/mkl_sparse_optimize.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petscdmlabel.h
/petsc/include/petscdmplex.h
/petsc/include/petscfe.h
/petsc/include/petscksp.h
/petsc/include/petscpc.h
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/examples/tests/ex5.c
/petsc/src/dm/dt/examples/tests/output/ex5_0.out
/petsc/src/dm/dt/fe/interface/fe.c
/petsc/src/dm/dt/fe/interface/fegeom.c
/petsc/src/dm/dt/space/impls/poly/spacepoly.c
/petsc/src/dm/dt/space/impls/tensor/spacetensor.c
/petsc/src/dm/examples/tutorials/ex20.c
/petsc/src/dm/examples/tutorials/ex21.c
/petsc/src/dm/f90-mod/petscdmplex.h90
/petsc/src/dm/field/examples/tutorials/ex1.c
/petsc/src/dm/field/examples/tutorials/output/ex1_ds.out
examples/tests/ex10.c
examples/tests/ex11.c
examples/tests/ex15.c
examples/tests/ex9.c
examples/tutorials/ex1.c
examples/tutorials/ex6.c
f90-custom/makefile
f90-custom/zplexf90.c
f90-custom/zplexsectionf90.c
makefile
plex.c
plexsection.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/f90-mod/petscksp.h
/petsc/src/ksp/ksp/examples/tests/ex51.c
/petsc/src/ksp/ksp/examples/tests/ex52f.F
/petsc/src/ksp/ksp/examples/tests/output/ex51_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex51_2_alt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_zeropivot.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex72_zeropivot_3.out
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgls.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/fcg/fcg.c
/petsc/src/ksp/ksp/impls/fetidp/fetidp.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/ksp/impls/python/pythonksp.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/impls/tsirm/tsirm.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/lsc/lsc.c
/petsc/src/ksp/pc/impls/mg/fmg.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/smg.c
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/telescope/telescope.c
/petsc/src/ksp/pc/impls/telescope/telescope_dmda.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/snes/examples/tests/output/ex69_4.out
/petsc/src/snes/examples/tests/output/ex69_5.out
/petsc/src/snes/examples/tutorials/output/ex12_44_alt.out
/petsc/src/ts/interface/tsrhssplit.c
baef929f29-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Changed interface for DMPlexCreateSection()
- Now get dim and numFields from the DM
- Can give a label indicating where a field is supported
- Updated use in examples

ebdc3ca928-Dec-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/feature-label-object' [PR #1284]

* knepley/feature-label-object:
DMLabel: Make it a PetscObject


/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/mkl_sparse_optimize.py
/petsc/include/makefile
/petsc/include/petsc/private/dmlabelimpl.h
/petsc/include/petsc/private/tshistoryimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmlabel.h
/petsc/include/petscts.h
/petsc/src/dm/impls/forest/examples/tests/ex2.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/forest/p4est/pforest.c
examples/tests/ex10.c
examples/tests/ex11.c
examples/tests/ex20.c
examples/tests/ex23.c
examples/tests/ex6.c
plex.c
plexadapt.c
plexdistribute.c
plexgeometry.c
plexhdf5.c
plexmed.c
plexrefine.c
plexsubmesh.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/dm/label/ftn-custom/zdmlabel.c
/petsc/src/docs/tex/manual/abstract.tex
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/tex/manual/intro.tex
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/index.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/docs/website/publications/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/mat/color/impls/greedy/greedy.c
/petsc/src/mat/color/impls/jp/jp.c
/petsc/src/mat/color/impls/power/power.c
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/mat/impls/baij/seq/baijsolvnat1.c
/petsc/src/mat/impls/baij/seq/baijsolvnat11.c
/petsc/src/mat/impls/baij/seq/baijsolvnat14.c
/petsc/src/mat/impls/baij/seq/baijsolvnat15.c
/petsc/src/mat/impls/baij/seq/baijsolvnat2.c
/petsc/src/mat/impls/baij/seq/baijsolvnat3.c
/petsc/src/mat/impls/baij/seq/baijsolvnat4.c
/petsc/src/mat/impls/baij/seq/baijsolvnat5.c
/petsc/src/mat/impls/baij/seq/baijsolvnat6.c
/petsc/src/mat/impls/baij/seq/baijsolvnat7.c
/petsc/src/mat/impls/baij/seq/baijsolvtran1.c
/petsc/src/mat/impls/baij/seq/baijsolvtran2.c
/petsc/src/mat/impls/baij/seq/baijsolvtran3.c
/petsc/src/mat/impls/baij/seq/baijsolvtran4.c
/petsc/src/mat/impls/baij/seq/baijsolvtran5.c
/petsc/src/mat/impls/baij/seq/baijsolvtran6.c
/petsc/src/mat/impls/baij/seq/baijsolvtran7.c
/petsc/src/mat/impls/baij/seq/baijsolvtrann.c
/petsc/src/mat/impls/baij/seq/baijsolvtrannat1.c
/petsc/src/mat/impls/baij/seq/baijsolvtrannat2.c
/petsc/src/mat/impls/baij/seq/baijsolvtrannat3.c
/petsc/src/mat/impls/baij/seq/baijsolvtrannat4.c
/petsc/src/mat/impls/baij/seq/baijsolvtrannat5.c
/petsc/src/mat/impls/baij/seq/baijsolvtrannat6.c
/petsc/src/mat/impls/baij/seq/baijsolvtrannat7.c
/petsc/src/mat/impls/baij/seq/makefile
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/partition/impls/hierarchical/hierarchical.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/output/ex12_2d_p1_0.out
/petsc/src/snes/examples/tutorials/output/ex12_2d_p1_1.out
/petsc/src/snes/examples/tutorials/output/ex12_2d_p1_2.out
/petsc/src/snes/examples/tutorials/output/ex12_2d_p1_neumann_0.out
/petsc/src/snes/examples/tutorials/output/ex12_2d_p1_neumann_1.out
/petsc/src/snes/examples/tutorials/output/ex12_2d_p2_0.out
/petsc/src/snes/examples/tutorials/output/ex12_2d_p2_1.out
/petsc/src/snes/examples/tutorials/output/ex12_2d_p2_neumann_0.out
/petsc/src/snes/examples/tutorials/output/ex12_2d_p2_neumann_1.out
/petsc/src/snes/examples/tutorials/output/ex12_3d_p1_0.out
/petsc/src/snes/examples/tutorials/output/ex12_3d_p1_1.out
/petsc/src/snes/examples/tutorials/output/ex12_3d_p1_2.out
/petsc/src/snes/examples/tutorials/output/ex12_3d_p1_neumann_0.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_2d_p1_0.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_2d_p1_1.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_2d_p1_neumann_0.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_2d_p1_neumann_1.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_2d_p2_0.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_2d_p2_1.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_2d_p2_neumann_0.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_2d_p2_neumann_1.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_3d_p1_0.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_3d_p1_1.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_3d_p1_neumann_0.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_3d_p1_neumann_1.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_3d_p2_0.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_3d_p2_1.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_3d_p2_neumann_0.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_3d_p2_neumann_1.out
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/snes/utils/dmadapt.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/draw/interface/draw.c
/petsc/src/sys/classes/random/interface/dlregisrand.c
/petsc/src/sys/classes/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/classes/viewer/interface/dlregispetsc.c
/petsc/src/sys/objects/pinit.c
/petsc/src/tao/examples/tutorials/ex1.c
/petsc/src/tao/examples/tutorials/ex2.c
/petsc/src/tao/examples/tutorials/ex3.c
/petsc/src/tao/interface/dlregistao.c
/petsc/src/tao/linesearch/interface/dlregis_taolinesearch.c
/petsc/src/ts/adapt/impls/history/adapthist.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex40.c
/petsc/src/ts/examples/tutorials/ex41.c
/petsc/src/ts/examples/tutorials/ex45.c
/petsc/src/ts/examples/tutorials/ex46.c
/petsc/src/ts/examples/tutorials/ex47.c
/petsc/src/ts/examples/tutorials/ex48.c
/petsc/src/ts/examples/tutorials/ex49.c
/petsc/src/ts/examples/tutorials/output/ex40.out
/petsc/src/ts/examples/tutorials/output/ex41_a.out
/petsc/src/ts/examples/tutorials/output/ex41_b.out
/petsc/src/ts/examples/tutorials/output/ex41_c.out
/petsc/src/ts/examples/tutorials/output/ex41_d.out
/petsc/src/ts/examples/tutorials/output/ex41_e.out
/petsc/src/ts/examples/tutorials/output/ex41_f.out
/petsc/src/ts/examples/tutorials/output/ex41_g.out
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/glee/glee.c
/petsc/src/ts/impls/implicit/glle/glle.c
/petsc/src/ts/impls/implicit/glle/glleadapt.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/tshistory.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/is/ao/interface/dlregisdm.c
/petsc/src/vec/is/utils/ftn-custom/zvsectionisf.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vscat/interface/dlregisvecscat.c

1...<<919293949596979899100>>...235