History log of /petsc/src/dm/impls/plex/ (Results 5401 – 5425 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4c367dbc06-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Major overhaul of hybrid meshing
- Put it hybrid faces and supports for hybrid edges
- Cleaned up calculation of new point numbering

f2a884a505-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex5: Hybrid bounds are now calculated by DMPlexDistribute()

266ba16705-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex5: Better documentation on tests

607ab7a905-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Simplify the calculation of sizes in hybrid cell creation

99bd10df05-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex4: Better handling of DM

ca8062c805-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added DMPlexCheckSymmetry() and DMPlexCheckSkeleton()
- These are diagnostic functions

bff205cc04-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex5: Fixed leak, removed DM from context, added output for last test

64ef235604-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-closure-cache'

* knepley/feature-closure-cache:
DMPlex: Added declaration of DMPlexCreateClosureIndex()
SNES ex62: Use closure index
DMPlex: Use closure index if

Merge branch 'knepley/feature-closure-cache'

* knepley/feature-closure-cache:
DMPlex: Added declaration of DMPlexCreateClosureIndex()
SNES ex62: Use closure index
DMPlex: Use closure index if available for DMPlexVecGetClosure()
DMPlex: Added DMPlexCreateClosureIndex() - Uses a PetscSection+IS and stashes in the original Section
PetscSection: Added an index for optimization of closure queries - Added PetscSectionGet/SetClosureIndex() - The index is keyed to the DM which built it (use PetscObject) - Only use a single key for now since a lot of checking would be slow

Conflicts:
src/snes/examples/tutorials/ex62.c

show more ...

0e1666bf04-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-generic-distribute'

* knepley/feature-plex-generic-distribute:
mpiuni: add in MPI_Type_f2c()
DMPlex: add missing declarations DMPlexDistribute{Field,Data}
bf

Merge branch 'knepley/feature-plex-generic-distribute'

* knepley/feature-plex-generic-distribute:
mpiuni: add in MPI_Type_f2c()
DMPlex: add missing declarations DMPlexDistribute{Field,Data}
bfort: update to using MPI_Type_f2c() [for plexf.c]
DMPlex: Added DMPlexDistributeData() to distribute arbitrary data types
DMPlex: Change DMPlexDistribute() to give back the PetscSF - This can be used to distribute sections and fields

show more ...

dae4404a04-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Put in size for hybrid tet uniform refinement

834065ab04-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Output hybrid structure in view

03b5c87004-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix leak in 3d refinement

4f170c8904-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex4: Added new tet hybrid test, and check symmetry of all meshes
- Allow viewing of initial mesh

a781edc404-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex4: Correct static array size

ce78fa2f04-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed misuse of PetscObjectSetName()

0710486304-Oct-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'knepley/feature-plex-generic-distribute' into knepley/feature-plex-reordering

The DMPlexDistribute interface changed to return a PetscSF.

* knepley/feature-plex-generic-distribute:

Merge branch 'knepley/feature-plex-generic-distribute' into knepley/feature-plex-reordering

The DMPlexDistribute interface changed to return a PetscSF.

* knepley/feature-plex-generic-distribute:
mpiuni: add in MPI_Type_f2c()
DMPlex: add missing declarations DMPlexDistribute{Field,Data}
bfort: update to using MPI_Type_f2c() [for plexf.c]
DMPlex: Added DMPlexDistributeData() to distribute arbitrary data types
DMPlex: Change DMPlexDistribute() to give back the PetscSF - This can be used to distribute sections and fields

Conflicts:
include/petscdmplex.h

show more ...

ddc19b5004-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

Mat: Changed MatCalcBandwidth() to MatComputeBandwidth()
- Added Fortran interface

f5eea42f03-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex10: This tests reordering of meshes

8ed5f47503-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added DMPlexGetOrdering() and DMPlexPermute()

f5020d9803-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMLabel: Added DMLabelPermute()

1df5d5c503-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added DMPlexCreateDoublet()

5c38622503-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added DMPlexCopyLabels()

6917d02b02-Oct-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-ex12'

* knepley/fix-plex-ex12:
DMPlex ex12: Give mesh a name - Fixed test output
DMPlex: Fix leaks

93cf248202-Oct-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'barry/dmvecmattypes'

The MatType argument is removed from DMCreateMatrix(), you can use
DMSetMatType() to indicate the type you want used with a DM, defaults to
MATAIJ.

* barry/dmvecm

Merge branch 'barry/dmvecmattypes'

The MatType argument is removed from DMCreateMatrix(), you can use
DMSetMatType() to indicate the type you want used with a DM, defaults to
MATAIJ.

* barry/dmvecmattypes:
DMPlex ExodusII: fix dm->vectype pointer syntax
removed use of VecSetFromOptions() all over the placed, instead use MatGetVecs() or use dm->vectype to determine type added DMGetVecType() and DMGetMatTYpe()
removed MatType argument from DMCreateMatrix() and DMCreateColoring() since information is obtained from DM

Conflicts:
src/dm/impls/da/fdda.c
src/dm/impls/plex/plex.c

show more ...


/petsc/bin/matlab/classes/matlabheader.h
/petsc/config/PETSc/packages/opencl.py
/petsc/include/petsc-private/dmimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmda.h
/petsc/include/petscdmshell.h
/petsc/src/dm/examples/tests/ex22.c
/petsc/src/dm/examples/tests/ex26.c
/petsc/src/dm/examples/tests/ex30.c
/petsc/src/dm/examples/tests/ex35.c
/petsc/src/dm/examples/tests/ex9.c
/petsc/src/dm/examples/tutorials/ex14.c
/petsc/src/dm/impls/adda/adda.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/composite/packimpl.h
/petsc/src/dm/impls/composite/packm.c
/petsc/src/dm/impls/da/da.c
/petsc/src/dm/impls/da/dacreate.c
/petsc/src/dm/impls/da/dadist.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/patch/patchcreate.c
plex.c
plexcgns.c
plexcreate.c
plexexodusii.c
plexinterpolate.c
plexsubmesh.c
/petsc/src/dm/impls/redundant/dmredundant.c
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/impls/shell/ftn-custom/zdmshellf.c
/petsc/src/dm/impls/sliced/sliced.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmi.c
/petsc/src/dm/interface/ftn-custom/zdmf.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/ex32.c
/petsc/src/ksp/ksp/examples/tests/ex35.c
/petsc/src/ksp/ksp/examples/tests/ex41.c
/petsc/src/ksp/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/ksp/examples/tutorials/ex39.c
/petsc/src/ksp/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/ksp/examples/tutorials/ex40.c
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/examples/tutorials/ex43.c
/petsc/src/ksp/ksp/examples/tutorials/ex44f.F90
/petsc/src/ksp/ksp/examples/tutorials/ex46.c
/petsc/src/ksp/ksp/examples/tutorials/ex49.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex49_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_nns.out
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/mat/examples/tests/ex129.c
/petsc/src/mat/examples/tests/ex96.c
/petsc/src/mat/impls/aij/mpi/mpimattransposematmult.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/mat/impls/aij/seq/mattransposematmult.c
/petsc/src/mat/impls/sbaij/seq/relax.h
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/examples/tests/ex15.c
/petsc/src/snes/examples/tests/ex16.c
/petsc/src/snes/examples/tests/ex8.c
/petsc/src/snes/examples/tutorials/cahn-hilliard-schemes/ex1.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex15.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex31.c
/petsc/src/snes/examples/tutorials/ex35.c
/petsc/src/snes/examples/tutorials/ex47cu.cu
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex54.c
/petsc/src/snes/examples/tutorials/ex55.c
/petsc/src/snes/examples/tutorials/ex58.c
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/ex5f90t.F
/petsc/src/snes/examples/tutorials/ex60.c
/petsc/src/snes/examples/tutorials/ex61.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/ex633d_db.c
/petsc/src/snes/examples/tutorials/ex64.c
/petsc/src/snes/examples/tutorials/ex65.c
/petsc/src/snes/examples/tutorials/ex653d.c
/petsc/src/snes/examples/tutorials/ex67.c
/petsc/src/snes/examples/tutorials/ex72.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/rsaug/virsaug.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmlocalsnes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/ts/examples/tests/ex25.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex7.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/ex15.c
/petsc/src/ts/examples/tutorials/ex17.c
/petsc/src/ts/examples/tutorials/ex22.c
/petsc/src/ts/examples/tutorials/ex22f.F
/petsc/src/ts/examples/tutorials/ex22f_mf.F90
/petsc/src/ts/examples/tutorials/ex23.c
/petsc/src/ts/examples/tutorials/ex25.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic3.c
/petsc/src/ts/examples/tutorials/power_grid/ex6.c
25a7538801-Oct-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/remove-dynamic-loading-option'

Option --with-dynamic-loading has been removed. Similar functionality
is available via the run-time option -dynamic_library_preload.

* jed/remove-d

Merge branch 'jed/remove-dynamic-loading-option'

Option --with-dynamic-loading has been removed. Similar functionality
is available via the run-time option -dynamic_library_preload.

* jed/remove-dynamic-loading-option:
Sys: PetscContainerCreate must call PetscSysInitializePackage
Remove --with-dynamic-loading / PETSC_USE_DYNAMIC_LIBRARIES

Conflicts:
src/dm/impls/mesh/mesh.c
src/dm/interface/dlregisdmdm.c
src/docs/website/documentation/changes/dev.html

show more ...


/petsc/bin/TOPSInstaller.py
/petsc/bin/maint/asterix-test.sh
/petsc/bin/maint/package-test.sh
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/utilities/sharedLibraries.py
/petsc/config/examples/arch-c-exodus-dbg-builder.py
/petsc/config/examples/arch-linux-gcc-real-opt.py
/petsc/config/examples/arch-linux-gcc-real.py
/petsc/config/examples/arch-linux-gxx-complex.py
/petsc/config/examples/basic/arch-gcc-complex-O.py
/petsc/config/examples/basic/arch-gcc-complex.py
/petsc/config/examples/basic/arch-gcc-real-O.py
/petsc/config/examples/basic/arch-gcc-real.py
/petsc/config/examples/basic/arch-gcc64-complex-O.py
/petsc/config/examples/basic/arch-gcc64-complex.py
/petsc/config/examples/basic/arch-gcc64-real-O.py
/petsc/config/examples/basic/arch-gcc64-real.py
/petsc/config/examples/basic/arch-gxx-complex-O.py
/petsc/config/examples/basic/arch-gxx-complex.py
/petsc/config/examples/basic/arch-gxx-real-O.py
/petsc/config/examples/basic/arch-gxx-real.py
/petsc/config/examples/basic/arch-gxx64-complex-O.py
/petsc/config/examples/basic/arch-gxx64-complex.py
/petsc/config/examples/basic/arch-gxx64-real-O.py
/petsc/config/examples/basic/arch-gxx64-real.py
/petsc/include/finclude/petscksp.h
/petsc/include/finclude/petscsnes.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/impls/da/fdda.c
plex.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/dmksp.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/examples/tests/ex163.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/sys/classes/draw/interface/drawreg.c
/petsc/src/sys/classes/random/interface/randomc.c
/petsc/src/sys/classes/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/classes/viewer/interface/dlregispetsc.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/logging/utils/classlog.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/state.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/characteristic/interface/slregis.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex26_4.out
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/is/ao/impls/mapping/aomapping.c
/petsc/src/vec/is/ao/interface/ao.c
/petsc/src/vec/is/is/interface/isreg.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/veccreate.c

1...<<211212213214215216217218219220>>...235