Wolfgang Bangerth

Results 287 comments of Wolfgang Bangerth

@luca-heltai Any news about this?

Bummer, we missed our window. I've tagged it for the developer workshop.

Can you rebase to see whether the failing test disappears if run again?

Just put it into the list in the first comment above.

I'd like to get this addressed before the release. #15338 adds a bit of documentation, but in the end, what these variables represent is information about the reference cell, not...

Ah, that's a good point. So then yes, we should assume that all faces having the same reference cell are identical.

@Rombur Ping? Can I propose that we postpone this issue to the next release?

For reference, what we're trying to do is convert the deal.II (https://www.dealii.org) library from using the TBB to Taskflow. The `async()` function is one we had previously requested in #172.

For the record, I also tried to use the `tf::Runtime` approach shown in https://taskflow.github.io/taskflow/AsyncTasking.html#LaunchAsynchronousTasksFromARuntime . This leads to the following program, which alas also deadlocks: ``` #include #include #include #include...

@makeuptransfer I have not quite been able to find out what `rt.corun_all()` actually waits for. Is it the single task added by `rt.silent_async()`, or is the `rt` object shared between...