geo:normals provider nl (nodes, faces, or elements)
Version: 0.0.0
Description
Computes the normals on nodes/faces/elements based on integration points (more accurate for non-linear elements) on a skin mesh.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | mesh | abstract_meshed_region | Skin, face, or shell mesh region. |
| Pin 1 | mesh_scoping | scoping | Elemental, ElementalNodal, or Nodal scoping. Location derived from this. |
| Pin 9 | requested_location | string | If no scoping, specifies location. If scoping is Elemental or ElementalNodal this overrides scoping. Default is Elemental. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: geo
Plugin: core
Scripting name: normals_provider_nl
Full name: geo.normals_provider_nl
Internal name: normals_provider_nl
License: None
Changelog
- Version 0.0.0: Initial release.