PK_mass_local_density_t   

typedef int PK_mass_local_density_t;

Used in:

PK_TOPOL_eval_mass_props_o_t


This datatype controls the behaviour of mass property calculations regarding
local density attributes.  Dependent on the dimension of relevant topologies,
behaviour is slightly different and outlined precisely within the applicable
option context.
It has the values:

    PK_mass_local_density_override_c
                              Local density overrides body density of
                              applicable dimension.

    PK_mass_local_density_additive_c
                              Local density acts in an additive way.

    PK_mass_local_density_ignore_c
                              Local density is ignored, and makes no mass
                              property contributions.

    PK_mass_local_density_unset_c
                              Local density behaviour is not specified.