On 6/13/22 16:35, Kaushik Das wrote:
I am getting a compilation error.
Something like std pair cannot be created for
FilteredIterator>>>
Is these utility methods in the Threads namespace available even if I build
deal.ii without TBB support?
I'm not sure. What is the exact piece of code you
Thank you very much for catching the mistake.
It is working now.
As for the Threads::split_range
I am getting a compilation error.
Something like std pair cannot be created for
FilteredIterator>>>
Is these utility methods in the Threads namespace available even if I build
deal.ii without TBB
Hi,
I am looking for ways to solve a coupled problem in which a fluid flows
through an elastic channel in a non-stationary formulation, i.e. a
displacement of the walls is allowed. I found that step-46 allows to solve
such a problem, but in the stationary formulation, where the channel walls
a
Hi,
This type of integral can be computed with the tools presented in the Step-85
tutorial:
https://www.dealii.org/developer/doxygen/deal.II/step_85.html
which you can use if you install the master branch of deal.II (or wait for the
soon-released 9.4 version).
In particular, take a look at t