Steven G. Johnson <[EMAIL PROTECTED]> writes:

> 
> What is the exact command that you tried?
> 

Below ther's the relavant code:

(set! geometry
      (cons
       (make block (center 0 0) (size 10 30) (material (make dielectric (epsilon
eps))))
        (map
         (lambda (x)
          (geometric-object-duplicates (vector3 1 0) 0 10 (make cylinder 
(center 0 x )
(radius 0.35) (height infinity) (material air))))
;           (make block (center 0 (* x 1)) (size 5 0.5) (material (make
dielectric (index 1.0)))))
         (arith-sequence 1 1 10))))

It works only using the "make block" instruction.

Thank you!

Paolo


_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to