Skip to content

Use static parameters for indexing in DSS #1895

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

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions