mesh:make sphere levelset
Version: 0.0.0
Description
Computes the level set for a sphere using coordinates.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | coordinates | abstract_meshed_region, field | |
| Pin 1 Required | origin | field | An overall 3d vector that gives a point of the plane. |
| Pin 2 Required | radius | double | Sphere radius. |
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: mesh
Plugin: core
Scripting name: make_sphere_levelset
Full name: mesh.make_sphere_levelset
Internal name: levelset::make_sphere
License: None
Changelog
- Version 0.0.0: Initial release.