Package com.comsol.model
Interface ConstrList
-
- All Superinterfaces:
java.lang.Iterable<Constr>
,ModelEntity
,ModelEntityList<Constr>
,PrimitiveModelEntity
public interface ConstrList extends ModelEntityList<Constr>
List of constraints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Constr
create(java.lang.String tag, int nglobal)
Creates a global constraint with the specified number of components.Constr
create(java.lang.String tag, java.lang.String[] shtags)
Creates a constraint using shape functions.-
Methods inherited from interface com.comsol.model.ModelEntity
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
-
Methods inherited from interface com.comsol.model.ModelEntityList
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
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.
-
-