Skip to content

Use static parameters for indexing in DSS #1895

Closed
@charleskawczynski

Description

@charleskawczynski

In similar light of #1894, we should use statically passed parameters in DSS. For example, in:

    if gidx  nlevels * nfidx * nghostvertices
        sizev = (nlevels, nfidx, nghostvertices)
        (level, fidx, vertexid) = cart_ind(sizev, gidx).I

nlevels, nfidx, and nghostvertices should be passed through the type domain.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions