resqpy.multi_processingΒΆ

Multiprocessing module for running specific functions concurrently.

Functions

blocked_well_from_trajectory_batch

Creates BlockedWell objects from a common grid and a list of trajectories' uuids, in parallel.

blocked_well_from_trajectory_wrapper

Multiprocessing wrapper function of the BlockedWell initialisation from a Trajectory.

find_faces_to_represent_surface_regular_wrapper

Multiprocessing wrapper function of find_faces_to_represent_surface_regular_optimised.

function_multiprocessing

Calls a function concurrently with the specfied arguments.

mesh_from_regular_grid_column_property_batch

Creates Mesh objects from a list of property uuids in parallel.

mesh_from_regular_grid_column_property_wrapper

Multiprocessing wrapper function of the Mesh from_regular_grid_column_property method.

resqpy.multi_processing.wrappers

Wrapper module for the wrapper functions used in multiprocessing.