SPHinXsys  alpha version
Public Member Functions | List of all members
SPH::electro_physiology::ElectroPhysiologyReactionRelaxationForward Class Reference

Solve the reaction ODE equation of trans-membrane potential using forward sweeping. More...

#include <electro_physiology.h>

Inherits SPH::RelaxationOfAllReactionsForward< RealBody, SolidParticles, Solid >.

Public Member Functions

 ElectroPhysiologyReactionRelaxationForward (RealBody &real_body)
 
- Public Member Functions inherited from SPH::RelaxationOfAllReactionsForward< RealBody, SolidParticles, Solid >
 RelaxationOfAllReactionsForward (RealBody &body)
 
- Public Member Functions inherited from SPH::ParticleDynamicsSimple
 ParticleDynamicsSimple (SPHBody &sph_body)
 
virtual void exec (Real dt=0.0) override
 
virtual void parallel_exec (Real dt=0.0) override
 
- Public Member Functions inherited from SPH::ParticleDynamics< void >
 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 ()
 

Additional Inherited Members

- Static Public Attributes inherited from SPH::GlobalStaticVariables
static Real physical_time_ = 0.0
 
- Protected Member Functions inherited from SPH::RelaxationOfAllReactionsForward< RealBody, SolidParticles, Solid >
virtual void Update (size_t index_i, Real dt=0.0) override
 
- Protected Member Functions inherited from SPH::ParticleDynamics< void >
void setBodyUpdated ()
 
virtual void setupDynamics (Real dt=0.0)
 
- Protected Attributes inherited from SPH::ParticleDynamicsSimple
ParticleFunctor functor_update_
 
- Protected Attributes inherited from SPH::ParticleDynamics< void >
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_
 

Detailed Description

Solve the reaction ODE equation of trans-membrane potential using forward sweeping.

Solve the reaction ODE equation of trans-membrane potential using backward sweeping.


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