We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
nlevels
nfidx
nghostvertices
The text was updated successfully, but these errors were encountered:
Closed by #1934
Sorry, something went wrong.
charleskawczynski
No branches or pull requests
In similar light of #1894, we should use statically passed parameters in DSS. For example, in:
nlevels
,nfidx
, andnghostvertices
should be passed through the type domain.The text was updated successfully, but these errors were encountered: