Closed shadisharba closed 6 years ago
Discussed in issue #36
Now boundary conditions may look like:
"BoundaryConditions" : [{ "Name" : "Clamped", "Type" : "Displacement", "Time" : [0.0, 30], "x" : [0.0, 0.0], "y" : [0.0, 0.0], "z" : [0.0, 0.0] }, { "Name" : "x-fixed", "Type" : "Displacement", "Time" : [0.0, 30], "x" : [0.12, 0.10], "GenerateType" : "Sinusoidal", "Period" : [10,10], "Phase" : [0,0], "NumberOfCycles" : [2,1] }]
Coverage remained the same at 77.124% when pulling edf805d940727c27bb39a2cb626cd31ffe637b4a on shadialameddin:master into 067fb1177681e7bb0d96de857db010aa9153d504 on dbeurle:master.
Discussed in issue #36
Now boundary conditions may look like: