B-spline curves in 2D geometry

This commit is contained in:
Joachim Schoeberl 2011-09-01 16:42:39 +00:00
parent 78d9a4818f
commit edd6607f0e
2 changed files with 3 additions and 0 deletions

View File

@ -539,6 +539,7 @@ namespace netgen
// *************************************
// Template for B-Splines of order ORDER
// thx to Gerhard Kitzler
// *************************************
template<int D, int ORDER>

View File

@ -1,3 +1,5 @@
# B-spline example (by Gerhard)
splinecurves2dv2
5