|
| ParNURBSExtension (const ParNURBSExtension &orig) |
|
| ParNURBSExtension (MPI_Comm comm, NURBSExtension *parent, int *partitioning, const Array< bool > &active_bel) |
|
| ParNURBSExtension (NURBSExtension *parent, const ParNURBSExtension *par_parent) |
|
virtual | ~ParNURBSExtension () |
|
| NURBSExtension (const NURBSExtension &orig) |
| Copy constructor: deep copy. More...
|
|
| NURBSExtension (std::istream &input) |
| Read-in a NURBSExtension. More...
|
|
| NURBSExtension (NURBSExtension *parent, int newOrder) |
| Create a NURBSExtension with elevated order by repeating the endpoints of the knot vectors and using uniform weights of 1. More...
|
|
| NURBSExtension (NURBSExtension *parent, const Array< int > &newOrders) |
| Create a NURBSExtension with elevated knot vector orders (by repeating the endpoints of the knot vectors and using uniform weights of 1) as given by the array newOrders. More...
|
|
| NURBSExtension (Mesh *mesh_array[], int num_pieces) |
| Construct a NURBSExtension by merging a partitioned NURBS mesh. More...
|
|
NURBSExtension & | operator= (const NURBSExtension &)=delete |
| Copy assignment not supported. More...
|
|
void | ConnectBoundaries (Array< int > &master, Array< int > &slave) |
|
const Array< int > & | GetMaster () const |
|
Array< int > & | GetMaster () |
|
const Array< int > & | GetSlave () const |
|
Array< int > & | GetSlave () |
|
void | MergeGridFunctions (GridFunction *gf_array[], int num_pieces, GridFunction &merged) |
|
virtual | ~NURBSExtension () |
| Destroy a NURBSExtension. More...
|
|
void | Print (std::ostream &out) const |
|
void | PrintCharacteristics (std::ostream &out) const |
|
void | PrintFunctions (const char *filename, int samples=11) const |
|
int | Dimension () const |
|
int | GetNP () const |
|
int | GetNBP () const |
|
const Array< int > & | GetOrders () const |
| Read-only access to the orders of all knot vectors. More...
|
|
int | GetOrder () const |
| If all orders are identical, return that number. Otherwise, return NURBSFECollection::VariableOrder. More...
|
|
int | GetNKV () const |
|
int | GetGNV () const |
|
int | GetNV () const |
|
int | GetGNE () const |
|
int | GetNE () const |
|
int | GetGNBE () const |
|
int | GetNBE () const |
|
int | GetNTotalDof () const |
|
int | GetNDof () const |
|
const KnotVector * | GetKnotVector (int i) const |
|
void | GetElementTopo (Array< Element * > &elements) const |
|
void | GetBdrElementTopo (Array< Element * > &boundary) const |
|
bool | HavePatches () const |
|
Table * | GetElementDofTable () |
|
Table * | GetBdrElementDofTable () |
|
void | GetVertexLocalToGlobal (Array< int > &lvert_vert) |
|
void | GetElementLocalToGlobal (Array< int > &lelem_elem) |
|
void | LoadFE (int i, const FiniteElement *FE) const |
|
void | LoadBE (int i, const FiniteElement *BE) const |
|
const Vector & | GetWeights () const |
|
Vector & | GetWeights () |
|
void | ConvertToPatches (const Vector &Nodes) |
|
void | SetKnotsFromPatches () |
|
void | SetCoordsFromPatches (Vector &Nodes) |
|
void | LoadSolution (std::istream &input, GridFunction &sol) const |
|
void | PrintSolution (const GridFunction &sol, std::ostream &out) const |
|
void | DegreeElevate (int rel_degree, int degree=16) |
|
void | UniformRefinement () |
|
void | KnotInsert (Array< KnotVector * > &kv) |
|
void | KnotInsert (Array< Vector * > &kv) |
|