import CartesianCoordiantes into ET

Issue #1357 new
Roland Haas created an issue

CartesianCoordinates provides a minimal Llama Coordiantes interface providing only Cartesian coordinates. Useful to run thorns that require Llama when Llama is not available.

The thorn is currently in incoming.

Keyword:

Comments (2)

  1. Ian Hinder
    • removed comment

    We talked about moving this functionality into CoordBase once Llama was publicly available, which it now is. Rather than introducing an additional thorn, we could do this.

    Note that Kranc-generated thorns determine dynamically at runtime whether Llama is available, and hence are not affected by this issue.

  2. Roland Haas reporter
    • removed comment

    As discussed in today (2013-12-02) ET call: Instead of including it as is, rename to MultiPatchBase or JacobianBase and include as a "base" thorn similar to ADMBase that defines the interface. Llama's Coordinates thorn would then inherit from this thorn.

  3. Log in to comment