#include <nurbs.hpp>
Definition at line 406 of file nurbs.hpp.
int mfem::NURBSPatchMap::nx |
( |
| ) |
|
|
inline |
int mfem::NURBSPatchMap::ny |
( |
| ) |
|
|
inline |
int mfem::NURBSPatchMap::nz |
( |
| ) |
|
|
inline |
int mfem::NURBSPatchMap::operator() |
( |
const int |
i | ) |
const |
|
inline |
int mfem::NURBSPatchMap::operator() |
( |
const int |
i, |
|
|
const int |
j |
|
) |
| const |
|
inline |
int mfem::NURBSPatchMap::operator() |
( |
const int |
i, |
|
|
const int |
j, |
|
|
const int |
k |
|
) |
| const |
|
inline |
int mfem::NURBSPatchMap::operator[] |
( |
const int |
i | ) |
const |
|
inline |
void mfem::NURBSPatchMap::SetBdrPatchDofMap |
( |
int |
p, |
|
|
const KnotVector * |
kv[], |
|
|
int * |
okv |
|
) |
| |
void mfem::NURBSPatchMap::SetBdrPatchVertexMap |
( |
int |
p, |
|
|
const KnotVector * |
kv[], |
|
|
int * |
okv |
|
) |
| |
void mfem::NURBSPatchMap::SetPatchDofMap |
( |
int |
p, |
|
|
const KnotVector * |
kv[] |
|
) |
| |
void mfem::NURBSPatchMap::SetPatchVertexMap |
( |
int |
p, |
|
|
const KnotVector * |
kv[] |
|
) |
| |
The documentation for this class was generated from the following files: