@Override
 public double getL(double r) {
   double vs = structure.getVs(r);
   return vs * vs * getRho(r);
 }