Ian Hinder

Results 62 comments of Ian Hinder

As I understand this issue, the aim is to have sync and boundaries as part of the same operation at the Kranc level. So the logic which determined when one...

I believe the problem is that the checking code doesn't know what to make of IfB, or indeed IfThen. As far as TensorTools is concerned, these are just functions. How...

I had assumed that Kranc thorns would inherit from MoL, but it turns out that this is not the case (and I think has never been the case). Kranc thorns...

Yes, we should make it a standard Mathematica application. It might also be useful to see to what extent Kranc could be used from the notebook interface. Many people will...

Can you be more specific? Are you referring to the code generated in Boundaries.c which "selects" boundary conditions for variables? In the generated code for SimpleWave, all the error conditions...

There are two separate pieces of code for selecting boundary conditions for variables. One is the old code for evolved variables in Boundaries.m, and the other is new code for...

Would we also run the mclachlan tests again with the newly-generated code if there are differences?

Would we also run the mclachlan tests again with the newly-generated code if there are differences?

Errors due to missing entries in calculations lack any sort of context. See for example http://lists.einsteintoolkit.org/pipermail/users/2015-August/004439.html. It would be better to add "while parsing the Nth entry in KeywordParameters" in...