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