Skip to main content

mesh:make plane levelset

Version: 0.0.0

Description

Computes the level set for a plane using coordinates.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
coordinatesabstract_meshed_region, field
Pin 1
Required
normalfieldAn overall 3D vector that gives the normal direction of the plane.
Pin 2
Required
originfieldAn overall 3d vector that gives a point of the plane.

Outputs

OutputNameExpected type(s)Description
Pin 0fieldfield

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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_plane_levelset

Full name: mesh.make_plane_levelset

Internal name: levelset::make_plane

License: None

Changelog

  • Version 0.0.0: Initial release.