compute mesh/area command

Warning

GPU support for this command has not been tested and may not work as expected.

Syntax

compute ID group-ID mesh/area general_keyword general_values mesh_id
  • ID, group-ID are documented in compute command

  • velocity/mesh = style name of this compute command

  • general_keywords general_values are documented in compute

  • mesh_id = ID of the mesh of which the velocity is to be computed

Examples

compute 1 all mesh/area my_mesh_id

Description

Define a computation that calculates the area of a mesh.

Output info:

This compute calculates a global scalar containing the mesh area. This value can be used by any command that uses a global scalar value from a compute as input. See Section_howto 15 for an overview of Aspherix® output options.

Restrictions

None.

Default

None.