Commit Graph

  • dd894b7685 Refactoring. Moved the calculation of the stiffness matrix to a function for avoid recomputation when needed. master iasonmanolas 2021-12-20 19:04:08 +0200
  • 13096dbd6c Added converged bool variable to the summary iasonmanolas 2021-05-01 21:33:10 +0300
  • e49c911524 Removed cmd.cpp iasonmanolas 2021-03-23 11:51:35 +0200
  • 3ea615daf0 Added new rapidjson version because the old one was not compiling under clang iasonmanolas 2021-03-23 11:30:28 +0200
  • aed23c505d Commented DEBUG macro out iasonmanolas 2021-03-17 12:02:58 +0200
  • b5bc25df50 Printing messages only in verbose. iasonmanolas 2021-03-17 12:02:06 +0200
  • 390f45a58a Moved code of src/CMakeLists.txt to CMakeLists.txt . Using target_include_directories instead of include_directories iasonmanolas 2021-03-15 18:46:16 +0200
  • 14532af0da Turned off the building of tests and examples. Iason 2020-02-06 14:06:39 +0100
  • 2db75a14cc Using openmp in release only if available by the compiler. Iason 2020-02-06 13:59:48 +0100
  • 16a775ebb7 Removed the construction of an exexecutable since I am using it only as a library. Iason 2020-02-05 17:00:14 +0100
  • 237152c900 Modified test after morefactoring the calcAelem function. Iason 2020-02-05 15:01:59 +0100
  • 5789631fdc Code refactoring and addition of elemental forces to the output. Iason 2020-02-04 18:56:09 +0100
  • 03f3fe2e52 Computation of the element forces and addition of those to the result struct. Iason 2020-01-21 18:22:19 +0100
  • 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. Ryan Latture 2017-10-24 14:57:35 -0700
  • 3a756f4eb5 Reformatted whitespace. Ryan Latture 2017-10-24 14:24:52 -0700
  • cc304ce779 Increased the length of the vector containing finite element parameter pairs. Ryan Latture 2016-11-09 15:02:06 -0800
  • cb41282151 Upgraded Eigen 3.2.7 -> 3.2.9 Ryan Latture 2016-10-03 23:03:44 -0700
  • e644a61179 Updated the docs to reflect the addition of linear multi-point contraints. Ryan Latture 2016-10-03 22:40:03 -0700
  • b21af8e414 Ignore clang complete configuration. Ryan Latture 2016-10-03 22:03:54 -0700
  • 692e8878e6 Added the ability to set linear multi-point equation constraints. Ryan Latture 2016-10-03 22:03:02 -0700
  • f9974df76f Removed redundant throw of runtime errors when parsing configuration file. Ryan Latture 2016-10-03 21:56:57 -0700
  • 28ed5ed215 Reformatted whitespace. Ryan Latture 2016-10-03 21:55:52 -0700
  • 2e5393a4b6 Added prune step before compressing global stiffness matrix. Ryan Latture 2016-07-05 11:17:33 -0700
  • 535daa9b49 Fixed typo in error message. Ryan Latture 2016-05-04 16:44:38 -0700
  • 697cbfadff Moved standard library includes from FEA header to source file. Ryan Latture 2015-12-08 17:02:29 -0800
  • 0d30fdab40 Upgraded Eigen 3.2.4 -> 3.2.7 Ryan Latture 2015-12-08 16:58:08 -0800
  • dd7a4f81d5 Added screenshot of GUI. Ryan Latture 2015-12-06 19:56:32 -0800
  • e1548467a1 Added the command line output from the full report when running the cantilever beam example. Ryan Latture 2015-12-06 19:43:41 -0800
  • 308c4db8dc Removed newline characters. Ryan Latture 2015-11-12 18:40:20 -0800
  • ee3680bf8e Removed equations and replaced with code snippets. Ryan Latture 2015-11-12 18:32:21 -0800
  • b5774a4618 Regenerated docs to reflect updated build instructions. Ryan Latture 2015-11-09 12:03:59 -0800
  • 1f25addbd1 Updated build instructions to reflect default build changing to release mode and requiring path to Qt be set by user. Ryan Latture 2015-11-09 12:02:47 -0800
  • 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. Ryan Latture 2015-11-09 12:01:17 -0800
  • 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. Ryan Latture 2015-11-09 11:59:43 -0800
  • 14d02526a6 Initial commit of open source version. Ryan Latture 2015-11-05 10:36:26 -0800