History log of /petsc/src/dm/impls/plex/ (Results 2576 – 2600 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8a650c7503-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexOrientPointSF_Internal: Send also root ranks.

Translation to root numbering now factored out as a macro.

419e787b02-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Temporarily added DMPlexCheckPointSF() call to DMPlexInterpolate().

Turned on by default in ex18.

c744bbe102-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexOrientPointSF_Internal: moved some vars from inner blocks to main block

9e24d8a002-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexOrientPointSF_Internal: variables l,r,points replaced by p

cae7fe9226-Sep-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

replaced misused PetscSFNode* by PetscInt*[2]

c8148b9725-Sep-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Loop through leaves isn't loop through locals!

And having 0 as default value isn't a good idea since 0 is an actual DAG point.

ca8609c925-Sep-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexOrientPointSF_Internal: changed debug prints to show the loop is wrong

3ede9f6524-Sep-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Only interpolate SF that has been setup

2e745bda22-Sep-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix orientation for interpolated SF

- Fix only works in 2D right now

2fca8e7402-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Plex test ex18: removed all TODOs from tests - must be fixed in this branch

a5d3493908-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex20: Corrected an over-labeling


/petsc/src/dm/dt/space/impls/poly/spacepoly.c
examples/tests/output/ex20_3d_ctetgen.out
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex17.c
/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_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/utils/convest.c
effbd7cb08-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Field names with spaces break VTK output

f0201e3d08-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex12: Added two tests for parallel load balancing

1dd64b7f08-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex12: Added DMSetFromOptions()

36903a7608-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex12: Reorganize partitioner setup

52318f6508-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex12: Name change

3015429608-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex12: Added -cells option

6c9587e108-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex ex12: Added some sample usages

8f4e72b907-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed bug in parallel partitioner input
- We were not properly creating the parallel adjacency graph

2abdaa7007-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Reorganized Partitioner viewing

5b44075407-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Added imbalanceRatio and debugFlag members to PetscPartitioner_Parmetis

72379da407-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Added edgeCut and balance members to PetscPartitioner

0313293707-Nov-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]

* barry/fix-check-ierr-before-freechar/maint:
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()
Otherwis

Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]

* barry/fix-check-ierr-before-freechar/maint:
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()
Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not

show more ...


/petsc/config/BuildSystem/RDict.py
/petsc/config/BuildSystem/config/packages/CoDiPack.py
/petsc/config/BuildSystem/config/packages/ctetgen.py
/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/config/BuildSystem/config/packages/netcdf.py
/petsc/config/BuildSystem/config/packages/parmetis.py
/petsc/config/BuildSystem/config/utilities/cacheDetails.py
/petsc/config/BuildSystem/config/utilities/closure.py
/petsc/config/PETSc/Configure.py
/petsc/config/examples/arch-freebsd-cxx-pkgs-opt.py
/petsc/config/examples/arch-jenkins-linux-gcc-pkgs-opt.py
/petsc/config/examples/arch-linux-clang-avx.py
/petsc/config/examples/arch-linux-pgi.py
/petsc/config/examples/arch-linux-pkgs-valgrind.py
/petsc/config/examples/arch-osx-10.6.py
/petsc/config/examples/arch-pardiso.py
/petsc/config/examples/arch-viennacl.py
/petsc/include/petsc/private/viewerimpl.h
/petsc/lib/petsc/bin/maint/gcov.py
/petsc/lib/petsc/bin/maint/update-docs.py
/petsc/lib/petsc/bin/taucc.py
/petsc/src/dm/dt/interface/ftn-custom/zdtfef.c
/petsc/src/dm/impls/da/ftn-custom/zdacornf.c
/petsc/src/dm/impls/da/ftn-custom/zdaindexf.c
ftn-custom/zplexcreate.c
ftn-custom/zplexexodusii.c
ftn-custom/zplexfluent.c
ftn-custom/zplexgmsh.c
ftn-custom/zplexsubmesh.c
/petsc/src/dm/interface/ftn-custom/zdmf.c
/petsc/src/dm/interface/ftn-custom/zdmgetf.c
/petsc/src/ksp/ksp/impls/python/ftn-custom/zpythonkspf.c
/petsc/src/ksp/ksp/interface/ftn-custom/ziguess.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitclf.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitcreatef.c
/petsc/src/ksp/pc/impls/composite/ftn-custom/zcompositef.c
/petsc/src/ksp/pc/impls/factor/ftn-custom/zluf.c
/petsc/src/ksp/pc/impls/fieldsplit/ftn-custom/zfieldsplitf.c
/petsc/src/ksp/pc/impls/gamg/ftn-custom/zgamgf.c
/petsc/src/ksp/pc/impls/hypre/ftn-custom/zhypref.c
/petsc/src/ksp/pc/impls/python/ftn-custom/zpythonpcf.c
/petsc/src/ksp/pc/impls/shell/ftn-custom/zshellpcf.c
/petsc/src/ksp/pc/interface/ftn-custom/zpreconf.c
/petsc/src/mat/color/interface/ftn-custom/zmatcoloringf.c
/petsc/src/mat/impls/fft/ftn-custom/zfftf.c
/petsc/src/mat/impls/mffd/ftn-custom/zmffdf.c
/petsc/src/mat/impls/python/ftn-custom/zpythonmf.c
/petsc/src/mat/interface/ftn-custom/zmatregf.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/matfd/ftn-custom/zfdmatrixf.c
/petsc/src/mat/order/ftn-custom/zsorderf.c
/petsc/src/mat/partition/ftn-custom/zpartitionf.c
/petsc/src/mat/partition/impls/party/ftn-custom/zpartyf.c
/petsc/src/snes/examples/tutorials/ex17.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/impls/python/ftn-custom/zpythonsf.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/linesearch/interface/ftn-custom/zlinesearchf.c
/petsc/src/sys/classes/bag/f90-custom/zbagf90.c
/petsc/src/sys/classes/bag/ftn-custom/zbagf.c
/petsc/src/sys/classes/draw/impls/x/ftn-custom/zdrawopenxf.c
/petsc/src/sys/classes/draw/interface/ftn-custom/zdrawf.c
/petsc/src/sys/classes/draw/interface/ftn-custom/zdrawregf.c
/petsc/src/sys/classes/draw/interface/ftn-custom/zdtextf.c
/petsc/src/sys/classes/draw/utils/ftn-custom/zaxisf.c
/petsc/src/sys/classes/draw/utils/ftn-custom/zlgcf.c
/petsc/src/sys/classes/matlabengine/ftn-custom/zmatlabf.c
/petsc/src/sys/classes/random/interface/ftn-custom/zrandomf.c
/petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/zfilevf.c
/petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/zvcreatef.c
/petsc/src/sys/classes/viewer/impls/binary/ftn-custom/zbinvf.c
/petsc/src/sys/classes/viewer/impls/draw/ftn-custom/zdrawvf.c
/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/classes/viewer/impls/matlab/ftn-custom/zvmatlabf.c
/petsc/src/sys/classes/viewer/impls/socket/ftn-custom/zsendf.c
/petsc/src/sys/classes/viewer/impls/vtk/ftn-custom/zvtkvf.c
/petsc/src/sys/classes/viewer/interface/ftn-custom/zviewaf.c
/petsc/src/sys/fileio/ftn-custom/zmpiuopenf.c
/petsc/src/sys/fileio/ftn-custom/zsysiof.c
/petsc/src/sys/logging/ftn-custom/zplogf.c
/petsc/src/sys/objects/ftn-custom/zdestroyf.c
/petsc/src/sys/objects/ftn-custom/zgtype.c
/petsc/src/sys/objects/ftn-custom/zinheritf.c
/petsc/src/sys/objects/ftn-custom/zoptionsf.c
/petsc/src/sys/objects/ftn-custom/zpnamef.c
/petsc/src/sys/objects/ftn-custom/zprefixf.c
/petsc/src/sys/objects/ftn-custom/zstart.c
/petsc/src/sys/yaml/ftn-custom/zyamlimplsf.c
/petsc/src/tao/interface/ftn-custom/ztaosolverf.c
/petsc/src/tao/linesearch/interface/ftn-custom/ztaolinesearchf.c
/petsc/src/ts/adapt/impls/dsp/ftn-custom/zadaptdspf.c
/petsc/src/ts/adapt/interface/ftn-custom/ztsadaptf.c
/petsc/src/ts/impls/arkimex/ftn-custom/zarkimexf.c
/petsc/src/ts/impls/explicit/rk/ftn-custom/zrkf.c
/petsc/src/ts/impls/explicit/ssp/ftn-custom/zsspf.c
/petsc/src/ts/impls/python/ftn-custom/zpythontf.c
/petsc/src/ts/impls/rosw/ftn-custom/zroswf.c
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/ts/interface/ftn-custom/ztsregf.c
/petsc/src/ts/trajectory/interface/ftn-custom/ztrajf.c
/petsc/src/vec/is/ao/interface/ftn-custom/zaof.c
/petsc/src/vec/is/utils/isio.c
/petsc/src/vec/vec/impls/seq/ftn-custom/zvsectionf.c
/petsc/src/vec/vec/interface/ftn-custom/zvecregf.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/utils/vecio.c
f95ace6a06-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix DMPlexCreateRankField() so that no one interfere with the discretization
- Also check inputs

002a270906-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Automatically view label using -dm_label_view

1...<<101102103104105106107108109110>>...235