Commit Graph

22 Commits

Author SHA1 Message Date
Ryan Latture a3443cfe66 Updated to latest versions of external libraries: Eigen 3.2.9 -> 3.3.4, gtest 1.7.0 -> 1.8.0, boost 1.59.0 -> 1.65.1, rapidjson 1.0.2 -> 1.1.0. 2017-10-24 14:57:35 -07:00
Ryan Latture 3a756f4eb5 Reformatted whitespace. 2017-10-24 14:24:52 -07:00
Ryan Latture cc304ce779 Increased the length of the vector containing finite element parameter pairs. 2016-11-09 15:02:06 -08:00
Ryan Latture cb41282151 Upgraded Eigen 3.2.7 -> 3.2.9 2016-10-03 23:03:44 -07:00
Ryan Latture e644a61179 Updated the docs to reflect the addition of linear multi-point contraints. 2016-10-03 22:40:03 -07:00
Ryan Latture b21af8e414 Ignore clang complete configuration. 2016-10-03 22:03:54 -07:00
Ryan Latture 692e8878e6 Added the ability to set linear multi-point equation constraints. 2016-10-03 22:03:02 -07:00
Ryan Latture f9974df76f Removed redundant throw of runtime errors when parsing configuration file. 2016-10-03 21:56:57 -07:00
Ryan Latture 28ed5ed215 Reformatted whitespace. 2016-10-03 21:55:52 -07:00
Ryan Latture 2e5393a4b6 Added prune step before compressing global stiffness matrix. 2016-07-05 11:17:33 -07:00
Ryan Latture 535daa9b49 Fixed typo in error message. 2016-05-04 16:44:38 -07:00
Ryan Latture 697cbfadff Moved standard library includes from FEA header to source file. 2015-12-08 17:02:29 -08:00
Ryan Latture 0d30fdab40 Upgraded Eigen 3.2.4 -> 3.2.7 2015-12-08 16:58:08 -08:00
Ryan Latture dd7a4f81d5 Added screenshot of GUI. 2015-12-06 19:56:32 -08:00
Ryan Latture e1548467a1 Added the command line output from the full report when running the cantilever beam example. 2015-12-06 19:43:41 -08:00
Ryan Latture 308c4db8dc Removed newline characters. 2015-11-12 18:40:20 -08:00
Ryan Latture ee3680bf8e Removed equations and replaced with code snippets. 2015-11-12 18:32:21 -08:00
Ryan Latture b5774a4618 Regenerated docs to reflect updated build instructions. 2015-11-09 12:03:59 -08:00
Ryan Latture 1f25addbd1 Updated build instructions to reflect default build changing to release mode and requiring path to Qt be set by user. 2015-11-09 12:02:47 -08:00
Ryan Latture f1eb1296e4 Removed default path to Qt5 widgets in cmake configuration. Should instead be provided by user with CMAKE_PREFIX_PATH pointing to Qt root directory. 2015-11-09 12:01:17 -08:00
Ryan Latture c78a4a6ab7 Set default build to release if none provided by user. Turn off option to build GUI. Add OpenMP flag to compiler options of release build. 2015-11-09 11:59:43 -08:00
Ryan Latture 14d02526a6 Initial commit of open source version. 2015-11-05 10:36:26 -08:00