gridap / GridapDistributed.jl

Parallel distributed-memory version of Gridap
MIT License
103 stars 15 forks source link

Let pass kwargs to distributed measures #150

Closed ericneiva closed 2 months ago

ericneiva commented 2 months ago

This little PR lets one pass keyword arguments for measures.

It is needed to use GridapEmbedded's algoim quadratures in distributed workflows.

JordiManyer commented 2 months ago

Hey @ericneiva, thanks for the contribution! Could you edit NEWS.md to reflect these changes?

ericneiva commented 2 months ago

Of course, done, @JordiManyer! Thanks to you for accepting the PR!