Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jianxun-Wang/graphGalerkin
/ functions
Functions
233 in github.com/Jianxun-Wang/graphGalerkin
⨍
Functions
233
◇
Types & classes
47
Method
__rsub__
(self, x)
pycamotk/pyCaMOtk/estr.py:40
Method
__str__
(self)
pycamotk/pyCaMOtk/estr.py:83
Function
analyticalConeInterpolation
(xcg,Tc,Tb=0)
source/FEM_ForwardModel.py:17
Function
cmpr_expr
Test two expressions or iterable of expressions for mathematical equivalence using Sympy
pycamotk/pyCaMOtk/str_core.py:11
Function
compute_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
Function
compute_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
Function
convert_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
Function
cropbox_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
Function
eval_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
Function
eval_poly_onedim
Evaluate polynomial basis in one dimension Input arguments --------------- porder : int Polynomial order x : ndarray (nx,)
pycamotk/pyCaMOtk/poly_onedim.py:345
Method
exp
(s)
pycamotk/pyCaMOtk/estr.py:15
Function
format_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
Method
forward
(self, data)
source/GCNN_parametricModel.py:72
Method
forward
(self, data)
source/GCNNModel.py:142
Method
forward
(self, data)
source/GCNNModel.py:365
Method
forward
(self, data)
source/GCNNModel.py:464
Method
forward
(self, data)
source/GCNNModel.py:590
Method
get_nodes_on_face
(self, f)
pycamotk/pyCaMOtk/geom_mltdim.py:295
Method
getelemtransfdata
(self,e)
pycamotk/pyCaMOtk/mesh.py:184
Method
getmsh
(self)
pycamotk/pyCaMOtk/create_mesh_hsphere.py:52
Function
imgcrop_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
Function
map_ref_hcube_to_ref_pyrmd
(zh)
pycamotk/pyCaMOtk/mltdim_core.py:5
Function
map_ref_hcube_to_ref_smplx
(zh)
pycamotk/pyCaMOtk/mltdim_core.py:2
Function
mk_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
Function
montage_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
Function
ndist_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
Function
qrule_mltdim
Wrapper for multidimensional quadrature rules Input arguments --------------- ndim : int Number of spatial dimensions
pycamotk/pyCaMOtk/qrule_mltdim.py:146
Method
reset
Reset database with same targets and offset as self with empty parameter set Example ------- >> db_new = db.
pycamotk/pyCaMOtk/bookkeep.py:355
Function
strassign
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
Function
strinv
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
Function
strmax
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
Function
strmax2
Return string that represents max(a, b) using the Heaviside function. Input may be str or number.
pycamotk/pyCaMOtk/str_core.py:215
Function
strtern
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
← previous
201–233 of 233, ranked by callers