Gareth Tribello

Results 17 comments of Gareth Tribello

OK @GiovanniBussi I hope that should be all of those problem fixed now

Hello @GiovanniBussi What you have done here seems sensible. I don't think I can do it better.

Hello I had a look at this and if you are using domain decomposition it is necessary to have that call twice per step. There is a difference between what...

It does the following check ```c++ unsigned nforced_actions=0, nactive_actions=0; for(unsigned i=0; iisActive() ) { nactive_actions++; if( actions[i]->hasForce ) nforced_actions++; } } if( nforced_actions

HI @GiovanniBussi I've updated this using the Heuristic you suggested on Wednesday. The speedup is the same as it was before this update. I hope that the decision as to...

HI @GiovanniBussi I'm not totally convinced by any of this. I also don't think I explained very well in my previous message. I would like to explain how it works...

Hello Thanks for these comments. The headers thing is easy enough to fix and I will try to get it done in the not too distant future. The second problem...