Home
last modified time | relevance | path

Searched refs:elmat (Results 1 – 25 of 50) sorted by relevance

12

/dports/math/mfem/mfem-4.3/fem/
H A Dbilininteg.cpp220 elmat.Lump(); in AssembleElementMatrix()
456 elmat = 0.0; in AssembleElementMatrix2()
524 elmat = 0.0; in AssembleElementMatrix2()
630 elmat = 0.0; in AssembleElementMatrix2()
677 elmat = 0.0; in AssembleElementMatrix2()
762 elmat = 0.0; in AssembleElementMatrix()
3289 double aij = elmat(i,j), aji = elmat(j,i); in AssembleFaceMatrix()
3513 double aij = elmat(i,j), aji = elmat(j,i); in AssembleFaceMatrix()
3880 Vector elmat_as_vec(elmat.Data(), elmat.Height()*elmat.Width()); in AssembleElementMatrix2()
3933 Vector elmat_as_vec(elmat.Data(), elmat.Height()*elmat.Width()); in AssembleElementMatrix2()
[all …]
H A Dbilinearform.cpp297 elmat += elemmat; in ComputeElementMatrix()
304 elmat = 0.0; in ComputeElementMatrix()
318 elmat += elemmat; in ComputeBdrElementMatrix()
325 elmat = 0.0; in ComputeBdrElementMatrix()
434 elmat.SetSize(0); in Assemble()
524 elmat += elemmat; in Assemble()
899 elmat += tmp; in ComputeElementMatrices()
1583 elmat += elemmat; in ComputeElementMatrix()
1591 elmat = 0.0; in ComputeElementMatrix()
1608 elmat += elemmat; in ComputeBdrElementMatrix()
[all …]
H A Dbilininteg.hpp180 { AssembleElementMatrix(el, Tr, elmat); } in AssembleElementGrad()
186 { AssembleFaceMatrix(el1, el2, Tr, elmat); } in AssembleFaceGrad()
449 { AssembleElementMatrix2(fe, fe, Trans, elmat); } in AssembleElementMatrix()
516 { AssembleElementMatrix2(fe, fe, Trans, elmat); } in AssembleElementMatrix()
602 { AssembleElementMatrix2(fe, fe, Trans, elmat); } in AssembleElementMatrix()
2388 { AssembleElementMatrix2(el,el,Trans,elmat); } in AssembleElementMatrix()
3078 DenseMatrix &elmat, DenseMatrix &jmat);
3136 { nd_fe.ProjectGrad(h1_fe, Trans, elmat); } in AssembleElementMatrix2()
3172 { ran_fe.Project(dom_fe, Trans, elmat); } in AssembleElementMatrix2()
3204 { ran_fe.ProjectCurl(dom_fe, Trans, elmat); } in AssembleElementMatrix2()
[all …]
H A Dbilinearform.hpp501 void ComputeElementMatrix(int i, DenseMatrix &elmat);
504 void ComputeBdrElementMatrix(int i, DenseMatrix &elmat);
512 void AssembleElementMatrix(int i, const DenseMatrix &elmat,
521 void AssembleElementMatrix(int i, const DenseMatrix &elmat,
530 void AssembleBdrElementMatrix(int i, const DenseMatrix &elmat,
539 void AssembleBdrElementMatrix(int i, const DenseMatrix &elmat,
827 void ComputeElementMatrix(int i, DenseMatrix &elmat);
830 void ComputeBdrElementMatrix(int i, DenseMatrix &elmat);
838 void AssembleElementMatrix(int i, const DenseMatrix &elmat,
848 void AssembleElementMatrix(int i, const DenseMatrix &elmat,
[all …]
H A Dnonlininteg.cpp93 DenseMatrix &elmat) in AssembleElementGrad() argument
102 DenseMatrix &elmat) in AssembleFaceGrad() argument
476 elmat.SetSize(dof*dim); in AssembleElementGrad()
484 elmat = 0.0; in AssembleElementGrad()
783 DenseMatrix &elmat) in AssembleElementGrad() argument
791 elmat.SetSize(nd * dim); in AssembleElementGrad()
802 elmat = 0.0; in AssembleElementGrad()
855 DenseMatrix &elmat) in AssembleElementGrad() argument
873 elmat = 0.0; in AssembleElementGrad()
904 DenseMatrix &elmat) in AssembleElementGrad() argument
[all …]
H A Dnonlininteg.hpp70 const Vector &elfun, DenseMatrix &elmat);
77 const Vector &elfun, DenseMatrix &elmat);
333 const Vector &elfun, DenseMatrix &elmat);
396 DenseMatrix &elmat);
428 DenseMatrix &elmat);
451 DenseMatrix &elmat);
H A Dbilininteg_br2.cpp92 FaceElementTransformations &Trans, DenseMatrix &elmat) in AssembleFaceMatrix() argument
133 elmat.SetSize(ndofs); in AssembleFaceMatrix()
134 elmat = 0.0; in AssembleFaceMatrix()
239 MultAtB(Re, MinvRe, elmat); in AssembleFaceMatrix()
H A Dstaticcond.cpp189 void StaticCondensation::AssembleMatrix(int el, const DenseMatrix &elmat) in AssembleMatrix() argument
211 A_pp.CopyMN(elmat, npd, npd, i*nd+ned, j*nd+ned, i*npd, j*npd); in AssembleMatrix()
212 A_pe.CopyMN(elmat, npd, ned, i*nd+ned, j*nd, i*npd, j*ned); in AssembleMatrix()
213 A_ep.CopyMN(elmat, ned, npd, i*nd, j*nd+ned, i*ned, j*npd); in AssembleMatrix()
214 A_ee.CopyMN(elmat, ned, ned, i*nd, j*nd, i*ned, j*ned); in AssembleMatrix()
227 void StaticCondensation::AssembleBdrMatrix(int el, const DenseMatrix &elmat) in AssembleBdrMatrix() argument
232 S->AddSubMatrix(rvdofs, rvdofs, elmat, skip_zeros); in AssembleBdrMatrix()
H A Dstaticcond.hpp118 void AssembleMatrix(int el, const DenseMatrix &elmat);
122 void AssembleBdrMatrix(int el, const DenseMatrix &elmat);
H A Dhybridization.cpp100 DenseMatrix elmat; in ConstructC() local
126 *FTr, elmat); in ConstructC()
128 elmat.Threshold(1e-12 * elmat.MaxMaxNorm()); in ConstructC()
129 Ct->AddSubMatrix(vdofs, c_vdofs, elmat, skip_zeros); in ConstructC()
168 c_bfi->AssembleFaceMatrix(*face_fe, *fe, *fe, *FTr, elmat); in ConstructC()
170 elmat.Threshold(1e-12 * elmat.MaxMaxNorm()); in ConstructC()
171 Ct->AddSubMatrix(vdofs, c_vdofs, elmat, skip_zeros); in ConstructC()
H A Dnonlinearform.cpp302 DenseMatrix elmat; in GetGradient() local
327 dnfi[k]->AssembleElementGrad(*fe, *T, el_x, elmat); in GetGradient()
328 Grad->AddSubMatrix(vdofs, vdofs, elmat, skip_zeros); in GetGradient()
356 fnfi[k]->AssembleFaceGrad(*fe1, *fe2, *tr, el_x, elmat); in GetGradient()
357 Grad->AddSubMatrix(vdofs, vdofs, elmat, skip_zeros); in GetGradient()
410 bfnfi[k]->AssembleFaceGrad(*fe1, *fe2, *tr, el_x, elmat); in GetGradient()
411 Grad->AddSubMatrix(vdofs, vdofs, elmat, skip_zeros); in GetGradient()
/dports/math/mfem/mfem-4.3/miniapps/shifted/
H A Ddist_solver.cpp498 DenseMatrix &elmat) in AssembleElementGrad() argument
506 elmat.SetSize(ndof,ndof); in AssembleElementGrad()
507 elmat=0.0; in AssembleElementGrad()
526 AddMult_a_VVt(w , shapef, elmat); in AssembleElementGrad()
527 AddMult_a_AAt(w * diffcoef, B, elmat); in AssembleElementGrad()
698 DenseMatrix &elmat) in AssembleElementGrad() argument
706 elmat.SetSize(ndof,ndof); in AssembleElementGrad()
707 elmat=0.0; in AssembleElementGrad()
764 AddMult_a_VVt(w * aa0, lvec, elmat); in AssembleElementGrad()
765 AddMult_a_AAt(w * aa1, B, elmat); in AssembleElementGrad()
H A Ddist_solver.hpp176 DenseMatrix &elmat) override;
222 DenseMatrix &elmat) override;
H A Dsbm_solver.cpp35 FaceElementTransformations &Trans, DenseMatrix &elmat) in AssembleFaceMatrix() argument
47 elmat.SetSize(ndoftotal); in AssembleFaceMatrix()
48 elmat = 0.0; in AssembleFaceMatrix()
317 elmat.CopyMN(temp_elmat, offset, offset); in AssembleFaceMatrix()
H A Dsbm_solver.hpp92 DenseMatrix &elmat);
/dports/math/mfem/mfem-4.3/miniapps/nurbs/
H A Dnurbs_ex1p.cpp71 DenseMatrix &elmat) in AssembleElementMatrix() argument
84 elmat.SetSize(nd); in AssembleElementMatrix()
109 elmat = 0.0; in AssembleElementMatrix()
128 elmat(i, j) += w*shape(i)*laplace(j); in AssembleElementMatrix()
H A Dnurbs_ex1.cpp59 DenseMatrix &elmat) in AssembleElementMatrix() argument
72 elmat.SetSize(nd); in AssembleElementMatrix()
97 elmat = 0.0; in AssembleElementMatrix()
116 elmat(i, j) += w*shape(i)*laplace(j); in AssembleElementMatrix()
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libnaive/
H A Dpmthrdslv.c308 doublereal *elmat, argument
322 if (!elmat[er + k] && c >= 0) {
324 par[c] += elmat[er + k];
326 par[c] = elmat[er + k];
/dports/math/mfem/mfem-4.3/examples/
H A Dex18.hpp77 DenseMatrix &elmat);
327 DenseMatrix &elmat) in AssembleElementMatrix2() argument
342 elmat.SetSize(dof_test, dof_trial * dim); in AssembleElementMatrix2()
343 elmat = 0.0; in AssembleElementMatrix2()
368 elmat(j, k + d * dof_trial) += shape(k) * dshapedx(j, d); in AssembleElementMatrix2()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/lexers/
H A Dmatlab.py64 elmat = ("zeros", "ones", "eye", "repmat", "rand", "randn", "linspace", "logspace", variable in MatlabLexer
92 ("(" + "|".join(elfun + specfun + elmat) + r')\b', Name.Builtin),
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/lexers/
H A Dmatlab.py64 elmat = ("zeros", "ones", "eye", "repmat", "rand", "randn", "linspace", "logspace", variable in MatlabLexer
97 ("(" + "|".join(elfun + specfun + elmat) + r')\b', Name.Builtin),
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/lexers/
H A Dmatlab.py64 elmat = ("zeros", "ones", "eye", "repmat", "rand", "randn", "linspace", "logspace", variable in MatlabLexer
97 ("(" + "|".join(elfun + specfun + elmat) + r')\b', Name.Builtin),
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/lexers/
H A Dmatlab.py65 elmat = ("zeros", "ones", "eye", "repmat", "repelem", "linspace", "logspace", variable in MatlabLexer
98 ("(" + "|".join(elfun + specfun + elmat) + r')\b', Name.Builtin),
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/lexers/
H A Dmatlab.py65 elmat = ("zeros", "ones", "eye", "repmat", "repelem", "linspace", "logspace", variable in MatlabLexer
98 ("(" + "|".join(elfun + specfun + elmat) + r')\b', Name.Builtin),
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/lexers/
H A Dmatlab.py65 elmat = ("zeros", "ones", "eye", "repmat", "repelem", "linspace", "logspace", variable in MatlabLexer
98 ("(" + "|".join(elfun + specfun + elmat) + r')\b', Name.Builtin),

12