#include <SubdivisionManifold.H>
Inheritance diagram for xchen::SubdivisionManifold< dims, sp_dims >:

Public Methods | |
| SubdivisionManifold (int deg1,...) | |
| 'deg1' and 'len1' (which is assumed following 'deg1') are of direction 'dims-1', and etc. | |
| SubdivisionManifold (int *degsz) | |
| 'degsz[d]' and 'degsz[d+1]' is degree and size of dir d. | |
| void | Subdivide (int depth=1) const |
| Subdivide 'depth' times. | |
| void | SetOpenCondition (int *l_ec, int *r_ec) |
| Set left and right end condition. Default to open. | |
| void | SetOpenCondition (int ec) |
| Set left and right end conditions of all directions to the same value. | |
| void | bzr2floatingEndBspline (int dir) |
Open end condition is supported.
|
||||||||||||||||
|
'deg1' and 'len1' (which is assumed following 'deg1') are of direction 'dims-1', and etc.
|
|
||||||||||
|
'degsz[d]' and 'degsz[d+1]' is degree and size of dir d.
|
|
||||||||||
|
|
|
||||||||||
|
Set left and right end conditions of all directions to the same value.
|
|
||||||||||||||||
|
Set left and right end condition. Default to open.
|
|
||||||||||
|
Subdivide 'depth' times.
Implements xchen::TensorManifold< dims, sp_dims >. |
1.2.18