Home
last modified time | relevance | path

Searched refs:GetBdrPatchKnotVectors (Results 1 – 2 of 2) sorted by relevance

/dports/math/mfem/mfem-4.3/mesh/
H A Dnurbs.hpp230 void GetBdrPatchKnotVectors(int p, Array<KnotVector *> &kv);
231 void GetBdrPatchKnotVectors(int p, Array<const KnotVector *> &kv) const;
457 void GetBdrPatchKnotVectors(int p, const KnotVector *kv[], int *okv);
H A Dnurbs.cpp2255 void NURBSExtension::GetBdrPatchKnotVectors(int p, Array<KnotVector *> &kv) in GetBdrPatchKnotVectors() function in mfem::NURBSExtension
2274 void NURBSExtension::GetBdrPatchKnotVectors( in GetBdrPatchKnotVectors() function in mfem::NURBSExtension
2433 GetBdrPatchKnotVectors(p, kv); in CountBdrElements()
2945 GetBdrPatchKnotVectors(bel_to_patch[i], NURBSFE->KnotVectors()); in LoadBE()
3692 void NURBSPatchMap::GetBdrPatchKnotVectors(int p, const KnotVector *kv[], in GetBdrPatchKnotVectors() function in mfem::NURBSPatchMap
3773 GetBdrPatchKnotVectors(p, kv, okv); in SetBdrPatchVertexMap()
3801 GetBdrPatchKnotVectors(p, kv, okv); in SetBdrPatchDofMap()