carputils
Doxygen code documentation for the python framework controlling openCARP
Namespaces | Functions
PSD_algorithm.py File Reference

Namespaces

 carputils.model.protocols.PSD_algorithm
 

Functions

def carputils.model.protocols.PSD_algorithm.PSD_algorithm (args, job, cmd, meshname, xyz, triangles, centre)
 Phase Singularity Distribution: More...
 
def carputils.model.protocols.PSD_algorithm.eikonal_solver (nodes, triangles, knownNodes, phi0)
 
def carputils.model.protocols.PSD_algorithm.local_bicstab (LinearOperator A_sol, LinearOperator M, f, rtol, maxiter)
 
def carputils.model.protocols.PSD_algorithm.csr_row_set_nz_to_val (csr, row, value=0)
 Set all nonzero elements (elements currently in the sparsity pattern) to the given value. More...
 
def carputils.model.protocols.PSD_algorithm.assign_wall_values (surface_points, all_points, surface_values)
 assignWallValues transfers phase data from the surface mesh to the volumetric mesh. More...
 
def carputils.model.protocols.PSD_algorithm.deflate (x)
 
def carputils.model.protocols.PSD_algorithm.planeInfo (coordinate, nodes, triangles)
 
def carputils.model.protocols.PSD_algorithm.assignPhaseValues (seeds, originalCoord, directions, normV, point1, point2, nodes)
 
def carputils.model.protocols.PSD_algorithm.makeCircle3D (startCoord, radius, seedNum, normV, point1, point2, nodes)