Tzanio Kolev
Tzanio Kolev
@thorvath12: there are some testing errors, can you take a look? https://travis-ci.org/mfem/mfem/builds/283901393
Looks good, thanks @thorvath12 !
Sorry for the delayed response @ianabel, @thorvath12 and @aasivas. We are in the final stretch of the next major release of the library, and should have more time for the...
> I have been thinking and working on these HDG codes. I do not see the point of creating block bilinear forms. Simply for these HDG problems, there is hardly...
To add to @adrienbernede's answer -- the `branch-history` check in particular is there to prevent the accidental commit of binary files (or other git issues) which did happen recently. We...
This PR is now [under review](https://github.com/mfem/mfem/blob/master/CONTRIBUTING.md#pull-requests) (see the table in the PR description). To help with the review process, please **do not force push** to the branch.
Merged in `next` for testing...
I like this and I think we should add it to the library
@rcarson3, unfortunately hypre preconditioners are not currently available on the GPU (not just in mfem, but in general), at least not in the memory model we are targeting. The hypre...
> We're now at the point where we can begin looking at refactoring the newer material models assembly code to go from being element assembly form to a partial assembly...