public class MurtyMechSolverTest extends UnitTest
Constructor and Description |
---|
MurtyMechSolverTest() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
test() |
void |
testHybridSolves() |
void |
testPegInHole(int nz,
int nr,
int ntests) |
void |
testPegInHole(int nz,
int nr,
Vector3d force,
double mu)
Create a test case involving peg-in-hole contact with many contact
points and friction.
|
void |
testSolves() |
check, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkNormedEquals, checkNormedEquals, getSilent, printUsageAndExit, runtest, setSilent
public void testSolves()
public void testHybridSolves()
public void testPegInHole(int nz, int nr, int ntests)
public void testPegInHole(int nz, int nr, Vector3d force, double mu)
nz
- number of rings of contact points along znr
- number of contact points about each ringforce
- to apply to the center of the pegmu
- friction coefficientpublic static void main(java.lang.String[] args)