public class AxialMaterialTest extends UnitTest
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
test()
Test method executed by runtest().
|
void |
testMaterial(AxialMaterial mat,
double l0,
double tol)
Tests a material by comparing the computed derivatives with the numeric
derivative of the same.
|
check, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkNormedEquals, checkNormedEquals, getSilent, runtest, setSilent
public void testMaterial(AxialMaterial mat, double l0, double tol)
mat
- material to testtol
- tolerance by which the computed and numeric derivatives should
match. Typically, this should be around 1e-8.public static void main(java.lang.String[] args)