Element_deactivation

 

Data Structure: Element_deactivation

Description

Element deactivation data

Usage

Element_deactivation     NUM=ival   where ival  is the data structure number

 

Description

Overview

The Element_deactivation data structure allows to remove small elements from a mesh which otherwise may cause numericall issues. The removal is performed based on edge length criteria so that elements with edge lengths below the user defined threshold are removed. Two workflow steps may be distinguished when using Element_deactivation: 1) Generation of the new mesh and 2) Usage of the new mesh during the simulation. When generating the new mesh 2 files will be output:

Filename_elem_deac.geo: a .geo file containing the geometry with the new mesh

Filename_elem_deac: Binary file without extension that contains information required during usage/simulation workflow step.

 

It should be noted that in the new mesh the elements and nodes will be renumbered so that the numbering is compact (i.e. there are no missing numbers). During the usage / simulation workflow step we can optionally choose to output the results in the plot files "projected" to the original element and node numbers by setting the Reflate_flag to 1. It is noted that Spatial_grid with types "nodal" or "element" with data defined for the original mesh will still be usable for the new mesh and the value assignments to the new node/element numbers will be automatically performed by ParaGeo.

 

 

Click to expand/collapseRemoval_algorithm    Removal Algorithm

 

Click to expand/collapseSearch_algorithm    Search Algorithm

 

Click to expand/collapseMinimum_edge_length    Element edge length threshold

 

Click to expand/collapseGeometry_output_flag    Geometry output flag

 

Click to expand/collapseReflate_flag    Reflate flag

 

Click to expand/collapseDeactivation_file_name    Name of the deactivation file