MFEM
v4.6.0
Finite element discretization library
|
This is the complete list of members for mfem::NURBSPatch, including all inherited members.
data | mfem::NURBSPatch | protected |
DegreeElevate(int dir, int t) | mfem::NURBSPatch | |
DegreeElevate(int t) | mfem::NURBSPatch | |
Dim | mfem::NURBSPatch | protected |
FlipDirection(int dir) | mfem::NURBSPatch | |
Get2DRotationMatrix(double angle, DenseMatrix &T) | mfem::NURBSPatch | static |
Get3DRotationMatrix(double n[], double angle, double r, DenseMatrix &T) | mfem::NURBSPatch | static |
GetKV(int i) | mfem::NURBSPatch | inline |
GetNC() const | mfem::NURBSPatch | inline |
GetNKV() const | mfem::NURBSPatch | inline |
init(int dim_) | mfem::NURBSPatch | protected |
Interpolate(NURBSPatch &p1, NURBSPatch &p2) | mfem::NURBSPatch | friend |
KnotInsert(int dir, const KnotVector &knot) | mfem::NURBSPatch | |
KnotInsert(int dir, const Vector &knot) | mfem::NURBSPatch | |
KnotInsert(Array< Vector *> &knot) | mfem::NURBSPatch | |
KnotInsert(Array< KnotVector *> &knot) | mfem::NURBSPatch | |
kv | mfem::NURBSPatch | protected |
ls | mfem::NURBSPatch | protected |
MakeUniformDegree(int degree=-1) | mfem::NURBSPatch | |
nd | mfem::NURBSPatch | protected |
ni | mfem::NURBSPatch | protected |
nj | mfem::NURBSPatch | protected |
nk | mfem::NURBSPatch | protected |
NURBSPatch(NURBSPatch *parent, int dir, int Order, int NCP) | mfem::NURBSPatch | protected |
NURBSPatch(const NURBSPatch &orig) | mfem::NURBSPatch | |
NURBSPatch(std::istream &input) | mfem::NURBSPatch | |
NURBSPatch(const KnotVector *kv0, const KnotVector *kv1, int dim_) | mfem::NURBSPatch | |
NURBSPatch(const KnotVector *kv0, const KnotVector *kv1, const KnotVector *kv2, int dim_) | mfem::NURBSPatch | |
NURBSPatch(Array< const KnotVector *> &kv, int dim_) | mfem::NURBSPatch | |
operator()(int i, int j) | mfem::NURBSPatch | inline |
operator()(int i, int j) const | mfem::NURBSPatch | inline |
operator()(int i, int j, int l) | mfem::NURBSPatch | inline |
operator()(int i, int j, int l) const | mfem::NURBSPatch | inline |
operator()(int i, int j, int k, int l) | mfem::NURBSPatch | inline |
operator()(int i, int j, int k, int l) const | mfem::NURBSPatch | inline |
operator=(const NURBSPatch &)=delete | mfem::NURBSPatch | |
Print(std::ostream &out) const | mfem::NURBSPatch | |
Revolve3D(NURBSPatch &patch, double n[], double ang, int times) | mfem::NURBSPatch | friend |
Rotate(double angle, double normal[]=NULL) | mfem::NURBSPatch | |
Rotate2D(double angle) | mfem::NURBSPatch | |
Rotate3D(double normal[], double angle) | mfem::NURBSPatch | |
sd | mfem::NURBSPatch | protected |
SetLoopDirection(int dir) | mfem::NURBSPatch | protected |
slice(int i, int j) | mfem::NURBSPatch | inlineprotected |
slice(int i, int j) const | mfem::NURBSPatch | inlineprotected |
swap(NURBSPatch *np) | mfem::NURBSPatch | protected |
SwapDirections(int dir1, int dir2) | mfem::NURBSPatch | |
UniformRefinement() | mfem::NURBSPatch | |
~NURBSPatch() | mfem::NURBSPatch |