MCPcopy Create free account

hub / github.com/Jianxun-Wang/graphGalerkin / functions

Functions233 in github.com/Jianxun-Wang/graphGalerkin

Method__rsub__
(self, x)
pycamotk/pyCaMOtk/estr.py:40
Method__str__
(self)
pycamotk/pyCaMOtk/estr.py:83
FunctionanalyticalConeInterpolation
(xcg,Tc,Tb=0)
source/FEM_ForwardModel.py:17
Functioncmpr_expr
Test two expressions or iterable of expressions for mathematical equivalence using Sympy
pycamotk/pyCaMOtk/str_core.py:11
Functioncompute_intg_monom_unit_hcube
Evaluate exact integral of multinomial over unit hypercube [0, 1]^d int_{unit hcube in d-dims} x(0)^r(0)*...*x(d-1)^r(d-1) dx =
pycamotk/pyCaMOtk/poly_mltdim.py:412
Functioncompute_intg_monom_unit_simp
Evaluate exact integral of monomial over unit simplex int_{unit simp in d-dims} x(0)^r(0)*...*x(d-1)^r(d-1) dx =
pycamotk/pyCaMOtk/poly_mltdim.py:377
Functionconvert_side_by_side
Concatenate individual images into a single image (side-by-side) Input arguments --------------- imglst : iterable of str File
pycamotk/pyCaMOtk/imagemagick_util.py:5
Functioncropbox_from_pixel
Determine appropriate cropbox from image (pixels format, nx x ny x ncolor) by eliminating all pixels on the outer border until the color is d
pycamotk/pyCaMOtk/post_util.py:8
Functioneval_poly_nodal_onedim
Evaluate nodal polynomial basis in one dimension Input arguments --------------- xk : ndarray, size = (nv,) Coordinates of nod
pycamotk/pyCaMOtk/poly_onedim.py:378
Functioneval_poly_onedim
Evaluate polynomial basis in one dimension Input arguments --------------- porder : int Polynomial order x : ndarray (nx,)
pycamotk/pyCaMOtk/poly_onedim.py:345
Methodexp
(s)
pycamotk/pyCaMOtk/estr.py:15
Functionformat_strblk
Convert nested iterables of str to a formatted string where an equal number of indents is applied to all str at the same nesting level I
pycamotk/pyCaMOtk/str_core.py:238
Methodforward
(self, data)
source/GCNN_parametricModel.py:72
Methodforward
(self, data)
source/GCNNModel.py:142
Methodforward
(self, data)
source/GCNNModel.py:365
Methodforward
(self, data)
source/GCNNModel.py:464
Methodforward
(self, data)
source/GCNNModel.py:590
Methodget_nodes_on_face
(self, f)
pycamotk/pyCaMOtk/geom_mltdim.py:295
Methodgetelemtransfdata
(self,e)
pycamotk/pyCaMOtk/mesh.py:184
Methodgetmsh
(self)
pycamotk/pyCaMOtk/create_mesh_hsphere.py:52
Functionimgcrop_from_pixel
Crop image using algorithm in cropbox(*) function. Input arguments --------------- A : ndarray, shape (nx, ny, ncolor) Image i
pycamotk/pyCaMOtk/post_util.py:38
Functionmap_ref_hcube_to_ref_pyrmd
(zh)
pycamotk/pyCaMOtk/mltdim_core.py:5
Functionmap_ref_hcube_to_ref_smplx
(zh)
pycamotk/pyCaMOtk/mltdim_core.py:2
Functionmk_cropped_img_from_mpl
Make cropped figure from Matplotlib plot using cropping algorithm in cropbox(*). Input arguments --------------- fig : Matplotli
pycamotk/pyCaMOtk/post_util.py:55
Functionmontage_grid
Concatenate individual images into a grid image (matrix). The shape of imglstlst determines configuration of grid in output image. The image
pycamotk/pyCaMOtk/imagemagick_util.py:46
Functionndist_mltdim
Compute nodal distribution over ndim-dimensional regular geometry; same number of nodes and nodal distribution in all dimensions. Input
pycamotk/pyCaMOtk/ndist_mltdim.py:57
Functionqrule_mltdim
Wrapper for multidimensional quadrature rules Input arguments --------------- ndim : int Number of spatial dimensions
pycamotk/pyCaMOtk/qrule_mltdim.py:146
Methodreset
Reset database with same targets and offset as self with empty parameter set Example ------- >> db_new = db.
pycamotk/pyCaMOtk/bookkeep.py:355
Functionstrassign
Set string or list of strings (a) to given values (b). If a is list of strings and b is not iterable, copy b len(a) times.
pycamotk/pyCaMOtk/str_core.py:70
Functionstrinv
Return string that represents the inverse of a. Input may be str or number. Option to simpilfy the resulting expression using sympy.
pycamotk/pyCaMOtk/str_core.py:152
Functionstrmax
Return string that represents max(v[0], ..., v[-1]) using the Heaviside function. Input may be str or number.
pycamotk/pyCaMOtk/str_core.py:223
Functionstrmax2
Return string that represents max(a, b) using the Heaviside function. Input may be str or number.
pycamotk/pyCaMOtk/str_core.py:215
Functionstrtern
Return string that represents ternary operator (cond ? a : b) using the Heaviside function. Instead of cond being the traditional boolean (T/
pycamotk/pyCaMOtk/str_core.py:205
← previous201–233 of 233, ranked by callers