Interface ConstrList

    • Method Detail

      • create

        Constr create​(java.lang.String tag,
                      java.lang.String[] shtags)
        Creates a constraint using shape functions.
        Parameters:
        tag - Constraint tags.
        shtags - Shape function tags.
        Returns:
        Created constraint.
      • create

        Constr create​(java.lang.String tag,
                      int nglobal)
        Creates a global constraint with the specified number of components.
        Parameters:
        tag - Constraint feature tag.
        nglobal - Number of components.
        Returns:
        Created constraint.