Skip to content

Make atomic matrix init methods public#4465

Open
lindsayad wants to merge 1 commit into
libMesh:develfrom
lindsayad:hash-table-without-dof-map
Open

Make atomic matrix init methods public#4465
lindsayad wants to merge 1 commit into
libMesh:develfrom
lindsayad:hash-table-without-dof-map

Conversation

@lindsayad
Copy link
Copy Markdown
Member

I have a matrix which is not square, hence not initializable with the DofMap, and I want to be able to initialize said matrix with hash table based matrix assembly. Making init_without_preallocation and finish_initialization public allows me to easily do this. An alternative would be to add another init overload but I think we have enough of those

I have a matrix which is not rectangular, hence not initializable
with the DofMap, and I want to be able to initialize said matrix
with hash table based matrix assembly. Making `init_without_preallocation`
and `finish_initialization` public allows me to easily do this
Copy link
Copy Markdown
Member

@roystgnr roystgnr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these are clean enough to make public.

@moosebuild
Copy link
Copy Markdown

Job Coverage, step Generate coverage on 59d60ba wanted to post the following:

Coverage

814502 #4465 59d60b
Total Total +/- New
Rate 65.53% 65.53% -0.00% -
Hits 78425 78421 -4 0
Misses 41256 41260 +4 0

Diff coverage report

Full coverage report

This comment will be updated on new commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants