Hello Everyone! Currently I'm trying to figure out how does work example programs from this topic: https://communities.bentley.com/products/geotech-analysis/w/wiki/45468/creating-user-defined-soil-models After several tries I've downloaded and started ifort compilator in a command line. But instead of dynamic library i got an error message, like this: LINK : fatal error LNK1181: unable to open input file "dfusrlib.lib" As I understand it means this library (dfusrlib.lib) is a part of a original fortran program which was not included in the archive of example (added under the topic above)So, the question is:1. Does anyone have this file, or I did understand something wrong?2. Is there those, who tried to make a user-defined model? I need some specific discussion about non-linear behavior, stiffness matrix, etc.
[Upd] So to compile the example usrmod.for it is only need to lainch IFCOMP64.bat by the command line like"C:\...\udsm_examples_2016\example\IFCOMP64.bat"(of course only after you downloaded and installed ifort compilator and set the right folder for "PATH" in windows system variables)the content of .bat is:and it just does not match the tutorial =)The second question is active although