Sun, 6 Aug 2023 14:07:04 +0800 Change Global Release version to 23.07 Mon, 24 Jul 2023 14:23:55 +0800 Fixed a bug in parallel compilation. This was likely caused by a change in parser. Tue, 2 May 2023 16:25:29 -0700 adding bye in Slovenian and Polish, JB Fri, 14 Apr 2023 11:33:24 -0700 Fixed a bug in the parser to vonMisesArmstrongFrederick that linked to the old, template implementation that causes memory leak. Wed, 12 Apr 2023 13:51:50 -0700 Fixed a bug in the UMFpack solver wrapper that causes memory leak. Tue, 21 Mar 2023 12:03:40 -0700 Trim PFEMAnalysis to be more concise and easier for testing. Tue, 21 Mar 2023 11:47:33 -0700 Start the implementation of PFEM Fri, 3 Feb 2023 10:03:38 -0800 Update compatible ParaView version. Wed, 1 Feb 2023 13:27:52 -0800 Add Dutch for bye. Change lifespan to 2 years. Update global release version name. Tue, 31 Jan 2023 14:59:23 -0800 Update DSL for wave_field_inversion. Mon, 30 Jan 2023 17:57:36 -0800 Improve speed of inverse modeling and bug fixes. Fri, 20 Jan 2023 12:33:35 -0800 Fixed a bug in having multiple components for target motions. Thu, 19 Jan 2023 12:09:30 -0800 Found a bug in handling motions with more than 1C. Working on fixing it. Wed, 18 Jan 2023 15:07:12 -0800 Checking some functions in the parallel inverse motion algorithm. Clean up some messages. Wed, 18 Jan 2023 09:40:45 -0800 Fix another bug in collecting the objective functional gradient in parallel. Wed, 18 Jan 2023 09:30:49 -0800 Fixed a bug in getting the objective functional gradient in parallel. Tue, 17 Jan 2023 14:06:16 -0800 Fixed a bug in parallel when sending the Bd vector. Wed, 28 Dec 2022 17:00:33 -0800 Fixed a bug for sending DRM node info in parallel. Wed, 28 Dec 2022 16:28:20 -0800 Implement function to reset the forward integrator after each iteration. Tue, 27 Dec 2022 16:35:44 -0800 Added and fixed functions to get trial displacements resulting from forward simulations in parallel. Sat, 24 Dec 2022 14:13:11 -0800 Fixed bug in properly sync the B vector in parallel. Fri, 23 Dec 2022 10:32:25 -0800 Fixed a bug in reducing adjointRHS from subdomains. Fri, 16 Dec 2022 13:23:36 -0800 Add functions to sync the objective functional gradient and adjoint RHS between all processes. Thu, 15 Dec 2022 17:41:06 -0800 Added functions to properly send DRM nodes to subdomains. This is used to apply DRM forces in subdomains. Thu, 15 Dec 2022 12:50:10 -0800 Implement function to properly send the trial DRM forces for each iteration. This is needed for forward simulation in parallel. Thu, 15 Dec 2022 12:28:13 -0800 Added functions to properly execute forward simulation in parallel. Didn't want to touch existing functions so created a new function named newForwardStep. Wed, 14 Dec 2022 16:52:32 -0800 Added functions for forward integration in parallel. More to be done Wed, 14 Dec 2022 15:14:47 -0800 Small bug fix. Wed, 14 Dec 2022 13:25:03 -0800 More work on parallel implementation of inverse modeling Thu, 1 Dec 2022 16:49:53 -0800 Continue work on parallel implementation of inverse modeling. Wed, 30 Nov 2022 17:19:28 -0800 Working on parallel implementation of inverse motion. Need to move all operations involving global K/C/M to the solver level. Otherwise the parallelization is not really useful... Thu, 6 Oct 2022 17:00:24 -0700 Implement forming RHS in parallel for inverse motion. Thu, 6 Oct 2022 14:50:36 -0700 Implement functions to send target nodes and dofs to subdomains. Wed, 5 Oct 2022 18:58:40 -0700 implement transfer of Bd vector between processes. Tue, 4 Oct 2022 16:46:41 -0700 Added functions to properly set up links from and to the inverse motion domain decomposition analysis. Fri, 30 Sep 2022 17:00:04 -0700 Working on parallel implementation of inverse motion.