SPHinXsys  alpha version
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SPH::BodyLowerBound Class Reference

the lower bound of a body by reduced particle positions. More...

#include <general_dynamics.h>

Inherits SPH::ParticleDynamicsReduce< Vecd, ReduceLowerBound >, and SPH::DataDelegateSimple< BodyType, ParticlesType, MaterialType >.

Public Member Functions

 BodyLowerBound (SPHBody &sph_body)
 
- Public Member Functions inherited from SPH::ParticleDynamicsReduce< Vecd, ReduceLowerBound >
 ParticleDynamicsReduce (SPHBody &sph_body)
 
Vecd InitialReference ()
 
std::string QuantityName ()
 
virtual Vecd exec (Real dt=0.0) override
 
virtual Vecd parallel_exec (Real dt=0.0) override
 
- Public Member Functions inherited from SPH::ParticleDynamics< Vecd >
 ParticleDynamics (SPHBody &sph_body)
 
SPHBodygetSPHBody ()
 
- Public Member Functions inherited from SPH::DataDelegateSimple< BodyType, ParticlesType, MaterialType >
 DataDelegateSimple (SPHBody &sph_body)
 
BodyType * getBody ()
 
ParticlesType * getParticles ()
 
MaterialType * getMaterial ()
 

Protected Member Functions

Vecd ReduceFunction (size_t index_i, Real dt=0.0) override
 
- Protected Member Functions inherited from SPH::ParticleDynamicsReduce< Vecd, ReduceLowerBound >
virtual void SetupReduce ()
 
virtual Vecd OutputResult (Vecd reduced_value)
 
- Protected Member Functions inherited from SPH::ParticleDynamics< Vecd >
void setBodyUpdated ()
 
virtual void setupDynamics (Real dt=0.0)
 

Protected Attributes

StdLargeVec< Vecd > & pos_
 
- Protected Attributes inherited from SPH::ParticleDynamicsReduce< Vecd, ReduceLowerBound >
ReduceLowerBound reduce_operation_
 
std::string quantity_name_
 
Vecd initial_reference_
 
ReduceFunctor< Vecd > functor_reduce_function_
 
- Protected Attributes inherited from SPH::ParticleDynamics< Vecd >
SPHBodysph_body_
 
SPHAdaptationsph_adaptation_
 
BaseParticlesbase_particles_
 
- Protected Attributes inherited from SPH::DataDelegateSimple< BodyType, ParticlesType, MaterialType >
BodyType * body_
 
ParticlesType * particles_
 
MaterialType * material_
 
StdLargeVec< size_t > & sorted_id_
 
StdLargeVec< size_t > & unsorted_id_
 

Additional Inherited Members

- Static Public Attributes inherited from SPH::GlobalStaticVariables
static Real physical_time_ = 0.0
 

Detailed Description

the lower bound of a body by reduced particle positions.


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