geopyv.sequence

Module Contents

Classes

Sequence

Initialisation of geopyv sequence object.

SequenceBase

Sequence base class to be used as a mixin.

class geopyv.sequence.Sequence(*, image_folder='.', image_file_type='.jpg', target_nodes=1000, boundary=None, exclusions=[], size_lower_bound=1, size_upper_bound=1000)

Bases: SequenceBase

Initialisation of geopyv sequence object.

particle(coords, vols)

A method to propogate “particles” across the domain upon which strain path interpolation is performed.

class geopyv.sequence.SequenceBase

Sequence base class to be used as a mixin.

inspect(mesh=None, show=True, block=True, save=None)

Method to show the sequence and associated mesh properties.