zjwegert / GridapTopOpt.jl

A computational toolbox for level set-based topology optimisation in Julia
MIT License
10 stars 1 forks source link

Functions of IntegrandWithMeasure #38

Open zjwegert opened 9 months ago

zjwegert commented 9 months ago

An issue for allowing something like the following F(u,φ,dΩ1,dΩ2,...) = ∫(f)dΩ1*∫(g)dΩ2 and G(u,φ,dΩ1,dΩ2,...) = ∫(f)dΩ1/∫(g)dΩ2 with AD capability as discussed on Slack @JordiManyer.