[Commits] [ianhinder/Kranc] 5f2e80: KrancThorn.m: Move coordinates code processing to ...

Ian Hinder ian.hinder at aei.mpg.de
Sun Sep 15 09:57:58 CDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/ianhinder/Kranc
  Commit: 5f2e80404eae61e51a2b30f8a8468238b5ee66aa
      https://github.com/ianhinder/Kranc/commit/5f2e80404eae61e51a2b30f8a8468238b5ee66aa
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Move coordinates code processing to a separate function


  Commit: 77f92e59643ca5d3b734804ad865b2c708a4d304
      https://github.com/ianhinder/Kranc/commit/77f92e59643ca5d3b734804ad865b2c708a4d304
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Move inheritance of grid into coordinates function


  Commit: 4d0bde5e5f5bf7a3246f4d4a49ae7e77d0410dd3
      https://github.com/ianhinder/Kranc/commit/4d0bde5e5f5bf7a3246f4d4a49ae7e77d0410dd3
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/CactusBoundary.m
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Move CactusBoundary code processing to CactusBoundary.m


  Commit: 4ef8cd2bd3d7189f6a3469985dfed108e78279b9
      https://github.com/ianhinder/Kranc/commit/4ef8cd2bd3d7189f6a3469985dfed108e78279b9
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/CactusBoundary.m
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  Move Boundary inherited implementations into CactusBoundary.m


  Commit: 3e8deef5ee913da69938ee19e79cb08244c99b93
      https://github.com/ianhinder/Kranc/commit/3e8deef5ee913da69938ee19e79cb08244c99b93
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Collect GenericFD-related code into a single function

Changes ordering of inherited implementations in interface.ccl.


  Commit: e03b75b35e8c36f829827314c3bc1df7f33bf460
      https://github.com/ianhinder/Kranc/commit/e03b75b35e8c36f829827314c3bc1df7f33bf460
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/CodeGenInterface.m

  Log Message:
  -----------
  CodeGenInterface.m: Sort various items in interface.ccl

This should make the generated code less sensitive to internal restructuring in Kranc.


  Commit: 8be50daf85fee7129525cec08a980f606c04d66c
      https://github.com/ianhinder/Kranc/commit/8be50daf85fee7129525cec08a980f606c04d66c
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Move groups check to start of function


  Commit: 5a2501ad37e2c1e38693acc3ba50a5aadb214668
      https://github.com/ianhinder/Kranc/commit/5a2501ad37e2c1e38693acc3ba50a5aadb214668
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Move coordinates processing call earlier in CreateKrancThorn


  Commit: 32d0ab3bffed254af57e5842eebe8a264bce9421
      https://github.com/ianhinder/Kranc/commit/32d0ab3bffed254af57e5842eebe8a264bce9421
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Move input parameter checking earlier in CreateKrancThorn


  Commit: cf78f88818d86cb32cce6eabb7b0fb7fcb2414d5
      https://github.com/ianhinder/Kranc/commit/cf78f88818d86cb32cce6eabb7b0fb7fcb2414d5
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/Jacobian.m
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  Move Jacobian checking call from KrancThorn.m to Jacobian.m


  Commit: 6905628e631f402e635a76f258c667bfe787a57d
      https://github.com/ianhinder/Kranc/commit/6905628e631f402e635a76f258c667bfe787a57d
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Small code rearrangement


  Commit: a9281ab7ebe4aaadd6384e8dbca6e52a63fcfba2
      https://github.com/ianhinder/Kranc/commit/a9281ab7ebe4aaadd6384e8dbca6e52a63fcfba2
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/CodeGenSymmetries.m
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  Move symmetries code processing from KrancThorn.m into CodeGenSymmetries.m


  Commit: b558b23da60f5a0ea65fe78b468a67f070b8c386
      https://github.com/ianhinder/Kranc/commit/b558b23da60f5a0ea65fe78b468a67f070b8c386
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Move calculation splitting call to separate function


  Commit: 508c5fdca83aff15eee3e4f811a478f52e8defd2
      https://github.com/ianhinder/Kranc/commit/508c5fdca83aff15eee3e4f811a478f52e8defd2
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Move option distribution code to its own function


  Commit: 883fc32fe2c5f619a03d663322a45132d2f3cfa9
      https://github.com/ianhinder/Kranc/commit/883fc32fe2c5f619a03d663322a45132d2f3cfa9
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Move ODE code processing into a separate function


  Commit: 20e7a8feb560e494efe6b00db07af8b350fc9783
      https://github.com/ianhinder/Kranc/commit/20e7a8feb560e494efe6b00db07af8b350fc9783
  Author: Ian Hinder <ian.hinder at aei.mpg.de>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M Tools/CodeGen/KrancThorn.m

  Log Message:
  -----------
  KrancThorn.m: Move DeclaredGroups code processing to its own function


Compare: https://github.com/ianhinder/Kranc/compare/d609a1670c3e...20e7a8feb560


More information about the Commits mailing list