LLNL / serac

Serac is a high order nonlinear thermomechanical simulation code
BSD 3-Clause "New" or "Revised" License
173 stars 30 forks source link

Attempting to integrate an interior surface integral #1152

Open kswartz92 opened 3 weeks ago

kswartz92 commented 3 weeks ago

It's unclear to me how to integrate an interior surface, or if it's even possible. I attempted to grab faces using serac::Domain::ofFaces and then give this domain to a serac::Functional boundary integral, but I get this error- "Error: trying to evaluate a boundary integral over a non-boundary domain of integration"