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¶
NativeArrayContainsParticlesWithInfiniteMass
The flags array.