PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
anonymous_namespace{main.cpp}::PackedParticle Struct Reference
Collaboration diagram for anonymous_namespace{main.cpp}::PackedParticle:

Data Fields

int zone {}
 
double x {}
 
double y {}
 
double z {}
 
double r {}
 
double theta {}
 

Detailed Description

Definition at line 38 of file main.cpp.

Field Documentation

◆ r

double anonymous_namespace{main.cpp}::PackedParticle::r {}

◆ theta

double anonymous_namespace{main.cpp}::PackedParticle::theta {}

Definition at line 40 of file main.cpp.

40{}, y{}, z{}, r{}, theta{};

◆ x

double anonymous_namespace{main.cpp}::PackedParticle::x {}

Definition at line 40 of file main.cpp.

40{}, y{}, z{}, r{}, theta{};

Referenced by anonymous_namespace{main.cpp}::doesParticleIntersect().

◆ y

double anonymous_namespace{main.cpp}::PackedParticle::y {}

Definition at line 40 of file main.cpp.

40{}, y{}, z{}, r{}, theta{};

Referenced by anonymous_namespace{main.cpp}::doesParticleIntersect().

◆ z

double anonymous_namespace{main.cpp}::PackedParticle::z {}

Definition at line 40 of file main.cpp.

40{}, y{}, z{}, r{}, theta{};

Referenced by anonymous_namespace{main.cpp}::doesParticleIntersect().

◆ zone

int anonymous_namespace{main.cpp}::PackedParticle::zone {}

Definition at line 39 of file main.cpp.

39{};

The documentation for this struct was generated from the following files: