SharpFE
SharpFE copied to clipboard
Lightweight, modular finite element solver for .net
Is there a way to apply force and moment releases to elements such as `Linear3DBeam`?
Distributed loads should be converted to equivalent nodal masses (dependent on the element to which they are applied - particularly the shape functions of that element). A separate library should...
Boundary conditions should be able to be fixed/constrained on an arbitrary plane, and not fixed to just one of the three global planes.
I have been running a test where I have a single cantilevered 3D beam with two nodes of length N and a stacked beam divided into multiple segments whose total...