#include "definitions.h"#include "subdivShapeFunction.h"#include "shapeFunction.h"#include <math.h>#include <stdlib.h>#include <stdio.h>#include <assert.h>Defines | |
| #define | LOOPIR | 
| #define | PI 3.14159265358979323846 | 
Functions | |
| ShapeFunction * | subdivShapeFunction (double v, double w, int ival) | 
| #define LOOPIR | 
| #define PI 3.14159265358979323846 | 
| ShapeFunction* subdivShapeFunction | ( | double | v, | |
| double | w, | |||
| int | ival | |||
| ) |  [read] | 
        
References ShapeFunctionS::deriv1, ShapeFunctionS::deriv2, and ShapeFunctionS::funct.
Referenced by shapeFunctionElement().
 1.6.3