| #
7489efa5
|
| 07-Sep-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-pc-patch
* master: (131 commits) fix mpiuni test PETSCFEOPENCL: declare PetscFEGetTabulation_Basic as external PETSCFEOPENCL: declare PetscFESetUp_Ba
Merge branch 'master' into knepley/feature-pc-patch
* master: (131 commits) fix mpiuni test PETSCFEOPENCL: declare PetscFEGetTabulation_Basic as external PETSCFEOPENCL: declare PetscFESetUp_Basic as external one more fix jenkins: run 'cleantest' after examples are run - to recover diskspace logical order bug in diagbrdn update fixed, tests updated again replace new -petscspace_order instances with -petscspace_degree PETSCSPACETENSOR: clear up naming confusion of subspaces regression.py: remove configure code related to old test suite - now that SLEPc no longer needs it PetscSpaceSetup_Poly(): make idempotent Plex ex3: update tests Lift changes to defunct dtfe.c from [PR #1074] PetscSpace_Tensor: clarification of vector-valued PetscSpace_Tensor: allow height subspaces, fixes tabulation initialization PetscSpace: add a dimension member PetscSpaceSetDegree(): now take maxDegree argument -petscspacepoly_tensor -> -petscspace_type tensor PetscSpaceEvaluate_Polynomial(): fix temp array dependencies PETSCSPACETENSOR: A generic tensor product of spaces. PetscSpace: -petscspace_order -> -petscspace_degree ...
Conflicts: src/dm/dt/interface/dtfe.c src/snes/examples/tutorials/ex13.c src/snes/examples/tutorials/ex17.c src/snes/examples/tutorials/ex62.c src/snes/examples/tutorials/output/ex62_bddc_quad.out src/snes/examples/tutorials/output/ex62_fetidp_2d_quad.out src/snes/examples/tutorials/output/ex62_fetidp_2d_tri.out src/snes/examples/tutorials/output/ex62_fetidp_3d_hex.out src/snes/examples/tutorials/output/ex62_fetidp_3d_tet.out
show more ...
|
| #
447f073e
|
| 06-Sep-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/tisaac/feature-space-tensor'
|
| #
43bfef1c
|
| 28-Mar-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
PetscSpace: add a dimension member
|
| #
d39dd5f5
|
| 27-Mar-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
PetscSpaceSetDegree(): now take maxDegree argument
For symmetry, and some auxiliary / exotic spaces and the like are easier to specify by their maximum degree by their maximum complete subspace (e.g
PetscSpaceSetDegree(): now take maxDegree argument
For symmetry, and some auxiliary / exotic spaces and the like are easier to specify by their maximum degree by their maximum complete subspace (e.g. homogeneous polynomials).
show more ...
|
| #
36e5648f
|
| 15-Mar-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
PETSCSPACETENSOR: A generic tensor product of spaces.
The spaces do not have to be the same. The spaces do not have to be one dimensional. Eventually, e.g., we could use this on prisms. For the most
PETSCSPACETENSOR: A generic tensor product of spaces.
The spaces do not have to be the same. The spaces do not have to be one dimensional. Eventually, e.g., we could use this on prisms. For the most common case, we should probably Convert to a simple PETSCSPACEPOLYNOMIAL at PetscSpaceSetUp()
wip: PETSCSPACETENSOR
wip: PETSCSPACETENSOR
wip: PETSCSPACETENSOR
wip: PETSCSPACETENSOR
WIP: PETSCSPACETENSOR
wip: PETSCSPACEPOLYNOMIAL
wip: PETSCSPACETENSOR
show more ...
|
| #
7be5e748
|
| 21-Mar-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
PetscSpace: -petscspace_order -> -petscspace_degree
Per Matt's request, a deprecated warning will print for this change.
|
| #
f5a02b64
|
| 21-Mar-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
PetscSpaceGetDegree(): fix maxdegree handling
|
| #
20cf1dd8
|
| 15-Mar-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
PetscFE: create directory structure
It's becoming necessary, as we try to do more complex things, to sharpen the interface between the things in dtfe, and make extension more approachable. It's tim
PetscFE: create directory structure
It's becoming necessary, as we try to do more complex things, to sharpen the interface between the things in dtfe, and make extension more approachable. It's time.
show more ...
|