History log of /petsc/src/dm/impls/plex/ (Results 3451 – 3475 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0c41181818-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Removed extra semicolon

8c7c976618-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex15: Switched to simple partitioning

22a19fa917-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Tests: Turned off some tests that do not very in single precision

2e77285817-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

PetscPartitioner: use simple partitioning for regression tests

Because the partitioner by default depends on those packages available, we need to use
the always-available simple in regression tests


/petsc/src/dm/dt/examples/tests/ex1.c
examples/tests/ex15.c
examples/tests/output/ex15_0.out
examples/tests/output/ex15_1.out
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel_bddc.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel_bddcfas.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_test_q2_conformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_test_q2_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_bddc.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_q2q1_asm_lu.out
/petsc/src/snes/examples/tutorials/output/ex62_19.out
/petsc/src/snes/examples/tutorials/output/ex62_20.out
/petsc/src/snes/examples/tutorials/output/ex62_21.out
/petsc/src/snes/examples/tutorials/output/ex62_23.out
/petsc/src/snes/examples/tutorials/output/ex62_24.out
/petsc/src/snes/examples/tutorials/output/ex62_25.out
/petsc/src/snes/examples/tutorials/output/ex62_27.out
/petsc/src/snes/examples/tutorials/output/ex62_28.out
/petsc/src/snes/examples/tutorials/output/ex62_29.out
/petsc/src/snes/examples/tutorials/output/ex62_fetidp_2d_quad.out
/petsc/src/snes/examples/tutorials/output/ex62_fetidp_2d_tri.out
/petsc/src/snes/examples/tutorials/output/ex62_fetidp_3d_hex.out
98bfe4c217-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed cylinder tests

e8ff2d2516-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

DMPlexCreateHexBoxMesh: no cells in z direction for 2D

15531a4e16-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

Merge remote-tracking branch 'origin/knepley/feature-plex-torus' into tisaac/feature-fe-dual-apply

* origin/knepley/feature-plex-torus:
Plex: Cylinder fixes for complex
Plex ex1: Test for period

Merge remote-tracking branch 'origin/knepley/feature-plex-torus' into tisaac/feature-fe-dual-apply

* origin/knepley/feature-plex-torus:
Plex: Cylinder fixes for complex
Plex ex1: Test for periodic cylinder
Plex: I think periodic cylinder is working
Plex ex1: Updated torus test
Plex: Torus can now be arbitrarily refined
Plex ex1: Added a cylinder test
Plex: Added cylinder mesh
Plex: Some cleanup with mesh generation

show more ...

d35a276d16-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixes creation of hex box meshes and added tests

e3b7f82916-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

Plex: helper function used in all cases now

d132278116-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

Plex tests ex7: make partitions portable for testing

5119f1e216-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

Plex: use MPIU_2INT instead of MPI_2INT

bec1f4aa16-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Choose correct dual space for sub meshes

2a2cbb2e16-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

MatAIJ KLU: remove redefinition of SuiteSparse_long

SuiteSparse_config.h has it's own logic for determining what SuiteSparse_long should be,
and provides a mechanism for overriding it, but that shou

MatAIJ KLU: remove redefinition of SuiteSparse_long

SuiteSparse_config.h has it's own logic for determining what SuiteSparse_long should be,
and provides a mechanism for overriding it, but that should be done at configure time,
not in a source file. Dictating causes compliance errors, even when
is the same size.

show more ...

84572feb16-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

DMPlexRefine_CTetgen() mimics DMPlexRefine_Tetgen()

77a085f516-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

DMPlexGenerate_Tetgen(): mimic ctetgen so it can be used equivalently

7175216716-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Cylinder fixes for complex

f54005ad16-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex1: Test for periodic cylinder

006a896316-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: I think periodic cylinder is working

4d3632b516-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex1: Updated torus test

dbc1dc1716-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Torus can now be arbitrarily refined

6233dc6715-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

DMPlexGenerate: use Tetgen if it's available

acfe6ead15-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

c++ fixes

30b59e7d15-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

Plex tests ex3: make num_comp default to dim

other wise running the program without options fails, which isn't a good look.

62b80c4e15-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/fix-pipeline-tests' into tisaac/feature-fe-dual-apply

* tisaac/fix-pipeline-tests:
mpiuni: disable tests that don't work with mpiuni
Various tests complex scalar fixes
Ple

Merge branch 'tisaac/fix-pipeline-tests' into tisaac/feature-fe-dual-apply

* tisaac/fix-pipeline-tests:
mpiuni: disable tests that don't work with mpiuni
Various tests complex scalar fixes
Plex tests ex10: 64bit indices fix
Plex tests ex4: fix for c++ bools
PetscHash: correct test for 64 bit indices use
proper manual pages for PetscObjectXXXOptionsPrefix()

show more ...

c4cbe8f115-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

CGNS: compatibility updates

- if configuring with hdf5, try using the discovered libs for cgns
- use namespace macros if they are present in cgnslib.h
- also undefine I in cgns example ex2.c

1...<<131132133134135136137138139140>>...235