#include <string>
#include <iostream>
#include <limits>
#include "includes/define.h"
#include "utilities/openmp_utils.h"
#include "custom_utilities/AuxiliaryFunctions.h"
#include "custom_utilities/GeometryFunctions.h"
#include "custom_elements/spheric_particle.h"
#include "thermal_dem_application_variables.h"
Go to the source code of this file.
|
| Kratos |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
|
|
|
std::istream & | Kratos::operator>> (std::istream &rIStream, ThermalSphericParticle &rThis) |
|
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const ThermalSphericParticle &rThis) |
|
◆ PARTICLE_NEIGHBOR
#define PARTICLE_NEIGHBOR 4 |
◆ WALL_NEIGHBOR
◆ WALL_NEIGHBOR_CONTACT
#define WALL_NEIGHBOR_CONTACT 1 |
◆ WALL_NEIGHBOR_NONCONTACT
#define WALL_NEIGHBOR_NONCONTACT 2 |