| 56 | } |
| 57 | |
| 58 | void |
| 59 | SectionIntegration::getWeightsDeriv(int nFibers, double *dwtdh) |
| 60 | { |
| 61 | for (int i = 0; i < nFibers; i++) |
| 62 | dwtdh[i] = 0.0; |
| 63 | } |
| 64 | |
| 65 | void |
| 66 | SectionIntegration::getSectorialsDeriv(int nFibers, double *domegadh) |
no outgoing calls
no test coverage detected