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

FE+DT: Now scalar quadrature can be used for vector systems
- You do the obvious thing
- Fixed minor field indexing bugs

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

Plex: Fixed general interpolation

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

Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply

* knepley/feature-plex-tests-new:
Plex+Gmsh: Fix for complex

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

Plex+Gmsh: Fix for complex

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

Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply

* knepley/feature-plex-tests-new:
fix accidently changed code
another fix for Plex for complex numbers
fix for

Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply

* knepley/feature-plex-tests-new:
fix accidently changed code
another fix for Plex for complex numbers
fix for example that did not handle complex numbers correctly
mark example tests that do not work with complex, fix warning about use of possibly uninitialized values
Fix MPI type to match PetscReal
No Matt triangle is not by default installed on every machine in the world
Matt forgot to require triangle in many tests
fix incorrect requires, fix incorrect name for __float128
since hdf5 doesn't allow PETSc to be built with 16 or 128 bit floating point then say it
fix requires
removed unneeded change to test harness since already supports requires: double
bunch of fixes in plex tests and code for single precision
Many missing requires ctetgen
Certain test examples require ctetgen but it is not listed in test rules

show more ...

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

Plex: Need to initialize value array in projection

96a2602909-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

fix accidently changed code

21016a8b09-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

another fix for Plex for complex numbers

Reported-by: nightly tests

7f662ca509-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

mark example tests that do not work with complex, fix warning about use of possibly uninitialized values

Reported-by: nightly tests

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

Plex ex1f90: Fixed requires

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

Plex ex3: DA tests broken
- I am not sure I will actually fix these

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

PetscFE+FV: Now discretization can be vector spaces
- Space and DualSpace have a number of components
- Now the dimension of a space incorporates the components, so all size determinations changed
-

PetscFE+FV: Now discretization can be vector spaces
- Space and DualSpace have a number of components
- Now the dimension of a space incorporates the components, so all size determinations changed
- The default is to form direct sums of scalar spaces, e.g. for constants (1, 0) and (0, 1) so every
basis vector is a vector with only one component nonzero
- DualSpaceApply() is now handled by the implementation
- FE now uses numDof directly from the DualSpace
- Changed SpaceDG --> SpacePoint
- Updated ex3 tests (DA and p4est is still broken)

show more ...

d9cfc66407-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

Fix MPI type to match PetscReal

50df70e007-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

fix incorrect requires, fix incorrect name for __float128

b96702c706-Feb-2017 Satish Balay <balay@mcs.anl.gov>

fix requires

cc6f2a9506-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

removed unneeded change to test harness since already supports requires: double

Thanks-to: Satish Balay <balay@mcs.anl.gov>

fba955cc06-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

bunch of fixes in plex tests and code for single precision

Reported-by: nightly tests

e397213206-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

Certain test examples require ctetgen but it is not listed in test rules

Reported-by: nightly tests

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

Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply

* knepley/feature-plex-tests-new: (72 commits)
SNES ex69: Mantle tests are currently broken
SNES ex69: Added outp

Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply

* knepley/feature-plex-tests-new: (72 commits)
SNES ex69: Mantle tests are currently broken
SNES ex69: Added output for mantle tests
Plex ex1: Parallel tests now use fixed partition
Plex ex3: Turn on tests for P3
Plex: Make in-box check more robust
Plex: Make in-cell check more robust to noise
fix more 'requires'
some fixes for arch-mswin-uni
TS ex18: Fixed declaration
more 'requires:' fixes
fix format error arch-next/lib/petsc/conf/testfiles:1112: *** empty variable name. Stop.
SNES ex69: Fixed requirements
SNES ex77: Fix for warning
SNES ex2: Fix for warning
TS ex18: Tests passing
Enable replace when file does not exist
TS ex18: Tests added
TS ex47: Tests added
TS ex46: Tests passing
TS ex45: Tests passing
...

show more ...


/petsc/bin/petscdiff
/petsc/config/BuildSystem/config/packages/p4est.py
/petsc/config/builder.py
/petsc/config/petsc_harness.sh
/petsc/config/testparse.py
/petsc/gmakefile
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/impls/forest/p4est/pforest.c
examples/tests/ex1.c
examples/tests/ex10.c
examples/tests/ex11.c
examples/tests/ex12.c
examples/tests/ex13.c
examples/tests/ex14.c
examples/tests/ex15.c
examples/tests/ex16.c
examples/tests/ex17.c
examples/tests/ex18.c
examples/tests/ex19.c
examples/tests/ex1f90.F90
examples/tests/ex20.c
examples/tests/ex21.c
examples/tests/ex22.c
examples/tests/ex2f90.F90
examples/tests/ex3.c
examples/tests/ex4.c
examples/tests/ex5.c
examples/tests/ex6.c
examples/tests/ex7.c
examples/tests/ex8.c
examples/tests/ex9.c
examples/tests/makefile
examples/tests/output/ex15_0.out
examples/tests/output/ex15_1.out
examples/tests/output/ex1_2.out
examples/tests/output/ex1_5.out
examples/tests/output/ex1_8.out
examples/tests/output/ex22_0.out
examples/tests/output/ex3_p3_2d_0.out
examples/tests/output/ex3_p3_2d_1.out
examples/tests/output/ex3_p3_2d_2.out
examples/tests/output/ex3_p3_2d_3.out
examples/tests/output/ex3_p3_2d_4.out
examples/tests/output/ex3_p3_2d_5.out
examples/tests/output/ex3_p3_2d_6.out
examples/tutorials/ex1.c
examples/tutorials/ex1f90.F90
examples/tutorials/ex2.c
examples/tutorials/ex5.c
examples/tutorials/ex6.c
examples/tutorials/output/ex6_0.out
examples/tutorials/output/ex6_1.out
examples/tutorials/output/ex6_10.out
examples/tutorials/output/ex6_11.out
examples/tutorials/output/ex6_2.out
examples/tutorials/output/ex6_3.out
examples/tutorials/output/ex6_4.out
examples/tutorials/output/ex6_5.out
examples/tutorials/output/ex6_6.out
examples/tutorials/output/ex6_7.out
examples/tutorials/output/ex6_8.out
examples/tutorials/output/ex6_9.out
plexgeometry.c
plexrefine.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/nest/ftn-custom/zmatnestf.c
/petsc/src/snes/examples/tests/ex2.c
/petsc/src/snes/examples/tests/output/ex2_2.out
/petsc/src/snes/examples/tests/output/ex2_3.out
/petsc/src/snes/examples/tests/output/ex2_4.out
/petsc/src/snes/examples/tests/output/ex2_5.out
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex33.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/snes/examples/tutorials/output/ex69_mantle_p2p1.out
/petsc/src/snes/examples/tutorials/output/ex69_mantle_q1p0.out
/petsc/src/sys/objects/options.c
/petsc/src/tao/examples/tutorials/ex1.c
/petsc/src/tao/examples/tutorials/ex2.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex18.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/output/ex18_adv_0.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_1.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_3_ex.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_0.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_1.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_2.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_fim_0.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_fim_1.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_fim_2.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_gauss.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_gauss_corner.out
/petsc/src/ts/examples/tutorials/output/ex18_p1p1.out
/petsc/src/ts/examples/tutorials/output/ex18_p1p1_xper.out
/petsc/src/ts/examples/tutorials/output/ex18_p1p1_xper_ref.out
/petsc/src/ts/examples/tutorials/output/ex18_p1p1_xyper.out
/petsc/src/ts/examples/tutorials/output/ex18_p1p1_xyper_ref.out
/petsc/src/ts/examples/tutorials/output/ex18_p2p1.out
/petsc/src/ts/examples/tutorials/output/ex18_p2p1_xyper.out
/petsc/src/ts/examples/tutorials/output/ex18_p2p1_xyper_ref.out
/petsc/src/ts/interface/ts.c
b6f3c73805-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix the fix

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

Plex ex1: Parallel tests now use fixed partition

3c67d5ad03-Feb-2017 Satish Balay <balay@mcs.anl.gov>

fix -Wmaybe-uninitialized

6b8858a103-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

%d format that should be %D for PetscInt

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

Doc+Plex: Fix function name

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

Plex: Fix declaration

1...<<141142143144145146147148149150>>...235