Commit Graph

18 Commits

Author SHA1 Message Date
iasonmanolas dd894b7685 Refactoring. Moved the calculation of the stiffness matrix to a function for avoid recomputation when needed. 2021-12-20 19:04:08 +02:00
iasonmanolas 13096dbd6c Added converged bool variable to the summary 2021-05-01 21:33:10 +03:00
iasonmanolas e49c911524 Removed cmd.cpp 2021-03-23 11:51:35 +02:00
iasonmanolas 3ea615daf0 Added new rapidjson version because the old one was not compiling under clang 2021-03-23 11:30:28 +02:00
iasonmanolas aed23c505d Commented DEBUG macro out 2021-03-17 12:02:58 +02:00
iasonmanolas b5bc25df50 Printing messages only in verbose. 2021-03-17 12:02:06 +02:00
iasonmanolas 390f45a58a Moved code of src/CMakeLists.txt to CMakeLists.txt . Using target_include_directories instead of include_directories 2021-03-15 18:46:16 +02:00
Iason 16a775ebb7 Removed the construction of an exexecutable since I am using it only as a library. 2020-02-05 17:00:14 +01:00
Iason 5789631fdc Code refactoring and addition of elemental forces to the output. 2020-02-04 18:56:09 +01:00
Iason 03f3fe2e52 Computation of the element forces and addition of those to the result struct. 2020-01-21 18:22:19 +01: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 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 14d02526a6 Initial commit of open source version. 2015-11-05 10:36:26 -08:00