Interface PhysicsFeatureList

    • Method Detail

      • create

        PhysicsFeature create​(java.lang.String tag,
                              java.lang.String feature)
        Creates a physics feature.
        Parameters:
        tag - The feature tag.
        feature - The feature type identifier.
        Returns:
        Created physics feature.
      • create

        PhysicsFeature create​(java.lang.String tag,
                              java.lang.String feature,
                              int dim)
        Creates a physics feature.
        Parameters:
        tag - The feature tag.
        feature - The feature type identifier.
        dim - The geometric entity level to assign the feature to.
        Returns:
        Created physics feature.