|
peclet-dem
Performance-portable XPBD Discrete Element Method (Kokkos + ArborX)
|
Portable mirror of ManifoldConstraint. More...
#include <contact_preprocessing.hpp>
Public Attributes | |
| int | bodyA |
| int | bodyB |
| F4 | normal_sum |
| F4 | torque_armA_sum |
| F4 | torque_armB_sum |
| F4 | rA_sum |
| F4 | rB_sum |
| int | num_points |
| F4 | wallVel_sum {0.0f, 0.0f, 0.0f, 0.0f} |
| float | restitution_sum {0.0f} |
Portable mirror of ManifoldConstraint.
Definition at line 48 of file contact_preprocessing.hpp.
| int peclet::dem::ManifoldC::bodyA |
Definition at line 49 of file contact_preprocessing.hpp.
Referenced by peclet::dem::solveVelocityKokkos().
| int peclet::dem::ManifoldC::bodyB |
Definition at line 50 of file contact_preprocessing.hpp.
Referenced by peclet::dem::solveVelocityKokkos().
| F4 peclet::dem::ManifoldC::normal_sum |
Definition at line 51 of file contact_preprocessing.hpp.
Referenced by peclet::dem::reduceContactsToManifoldsKokkos(), and peclet::dem::solveVelocityKokkos().
| F4 peclet::dem::ManifoldC::torque_armA_sum |
Definition at line 52 of file contact_preprocessing.hpp.
Referenced by peclet::dem::reduceContactsToManifoldsKokkos(), and peclet::dem::solveVelocityKokkos().
| F4 peclet::dem::ManifoldC::torque_armB_sum |
Definition at line 53 of file contact_preprocessing.hpp.
Referenced by peclet::dem::reduceContactsToManifoldsKokkos(), and peclet::dem::solveVelocityKokkos().
| F4 peclet::dem::ManifoldC::rA_sum |
Definition at line 54 of file contact_preprocessing.hpp.
Referenced by peclet::dem::reduceContactsToManifoldsKokkos(), and peclet::dem::solveVelocityKokkos().
| F4 peclet::dem::ManifoldC::rB_sum |
Definition at line 55 of file contact_preprocessing.hpp.
Referenced by peclet::dem::reduceContactsToManifoldsKokkos(), and peclet::dem::solveVelocityKokkos().
| int peclet::dem::ManifoldC::num_points |
Definition at line 56 of file contact_preprocessing.hpp.
Referenced by peclet::dem::reduceContactsToManifoldsKokkos(), and peclet::dem::solveVelocityKokkos().
| F4 peclet::dem::ManifoldC::wallVel_sum {0.0f, 0.0f, 0.0f, 0.0f} |
Definition at line 60 of file contact_preprocessing.hpp.
Referenced by peclet::dem::reduceContactsToManifoldsKokkos(), and peclet::dem::solveVelocityKokkos().
| float peclet::dem::ManifoldC::restitution_sum {0.0f} |
Definition at line 61 of file contact_preprocessing.hpp.
Referenced by peclet::dem::reduceContactsToManifoldsKokkos(), and peclet::dem::solveVelocityKokkos().