- Sep 14, 2023
-
-
wenqing authored
-
- Aug 15, 2023
-
-
Chaofan Chen authored
-
- Jul 19, 2023
-
-
- May 30, 2023
-
-
Tom Fischer authored
-
- Jan 03, 2023
-
-
Dmitri Naumov authored
-
- Sep 28, 2022
-
-
- Aug 02, 2022
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jun 30, 2022
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jun 28, 2022
-
-
Dmitri Naumov authored
Removing unique_ptr and constness from the members allowing removing the constructors. Defaulting ProcessVariable move ctor.
-
- May 24, 2022
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The previous method was based on material ids, but now it is gone there must be another method to find out whether an element is active or not.
-
Dmitri Naumov authored
A deactivated subdomain consists of a single set of elements (with inner and outer nodes) instead of multiple meshes, one for each material id. In the former implementation the artificially created boundary between two deactivated subdomains was not handled correctly resulting in singular global matrices.
-
- Apr 01, 2022
-
-
Christoph Lehmann authored
-
- Feb 04, 2022
-
-
wenqing authored
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Jul 29, 2021
-
-
-
wenqing authored
-
- Jun 24, 2021
-
-
Tom Fischer authored
-
- Jun 08, 2021
-
-
Dmitri Naumov authored
Some parts of the code expect an empty set of active elements if all of the elements are active.
-
- Jun 07, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The previous implementation was looking for one deactivated subdomain, but there could be multiple subdomains inactive at the same time. Now all deactivated subdomains are searched for active/inactive elements.
-
- May 11, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Allowing not only a zero value to be applied to the inactive nodes but also heterogeneous, time-dependent values.
-
- Mar 31, 2021
-
-
Dmitri Naumov authored
Using elements centers for the condition.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Creating the curve for time interval s.t. the whole material ids group is deactivated, as it was for the time interval case.
-
Dmitri Naumov authored
The set of deactivated nodes is now constructed on the fly using the active elements set passed from the process variable.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Mar 20, 2021
-
-
Dmitri Naumov authored
-
- Mar 19, 2021
-
-
Dmitri Naumov authored
Code simplification and one less dereferencing at run time.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Same thing is checked after the find_if.
-
- Mar 15, 2021
-
-
Dmitri Naumov authored
The name reflects the special nature of the nodes, namely that these are nodes not touching the active elements.
-