precice/calculix-adapter

Assumptions on interface names

クローズ

#128 opened on 2024/09/20

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)C (30 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (59 個のスター)
PR merge metrics
 (PR metrics pending)

説明

To the extent I understand:

  • CalculiX requires node groups to be named starting with N: NwetSurface
  • The adapter takes the names without the N (wetSurface) and automatically "converts it to CalculiX format" (i.e., prepends the N).

We should:

  1. Check if the first assumption really still holds
  2. Not ask the user to remove the N, if that is part of the name

コントリビューターガイド