Redistribute#14
Open
chakshinglee wants to merge 97 commits intomasterfrom
Open
Conversation
… into high-order-hybridsolver
…der-hybridsolver
…o high-order-hybridsolver
…aterialID class into its own file
…r, the coarsened topology of the redistributed topology and the original topology are connected by hypre_ParCSRMatrix. An example illustrating this is also added
…y with redistribution
…nstructor to a member function Coarsen, so that the user can set various Coefficients for different forms before the construction
…le for RedistributeDarcyTest.cpp. Minor adjustment of naming and printing.
…ether to use recursive or kway. also fix inconsistency in the case when number of levels requested for the hierarchy is less than the number of refinements (geometric coarsening) of the problem
… a possibly 0 partition issue
…ized system of higher order method
…he solver parameters from the input xml file
…local block (diag) is square. The fix is to remove those zeros from sparsity pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the redistribution feature. Note that currently it only supports redistribution of H(div) and L2 spaces. It also does NOT include multiple-copy/geometric coarsening.