MCPcopy Create free account

hub / github.com/Apress/python-for-matlab-development / functions

Functions185 in github.com/Apress/python-for-matlab-development

↓ 18 callersMethodshow
(self)
code/rod_fem/pure_python/make_mesh.py:230
↓ 5 callersMethodmass_matrix
Lumped mass, returned as the diagonal of the matrix. http://kis.tu.kielce.pl/mo/COLORADO_FEM/colorado/IFEM.Ch31.pdf, p 31-7
code/rod_fem/pure_python/rod.py:84
↓ 5 callersMethodmass_matrix
Lumped mass, returned as the diagonal of the matrix. http://kis.tu.kielce.pl/mo/COLORADO_FEM/colorado/IFEM.Ch31.pdf, p 31-7
pythran/fem/rod.py:84
↓ 5 callersMethodstiffness_matrix
http://www.ita.uni-heidelberg.de/~dullemond/lectures/num_phys_2010/Chapter_FiniteElements.pdf
code/rod_fem/pure_python/rod.py:69
↓ 5 callersMethodstiffness_matrix
http://www.ita.uni-heidelberg.de/~dullemond/lectures/num_phys_2010/Chapter_FiniteElements.pdf
pythran/fem/rod.py:69
↓ 4 callersFunctionMB
(Re, Im, imax)
code/hpc/MB.py:43
↓ 4 callersFunctionset
Provide worksheet[cell] = value - and - worksheet[cell].attribute = attribute value capability to MATLAB. The cell's
code/matlab_py/bridge_openpyxl.py:30
↓ 3 callersFunctionFn
(t, A, B, C, D)
code/optim/bridge_de.py:32
↓ 3 callersMethodKM
Return this model's stiffness and mass matrices.
code/rod_fem/pure_python/make_mesh.py:174
↓ 3 callersMethodascending
(self, i,j)
code/rod_fem/pure_python/make_mesh.py:68
↓ 3 callersMethodascending
(self, i,j)
pythran/fem/FE_model.py:36
↓ 3 callersFunctionmain
()
code/hpc/MB.py:54
↓ 3 callersMethodprint_summary
(self, str=False)
code/rod_fem/pure_python/make_mesh.py:220
↓ 3 callersFunctionquery_results
(cursor)
code/IO/postgres_crud.py:64
↓ 3 callersFunctionwait_for_nBytes
(n, Sock)
code/IO/tcp/client.py:35
↓ 2 callersFunctioncircle
(N, R)
cython/fem/main.py:97
↓ 2 callersFunctioncircle
(N, R)
code/rod_fem/pure_python/make_mesh.py:368
↓ 2 callersFunctioncircle
(N, R)
pythran/fem/main.py:97
↓ 2 callersMethodcopy
(self)
code/rod_fem/pure_python/make_mesh.py:305
↓ 2 callersFunctionf32_array
()
code/matlab_py/test_p2m.py:20
↓ 2 callersFunctionf64_array
()
code/matlab_py/test_p2m.py:22
↓ 2 callersFunctionfunc
(parameters, *data)
code/optim/bridge_de.py:34
↓ 2 callersMethodprint_summary
(self, str=False)
pythran/fem/FE_model.py:189
↓ 2 callersFunctionsleeper
(sec)
code/basics/timer_decorator.py:42
↓ 1 callersFunctionFn
(t, A, B, C)
code/optim/log_test_data.py:33
↓ 1 callersFunctionFn
(t, A, B, C, D)
code/optim/sin_decay_test_data.py:33
↓ 1 callersMethodKM
Return this model's stiffness and mass matrices.
pythran/fem/FE_model.py:143
↓ 1 callersFunctionMB
(Re, Im, imax)
numba/mb/MB_numba.py:46
↓ 1 callersFunctionMB
(Re, Im, imax)
numba/mb/MB_numba_prange.py:51
↓ 1 callersFunctionMB
(Re, Im, imax)
code/matlab_py/trace_MB.py:43
↓ 1 callersFunctionMB
(Re, Im, imax)
pythran/mb/MB_pythran.py:42
↓ 1 callersFunctiona_dict
()
code/matlab_py/test_p2m.py:9
↓ 1 callersFunctiona_list
()
code/matlab_py/test_p2m.py:7
↓ 1 callersFunctiona_tuple
()
code/matlab_py/test_p2m.py:5
↓ 1 callersMethodadd_element
(self, eid, kV, I, J, M)
code/rod_fem/pure_python/make_mesh.py:125
↓ 1 callersMethodadd_element
(self, eid, kV, I, J, M)
pythran/fem/FE_model.py:94
↓ 1 callersFunctionadd_numbers
(N)
code/basics/timer_decorator.py:46
↓ 1 callersFunctioncircle_to_ellipse
()
code/plots/circle_ellipse.py:34
↓ 1 callersMethodcollides_with
(self, other)
code/OO/Ball.py:40
↓ 1 callersFunctioncollision_matrix
Use broadcasting to return a square matrix of Boolean values with True at position [i,j] and [j,i] if circles i and j intersect.
code/OO/collision_matrix.py:35
↓ 1 callersMethodconnectivity
Given a mesh from triangle, returns nodes, (mesh's ['vertices']) and conn, a set of elements defined by their node ID's, eg,
code/rod_fem/pure_python/make_mesh.py:71
↓ 1 callersMethodconnectivity
Given a mesh from triangle, returns nodes, (mesh's ['vertices']) and conn, a set of elements defined by their node ID's, eg,
pythran/fem/FE_model.py:39
↓ 1 callersMethodcopy_and_deform
(self, dV)
code/rod_fem/pure_python/make_mesh.py:308
↓ 1 callersMethoddeform
dV is a linear list or array of deformations to apply to the nodal coordinates. Even indices are the x component, odd are y.
code/rod_fem/pure_python/make_mesh.py:275
↓ 1 callersFunctionf
(x,y)
code/griddata/spiral_interp.py:32
↓ 1 callersFunctionfix_geos
On Windows, modify shapely/geos.py when the CONDA_PREFIX string is empty so that sys.prefix is hardcoded to the correct virtual e
code/bin/patch_cartopy.py:45
↓ 1 callersFunctionfix_img_tiles
Modify cartopy/io/img_tiles.py to use requests.get() instead of urllib.request.Request() to download an image tile.
code/bin/patch_cartopy.py:101
↓ 1 callersFunctioninit
(bowl, centerline)
code/plots/bouncing_ball.py:81
↓ 1 callersFunctionload_ele_file
Reads a triangle .ele file. First line is nElem 3 0 0 followed by nElem lines having elem_id node_id_1 node_id_2 node_id_3
pythran/fem/triangle_utils.py:70
↓ 1 callersFunctionload_model
Reads <base_file>.node and <base_file>.ele files created by triangle and returns a dict of nodes and triangular elements.
cython/fem/main_load_node_ele.py:38
↓ 1 callersFunctionload_model
Reads <base_file>.node and <base_file>.ele files created by triangle and returns a dict of nodes and triangular elements.
pythran/fem/triangle_utils.py:120
↓ 1 callersFunctionload_model
Reads <base_file>.node and <base_file>.ele files created by triangle and returns a dict of nodes and triangular elements.
pythran/fem/main_load_node_ele.py:38
↓ 1 callersFunctionload_node_file
Reads a triangle .node file. First line is nPts 2 0 0 followed by nPts lines having id X Y \d (the last digit is ignored)
pythran/fem/triangle_utils.py:42
↓ 1 callersFunctionmain
()
cython/fem/main_load_node_ele.py:55
↓ 1 callersFunctionmain
()
cython/fem/main.py:116
↓ 1 callersFunctionmain
()
cython/mb/MB_cython_main.py:38
↓ 1 callersFunctionmain
()
numba/mb/MB_numba.py:58
↓ 1 callersFunctionmain
()
numba/mb/MB_numba_prange.py:63
↓ 1 callersFunctionmain
()
code/IO/postgres_crud.py:82
↓ 1 callersFunctionmain
()
code/IO/tcp/client.py:49
↓ 1 callersFunctionmain
()
code/IO/tcp/server.py:36
↓ 1 callersFunctionmain
()
code/dask/prime_dask.py:43
↓ 1 callersFunctionmain
()
code/dask/prime_seq.py:39
↓ 1 callersFunctionmain
()
code/dask/run_fr_dask.py:42
↓ 1 callersFunctionmain
()
code/dask/MB_numba_dask.py:64
↓ 1 callersFunctionmain
()
code/dask/save_KCMb.py:36
↓ 1 callersFunctionmain
()
code/dask/prime_dask_pr.py:43
↓ 1 callersFunctionmain
()
code/dask/MB_numba_dask2.py:65
↓ 1 callersFunctionmain
()
code/rod_fem/pure_python/rod.py:91
↓ 1 callersFunctionmain
()
code/basics/timer_decorator.py:49
↓ 1 callersFunctionmain
()
code/fake_data/mongo_fake_PO.py:62
↓ 1 callersFunctionmain
()
code/OO/Ball.py:70
↓ 1 callersFunctionmain
()
code/bin/patch_cartopy.py:155
↓ 1 callersFunctionmain
()
code/f2py/MB_main.py:35
↓ 1 callersFunctionmain
()
pythran/fem/triangle_utils.py:137
↓ 1 callersFunctionmain
()
pythran/fem/main_load_node_ele.py:55
↓ 1 callersFunctionmain
()
pythran/fem/main.py:116
↓ 1 callersFunctionmain
()
pythran/fem/rod.py:91
↓ 1 callersFunctionmain
()
pythran/mb/MB_pythran_main.py:35
↓ 1 callersFunctionmy_fn
(a, b, incr)
code/dask/prime_seq.py:33
↓ 1 callersFunctionnIter
(c, imax)
numba/mb/MB_numba.py:37
↓ 1 callersFunctionnIter
(c, imax)
numba/mb/MB_numba_prange.py:39
↓ 1 callersFunctionnIter
(c, imax)
code/dask/MB_numba_dask.py:39
↓ 1 callersFunctionnIter
(c, imax)
code/dask/MB_numba_dask2.py:40
↓ 1 callersFunctionnIter
(c, imax)
code/hpc/MB_vectorized.py:33
↓ 1 callersFunctionnIter
(c, imax)
code/hpc/MB.py:35
↓ 1 callersFunctionnIter
(c, imax)
code/matlab_py/trace_MB.py:35
↓ 1 callersFunctionnIter
(c, imax)
pythran/mb/MB_pythran.py:33
↓ 1 callersFunctionorder_items
(price)
code/fake_data/mongo_fake_PO.py:51
↓ 1 callersFunctionpopulate_table
(conn, cur)
code/IO/postgres_crud.py:43
↓ 1 callersFunctionpredband
https://apmonitor.com/che263/index.php/Main/PythonRegressionStatistics x = requested points xd = x data yd = y data p = additiona
code/statistics/predict_interval.py:37
↓ 1 callersFunctionprint_tight
(M, title=None)
code/rod_fem/pure_python/make_mesh.py:314
↓ 1 callersFunctionrecord
Return a random integer, float, and pet type.
code/IO/postgres_crud.py:35
↓ 1 callersFunctionremove_pets
(cursor, pet)
code/IO/postgres_crud.py:77
↓ 1 callersFunctionrename_pets
(cursor, before, after)
code/IO/postgres_crud.py:72
↓ 1 callersFunctionrun_oo_sim
(N, n_iter)
code/OO/Ball.py:47
↓ 1 callersFunctionrun_simulation
()
code/plots/bouncing_ball.py:61
↓ 1 callersMethodshow_comparison
Plot original model on the left, other model on the right.
code/rod_fem/pure_python/make_mesh.py:241
↓ 1 callersFunctionstart_new_order
()
code/fake_data/mongo_fake_PO.py:42
↓ 1 callersFunctionsubmit_solve_jobs
(client, KCMb, P, Hertz, keep_dof, n_jobs)
code/dask/pysolve.py:42
next →1–100 of 185, ranked by callers