-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
CellFE constructor now gets optional arguments and pass them down #728
Conversation
such that now one may pass an arbitrary list of optional arguments to the CellFE constructor
Codecov Report
@@ Coverage Diff @@
## master #728 +/- ##
==========================================
- Coverage 88.06% 88.06% -0.01%
==========================================
Files 132 132
Lines 15040 15038 -2
==========================================
- Hits 13245 13243 -2
Misses 1795 1795
Continue to review full report at Codecov.
|
… passing_cellfe_optargs
…into passing_cellfe_optargs
@amartinhuertas for me we can merge this and release a new patch. |
Ok. I will do it. But ... let me check it first from GridapDistributed.jl. |
@fverdugo @santiagobadia
This PR includes a set of changes I have required in order to implement my current approach for globally consistent parallel RT spaces in GridapDistributed.jl. (see gridap/GridapDistributed.jl#64 for more details). Let me know your thoughs (perhaps there are better approaches, but I think this is a resonable one, e.g., it does not introduce breaking release changes in Gridap).
To be merged after PR #726