Home
last modified time | relevance | path

Searched refs:GetBdrAttribute (Results 1 – 18 of 18) sorted by relevance

/dports/math/mfem/mfem-4.3/fem/
H A Dlinearform.cpp175 const int bdr_attr = mesh->GetBdrAttribute(i); in Assemble()
219 const int bdr_attr = mesh->GetBdrAttribute(i); in Assemble()
H A Dbilinearform.cpp502 const int bdr_attr = mesh->GetBdrAttribute(i); in Assemble()
595 const int bdr_attr = mesh->GetBdrAttribute(i); in Assemble()
1374 const int bdr_attr = mesh->GetBdrAttribute(i); in Assemble()
1458 const int bdr_attr = mesh->GetBdrAttribute(i); in Assemble()
1666 if (bdr_attr_is_ess[trial_fes -> GetBdrAttribute (i)-1]) in EliminateTrialDofs()
1693 if (bdr_attr_is_ess[test_fes -> GetBdrAttribute (i)-1]) in EliminateTestDofs()
H A Dnonlinearform.cpp246 const int bdr_attr = mesh->GetBdrAttribute(i); in Mult()
391 const int bdr_attr = mesh->GetBdrAttribute(i); in GetGradient()
751 const int bdr_attr = mesh->GetBdrAttribute(i); in MultBlocked()
969 const int bdr_attr = mesh->GetBdrAttribute(i); in ComputeGradientBlocked()
H A Dfespace.hpp614 int GetBdrAttribute(int i) const { return mesh->GetBdrAttribute(i); } in GetBdrAttribute() function in mfem::FiniteElementSpace
H A Dconduitdatacollection.cpp815 bndry_att_vals[i] = mesh->GetBdrAttribute(i); in MeshToBlueprintMesh()
H A Dgridfunc.cpp2017 if (attr[fes->GetBdrAttribute(i) - 1] == 0) { continue; } in AccumulateAndCountBdrValues()
2155 if (bdr_attr[fes->GetBdrAttribute(i)-1] == 0) in AccumulateAndCountBdrTangentValues()
2541 if (bdr_attr[fes->GetBdrAttribute(i)-1] == 0) in ProjectBdrCoefficientNormal()
2576 if (bdr_attr[fes->GetBdrAttribute(i)-1] == 0) in ProjectBdrCoefficientNormal()
H A Dfmsconvert.cpp1812 bdr_attributes.push_back(mmesh->GetBdrAttribute(i)); in MeshToFmsMesh()
H A Dfespace.cpp448 if (bdr_attr_is_ess[GetBdrAttribute(i)-1]) in GetEssentialVDofs()
/dports/math/mfem/mfem-4.3/linalg/
H A Dconstraints.cpp758 if (fespace.GetBdrAttribute(i) == att) in BuildNormalConstraints()
833 int att = fespace.GetBdrAttribute(i); in BuildNormalConstraints()
/dports/math/mfem/mfem-4.3/miniapps/mtop/
H A Dparamnonlinearform.cpp592 const int bdr_attr = mesh->GetBdrAttribute(i); in MultParamBlocked()
805 const int bdr_attr = mesh->GetBdrAttribute(i); in MultBlocked()
1126 const int bdr_attr = mesh->GetBdrAttribute(i); in ComputeGradientBlocked()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/
H A Dascent_mfem_data_adapter.cpp611 bndry_att_vals[i] = mesh->GetBdrAttribute(i); in MeshToBlueprintMesh()
/dports/math/mfem/mfem-4.3/mesh/
H A Dnurbs.cpp1829 if (bnd0 == patchTopo->GetBdrAttribute(b)) { idx0 = b; } in ConnectBoundaries2D()
1830 if (bnd1 == patchTopo->GetBdrAttribute(b)) { idx1 = b; } in ConnectBoundaries2D()
1905 if (bnd0 == patchTopo->GetBdrAttribute(b)) { idx0 = b; } in ConnectBoundaries3D()
1906 if (bnd1 == patchTopo->GetBdrAttribute(b)) { idx1 = b; } in ConnectBoundaries3D()
2567 int bdr_patch_attr = patchTopo->GetBdrAttribute(b); in Get2DBdrElementTopo()
2599 int bdr_patch_attr = patchTopo->GetBdrAttribute(b); in Get3DBdrElementTopo()
H A Dmesh.hpp1203 int GetBdrAttribute(int i) const { return boundary[i]->GetAttribute(); } in GetBdrAttribute() function in mfem::Mesh
H A Dmesh.cpp436 ElTr->Attribute = GetBdrAttribute(i); in GetBdrElementTransformation()
1216 attribs[i] = GetBdrAttribute(i); in SetAttributes()
3983 int attrib = orig_mesh.GetBdrAttribute(el); in MakeRefined_()
4407 const int attrib = orig_mesh.GetBdrAttribute(i); in MakeSimplicial_()
10067 int attr = bdr_elements ? GetBdrAttribute(i) : GetAttribute(i); in PrintVTU()
11244 attribs[i] = GetBdrAttribute(i); in RemoveInternalBoundaries()
/dports/math/mfem/mfem-4.3/examples/
H A Dex27.cpp667 if (bdr[mesh.GetBdrAttribute(i)-1] == 0) { continue; } in IntegrateBC()
H A Dex27p.cpp697 if (bdr[mesh.GetBdrAttribute(i)-1] == 0) { continue; } in IntegrateBC()
H A Dex25.cpp312 int k = mesh->GetBdrAttribute(j); in main()
H A Dex25p.cpp353 int k = pmesh->GetBdrAttribute(j); in main()