Wolfgang Bangerth

Results 287 comments of Wolfgang Bangerth

Here's what transpired in my brain during @marcfehling 's presentation: ``` template class MeshAttachedData { public: /** * Constructor. The argument is the triangulation class to whose cells we want...

Yes to points 1 & 3. For 2: You want these functions because when you serialize/deserialize, the `Triangulation::execute_coarsening_and_refinement() ` function may not be called. If the `SolutionTransfer` class was built...

Regarding @kronbichler comment: ``` template void add_data_source (const DoFHandler &dof_handler, const VectorType &vector) ``` This function would be implemented in the .h file and simply call the other function with...

On 7/3/23 08:31, Marc Fehling wrote: > We already have a class |CellAttachedData|, with slightly different > responsibilities, which used to be internal to |p::d::T|. I think this name >...

No need to apologize :-) Let us know when you think it's in a state where you want anyone to review it!

Let's keep it open. I'd rather have an open PR than half-finished stuff in the project :-)

@RobbieTheK Can I assume that using a batch script solved the problem?

What I meant to ask is whether you found a way to make it work for you?

I don't know that I have anything to offer. I don't know much about singularity (or containers in general) and I don't work on the TACC machines. I'm also not...