public class ForceTarget extends ModelComponentBase implements HasProperties
ModelComponent.NavpanelVisibility
Modifier and Type | Field and Description |
---|---|
static PropertyList |
myProps |
enforceUniqueCompositeNames, enforceUniqueNames, myNumber, NULL_OBJ, useCompactPathNames
Constructor and Description |
---|
ForceTarget() |
ForceTarget(VectorNd lam,
BodyConnector con) |
Modifier and Type | Method and Description |
---|---|
int |
addForceJacobian(SparseBlockMatrix J,
int bi,
int solve_index) |
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
BodyConnector |
getConstraint() |
java.lang.String |
getConstraintName() |
VectorNd |
getMyTargetForce() |
void |
setConstraint(BodyConnector cons) |
void |
setMyTargetForce(VectorNd lam) |
checkFlag, checkName, checkNameUniqueness, clearFlag, clone, connectToHierarchy, copy, createTempFlag, disconnectFromHierarchy, getChildren, getGrandParent, getHardReferences, getName, getNameRange, getNavpanelVisibility, getNavpanelVisibility, getNumber, getParent, getProperty, getSoftReferences, hasChildren, hasState, isConnectedToHierarchy, isFixed, isMarked, isSelected, isWritable, makeValidName, makeValidName, notifyParentOfChange, postscan, printReferences, recursivelyContained, recursivelyContains, removeTempFlag, scan, setFixed, setFlag, setMarked, setName, setNavpanelVisibility, setNavpanelVisibility, setNumber, setParent, setSelected, updateReferences, write
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProperty
public static PropertyList myProps
public ForceTarget()
public ForceTarget(VectorNd lam, BodyConnector con)
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class ModelComponentBase
public void setMyTargetForce(VectorNd lam)
public VectorNd getMyTargetForce()
public void setConstraint(BodyConnector cons)
public BodyConnector getConstraint()
public java.lang.String getConstraintName()
public int addForceJacobian(SparseBlockMatrix J, int bi, int solve_index)