Documentation sections
BENCHMARKS

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:


Community Discussion

The following comments are pulled in from our Discourse forum and contain community-generated content.


This article was written by Wenqing Wang. If you are missing something or you find an error please reach out to us on our forum.
Generated with Hugo 0.164.0 in CI job 825193 | Last revision: April 20, 2026
Commit: refactor(MeshLib): remove PropertyVector::push_back 870422dde  | Edit this page on