Source code (Python) documentationΒΆ
This page contains links to documentation of all the Python objects in SPHARCLE. Many of the Python classes also have a corresponding C++ class that actually does the grunt work. Here we provide documentation for all of the python classes; the corresponding C++ has the same functionality and can thus be understood using the Python documentation.
Contents:
- Temporal integration (class TemporalIntegrator)
- Many-fiber operations and solves (class fiberCollection)
- Collocation discretization (class FibCollocationDiscretization)
- Cross linkers (class CrossLinkedNetwork, DoubleEndedCrossLinkedNetwork(extends CrossLinkedNetwork))
- Summing the RPY kernel over blobs (class RPYVelocityEvaluator)
- Steric forces (class StericForceEvaluator)
- Neighbor searches (class SpatialDatabase)
- Generating and saving fiber positions (class DiscretizedFiber)
- Periodic domains with shear (class Domain)