History log of /petsc/src/dm/dt/space/impls/poly/spacepoly.c (Results 101 – 104 of 104)
Revision Date Author Comments
# 982162a4 05-Sep-2018 Toby Isaac <tisaac@cc.gatech.edu>

PetscSpaceSetup_Poly(): make idempotent

Maybe PetscSpace itself should be immutable, but PETSCSPACEPOLY
definitely should be.


# 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 ...


# 8c7916f5 19-Mar-2018 Toby Isaac <tisaac@cc.gatech.edu>

PetscSpaceEvaluate_Polynomial(): fix temp array dependencies


# 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 ...


12345