MCPcopy Create free account

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

Functions233 in github.com/Jianxun-Wang/graphGalerkin

↓ 1 callersFunctioneval_poly_nodal_mltdim_vander
Evaluate (generalized) nodal polynomial basis functions in multiple variables and derivatives from nodal coordinates (XK) and evaluation
pycamotk/pyCaMOtk/poly_mltdim.py:312
↓ 1 callersFunctioneval_poly_nodal_onedim_herm
Evaluate Hermite polynomial basis functions and derivatives from nodal coordinates (XK) and evaluation points (X) Input arguments
pycamotk/pyCaMOtk/poly_onedim.py:247
↓ 1 callersFunctioneval_poly_onedim_cheb
Evaluate Chebyshev polynomials using recurrence relation Input arguments --------------- porder : int Polynomial order x :
pycamotk/pyCaMOtk/poly_onedim.py:124
↓ 1 callersFunctioneval_poly_onedim_jacobi
Evaluate Jacobi polynomials using recurrence relation Input arguments --------------- alpha, beta : number Jacobi polynomial p
pycamotk/pyCaMOtk/poly_onedim.py:81
↓ 1 callersFunctioneval_poly_onedim_leg
Evaluate Legendre polynomials using recurrence relation Input arguments --------------- porder : int Polynomial order x :
pycamotk/pyCaMOtk/poly_onedim.py:161
↓ 1 callersMethodeval_transf_quant
(self, xe, lfcnsp, zv=None, zf=None, zd=None)
pycamotk/pyCaMOtk/transf.py:15
↓ 1 callersFunctioneval_unassembled_resjac_claw_cg
(U,transf_data,elem,elem_data,ldof2gdof_var)
pycamotk/pyCaMOtk/eval_unassembled_resjac_claw_cg.py:7
↓ 1 callersFunctioneval_unassembled_resjac_claw_cg
Evaluate elementwise residual and jacobian of conservation law in CG
source/TensorFEMCore.py:10
↓ 1 callersFunctioneval_unassembled_resjac_claw_dg
(U,transf_data,elem,elem_data,ldof2gdof_var,e2e)
pycamotk/pyCaMOtk/eval_unassembled_resjac_claw_dg.py:8
↓ 1 callersFunctionfd_1deriv_info
First-order finite difference coefficients alpha, beta, gamma such that: f'(x) = (alpha/eps)*(sum_k beta[k]*f(x+gamma[k]*eps)) + O(eps^p
pycamotk/pyCaMOtk/findiff.py:4
↓ 1 callersFunctionfd_1deriv_jac
Jacobian of f about x Df(x)[..., j] = (alpha/eps)*(sum_k beta[k]*f(x+gamma[k]*eps*ej)) + O(eps^p) Input arguments ---------------
pycamotk/pyCaMOtk/findiff.py:107
↓ 1 callersMethodfind_closest_target
Find target in database whose parameter is closest to mu Input arguments --------------- mu : iterable of number
pycamotk/pyCaMOtk/bookkeep.py:214
↓ 1 callersMethodgetall_target
Get all entries in database with specific target Input arguments --------------- wtarg : str Target to ex
pycamotk/pyCaMOtk/bookkeep.py:265
↓ 1 callersMethodgetall_target_except
Get all entries in database with specific target except those for parameter mu Input arguments ---------------
pycamotk/pyCaMOtk/bookkeep.py:286
↓ 1 callersMethodgetmsh
(self)
pycamotk/pyCaMOtk/create_mesh3d_hollow_cylinder.py:96
↓ 1 callersFunctionintg_elem_claw_extface
Intergrate elementwise the boundary face of element residual and jacobian of conservation law
source/TensorFEMCore.py:99
↓ 1 callersFunctionintg_elem_claw_intface
(Uef,transf_data,elem,elem_data,e2e,e,elst)
pycamotk/pyCaMOtk/intg_elem_claw_intface.py:4
↓ 1 callersFunctionintg_elem_claw_vol
Intergrate elementwise internal volume of element residual and jacobian of conservation law
source/TensorFEMCore.py:63
↓ 1 callersFunctionmk_mp4_from_imglst_ffmpeg
Make MP4 from list of images using FFMPEG Input arguments --------------- imglst : iterable of str Filename of images (ordered
pycamotk/pyCaMOtk/post_util.py:116
↓ 1 callersFunctionndist_onedim_cheb
Compute one-dimensional Chebyshev nodal distribution over interval [-1, 1] Input arguments --------------- nv : int Number
pycamotk/pyCaMOtk/ndist_onedim.py:27
↓ 1 callersFunctionndist_onedim_gl
Compute one-dimensional Gauss-Legendre nodal distribution over interval [-1, 1] Input arguments --------------- nv : int
pycamotk/pyCaMOtk/ndist_onedim.py:50
↓ 1 callersFunctionndist_onedim_gll
Compute one-dimensional Gauss-Legendre-Lobotto nodal distribution over interval [-1, 1] Input arguments --------------- nv :
pycamotk/pyCaMOtk/ndist_onedim.py:72
↓ 1 callersFunctionndist_onedim_unif
Compute one-dimensional uniform nodal distribution over interval [-1, 1] Input arguments --------------- nv : int Number o
pycamotk/pyCaMOtk/ndist_onedim.py:5
↓ 1 callersFunctionqrule_mltdim_hcube_from_onedim
Quadrature rule for hypercube as tensor product of one-dimensional quadrature rule Input arguments --------------- ndim : in
pycamotk/pyCaMOtk/qrule_mltdim.py:6
↓ 1 callersFunctionqrule_mltdim_simp_from_hcube
Quadrature rule for simplex [0, 1]**ndim from a quadrature rule for the hypercube [-1, 1]**ndim Input arguments ---------------
pycamotk/pyCaMOtk/qrule_mltdim.py:42
↓ 1 callersFunctionqrule_onedim_gauss_from_recursion
Compute Gaussian quadrature rules from orthogonal polynomial recursion: p_j(x) = (a_j*x+b_j)*p_{j-1}(x) - c_j*p_{j-2}(x) (j = 1, ..
pycamotk/pyCaMOtk/qrule_onedim.py:7
↓ 1 callersFunctionrefine_hcube_twodim_single
(zk0,e2bnd0)
pycamotk/pyCaMOtk/refine_mesh_soln.py:84
↓ 1 callersFunctionrefine_mesh_soln
(msh0,udg0,max_depth=5,tolx=0.003,tolu=0.012)
pycamotk/pyCaMOtk/refine_mesh_soln.py:6
↓ 1 callersFunctionrefine_multiple_elem
(zk0,e2bnd0,reffcn,which2ref=None)
pycamotk/pyCaMOtk/refine_mesh_soln.py:112
↓ 1 callersFunctionrefine_single_elem
(ndim,etype,zk0,e2bnd0)
pycamotk/pyCaMOtk/refine_mesh_soln.py:68
↓ 1 callersMethodsetup_mesh_elem2elem_conn
(self, e2vcg, f2v)
pycamotk/pyCaMOtk/mesh.py:61
↓ 1 callersFunctionsolve_SGD
DataLoader: training data fcn: loss function model: GCNN model to be trained tol: the trauncation of loss function maxit: the maximum number of
source/TensorFEMCore.py:186
↓ 1 callersFunctionsolve_newtraph_HanGaoTemp
(fcn,x0,tol,maxit)
pycamotk/pyCaMOtk/solve_fem.py:42
↓ 1 callersMethodsrcflux
eval_linelptc_base_handcode_srcflux
pycamotk/pyCaMOtk/LinearEllipticScalarBaseHandcode.py:10
↓ 1 callersMethodsrcflux
eval_linelptc_base_handcode_srcflux
source/setup_prob_eqn_handcode.py:44
↓ 1 callersFunctiontrainmodel
(DataLoader,LossF,model,optimizer,criterion,qoiidx,softidx,penaltyConstant)
source/TensorFEMCore.py:233
FunctionFlatten
(A)
source/TensorFEMCore.py:363
FunctionReshape
(input, Shape,order='F')
source/TensorFEMCore.py:335
Method__abs__
(self)
pycamotk/pyCaMOtk/estr.py:75
Method__div__
(self, x)
pycamotk/pyCaMOtk/estr.py:32
Method__floordiv__
(self, x)
pycamotk/pyCaMOtk/estr.py:36
Method__iadd__
(self, x)
pycamotk/pyCaMOtk/estr.py:52
Method__ifloordiv__
(self, x)
pycamotk/pyCaMOtk/estr.py:64
Method__imul__
(self, x)
pycamotk/pyCaMOtk/estr.py:58
Method__init__
(self,Tv_eqn_ref, Tvf_eqn_ref, Tv_var_ref, Tvf_var_ref, e2e, transf_data, ma
pycamotk/pyCaMOtk/create_elem_data.py:6
Method__init__
(self,etype,lims,nel,porder,**varargin)
pycamotk/pyCaMOtk/create_mesh_hcube.py:10
Method__init__
(self,ndim,beta,f,b,Ub,smooth_par,bnd2nbc,which_numflux)
pycamotk/pyCaMOtk/setup_advec_base.py:5
Method__init__
(self)
pycamotk/pyCaMOtk/LinearEllipticScalarBaseHandcode.py:5
Method__init__
(self, polysp, nsd, porder, qrule0='gl', nq0=None, **kwargs)
pycamotk/pyCaMOtk/lfcnsp.py:11
Method__init__
(self, ndof_per_node, e2vcg)
pycamotk/pyCaMOtk/create_ldof2gdof_cg.py:7
Method__init__
(self,ndof_per_node1,e2vcg1, ndof_per_node2,e2vcg2)
pycamotk/pyCaMOtk/create_ldof2gdof_cg.py:26
Method__init__
(self,ndof,dbc_idx,dbc_val)
pycamotk/pyCaMOtk/create_dbc_strct.py:6
Method__init__
(self,ldof2gdof1,ldof2gdof2,e2e)
pycamotk/pyCaMOtk/create_sparsity_strct_dg.py:6
Method__init__
(self,c,r1,r2,h,nel,porder)
pycamotk/pyCaMOtk/create_mesh3d_hollow_cylinder.py:9
Method__init__
(self, s)
pycamotk/pyCaMOtk/estr.py:12
Method__init__
(self,Teqn,Tvar,wq,detG,coeff=None)
pycamotk/pyCaMOtk/intg_elem_mass.py:6
Method__init__
(self,ndof_per_node,nnode_per_elem,nelem)
pycamotk/pyCaMOtk/create_ldof2gdof_dg.py:6
Method__init__
(self,ndim,K,f,Qb,bnd2nbc)
pycamotk/pyCaMOtk/setup_linelptc_sclr_base_handcode.py:7
Method__init__
(self,ndim,rho,nu,tb,bnd2nbc)
pycamotk/pyCaMOtk/setup_ins_base_handcode.py:5
Method__init__
(self,ndim)
pycamotk/pyCaMOtk/setup_ins_base_handcode.py:24
Method__init__
(self, nc, Qv, Qvf)
pycamotk/pyCaMOtk/create_elem_basis.py:5
Method__init__
(self, nc1, Qv1, Qvf1, nc2, Qv2, Qvf2)
pycamotk/pyCaMOtk/create_elem_basis.py:30
Method__init__
(self,ndim,lam,mu,f,tb,bnd2nbc)
pycamotk/pyCaMOtk/LinearElasticityHandCode.py:5
Method__init__
(self,ndim)
pycamotk/pyCaMOtk/LinearElasticityHandCode.py:21
Method__init__
(self, ndim, porder)
pycamotk/pyCaMOtk/geom_mltdim.py:291
Method__init__
(self, ndim, porder, ndist0='unif')
pycamotk/pyCaMOtk/geom_mltdim.py:299
Method__init__
(self,eqn,lfcnsp_eqn,lfcnsp_var)
pycamotk/pyCaMOtk/create_elem_strct.py:5
Method__init__
(self,eqn,neqn1,lfcnsp_eqn1, nvar1, lfcnsp_var1, neqn2, lfcnsp_eqn2,
pycamotk/pyCaMOtk/create_elem_strct.py:45
Method__init__
(self)
pycamotk/pyCaMOtk/AdvectionBaseHandcode.py:6
Method__init__
(self, etype, xcg, e2vcg, e2bnd, ndim=None, qrule='gl', nq0=None)
pycamotk/pyCaMOtk/mesh.py:18
Method__init__
(self,xe,xq,detG,Gi,xqf,sigf,Gif,n)
pycamotk/pyCaMOtk/mesh.py:221
Method__init__
(self,e2bnd,xe,xq,xqf,detG,Gi,sigf,Gif,n,perm)
pycamotk/pyCaMOtk/mesh.py:231
Method__init__
(self,*args)
pycamotk/pyCaMOtk/create_sparsity_strct.py:5
Method__init__
Constructor Input arguments --------------- dist, offset : See above targets : iterable of str Na
pycamotk/pyCaMOtk/bookkeep.py:42
Method__init__
(self,prob,msh0,ptest,e2vcg_test, ptrial,e2vcg_trial,dbc=None)
pycamotk/pyCaMOtk/create_femsp_cg.py:11
Method__init__
(self,prob,msh0,neqn1,nvar1,ptest1,ptrial1, e2vcg_test1,e2vcg_trial1,neqn2,nvar2,
pycamotk/pyCaMOtk/create_femsp_cg.py:62
Method__init__
xe - nodal positions xq, detG, Gi in volume xqf, sigf, Gi, n on faces xqd on edges
pycamotk/pyCaMOtk/transf.py:5
Method__init__
(self,etype,c,r,nel,porder,**varargin)
pycamotk/pyCaMOtk/create_mesh_hsphere.py:7
Method__init__
(self,prob,msh,ptest,ptrial)
pycamotk/pyCaMOtk/create_femsp_dg.py:13
Method__init__
(self,nci=2,nco=1,kk=10)
source/GCNN_parametricModel.py:20
Method__init__
(self,ndim,K,f,Qb,bnd2nbc)
source/setup_prob_eqn_handcode.py:12
Method__init__
(self)
source/setup_prob_eqn_handcode.py:39
Method__init__
(self,ndim,lam,mu,f,tb,bnd2nbc)
source/setup_prob_eqn_handcode.py:102
Method__init__
(self,ndim)
source/setup_prob_eqn_handcode.py:118
Method__init__
(self,ndim,rho,nu,tb,bnd2nbc)
source/setup_prob_eqn_handcode.py:177
Method__init__
(self,ndim)
source/setup_prob_eqn_handcode.py:191
Method__init__
(self,nci=2,nco=1,kk=10)
source/GCNNModel.py:307
Method__init__
(self)
source/GCNNModel.py:389
Method__init__
(self)
source/GCNNModel.py:519
Method__inv__
(self)
pycamotk/pyCaMOtk/estr.py:79
Method__ipow__
(self, a)
pycamotk/pyCaMOtk/estr.py:66
Method__isub__
(self, x)
pycamotk/pyCaMOtk/estr.py:55
Method__neg__
(self)
pycamotk/pyCaMOtk/estr.py:69
Method__pos__
(self)
pycamotk/pyCaMOtk/estr.py:73
Method__pow__
(self, a)
pycamotk/pyCaMOtk/estr.py:50
Method__radd__
(self, x)
pycamotk/pyCaMOtk/estr.py:38
Method__rdiv__
(self, x)
pycamotk/pyCaMOtk/estr.py:44
Method__repr__
(self)
pycamotk/pyCaMOtk/estr.py:85
Method__rfloordiv__
(self, x)
pycamotk/pyCaMOtk/estr.py:48
Method__rmul__
(self, x)
pycamotk/pyCaMOtk/estr.py:42
← previousnext →101–200 of 233, ranked by callers