struct MAGES::MeshDeformations::ResetContainsParticlesWithInfiniteMassFlagJob

Overview

Reset the flag that indicates if the simulation mesh has any particles with infinite mass. More…

struct ResetContainsParticlesWithInfiniteMassFlagJob: public IJobParallelFor
{
    // fields

    NativeArray ContainsParticlesWithInfiniteMass;

    // methods

    void Execute(int index);
};

Detailed Documentation

Reset the flag that indicates if the simulation mesh has any particles with infinite mass.

Fields

NativeArray ContainsParticlesWithInfiniteMass

The flags array.