Linear; Element deactivation

The problem definition is exactly the same as that of Disc with hole. With the element deactivation approach, the problem is solved as 2D and 3D benchmarks, respectively.

The input data set of the element deactivation approach is specified inside the tag of <process_variable> ... </process_variable>. For example, the following input means to deactivate the elements with MaterialIDs of 0 within a time interval from 0 to 1:

    <process_variables>
        <process_variable>
            ...
            <deactivated_subdomains>
                <deactivated_subdomain>
                    <time_interval>
                        <start>0</start>
                        <end>1</end>
                    </time_interval>
                    <material_ids>0</material_ids>
                </deactivated_subdomain>
            </deactivated_subdomains>
            ....
        <process_variables>
    <process_variable>

The input syntax can be also found in the project files of the two benchmarks:

Mesh

2D and 3D meshes

Results and evaluation

2D results

3D results:


This article was written by Wenqing Wang. If you are missing something or you find an error please let us know.
Generated with Hugo 0.122.0 in CI job 430699 | Last revision: February 20, 2024
Commit: [App|PVTU2VTU] Faster computation of unique nodes and mapping d5e28bc  | Edit this page on