Recent content by SallyGreen

  1. S

    Normal derivative of Green's function on a disk.

    Thanks, for the moment let us forget the tangential derivative. I only need to compute this integral by parts ∫dqG0(q,r:k)∂G(q,r′)∂n choosing u=G0(q,r:k) and v=∂G(q,r′)\∂n so du=∂G0(q,r:k)\∂q dv=? where ∂G(q,r′)\∂n= n.\grad(G(q,r′)) so what is the...
  2. S

    Normal derivative of Green's function on a disk.

    Thanks, and what about the tangential derivative. How can I convence my self that is equal to the normal derivative. I need these info to be able to do the following integral by part:: \int dq G_0(q,r:k)\frac{\partial G(q,r')}{\partial n} so this where I want to take the antiderivative of the...
  3. S

    Normal derivative of Green's function on a disk.

    Hi Everyone, please can you tell me why for a circle we have the normal derivative is equal to the tangential derivative, adn what is the antiderivative of a normal derivative? wishes, Sally
  4. S

    Fortran Fortran Forum for Programming Help: Resources, Tips, and Support

    can anyone please, help me how to construct a matrix with matrices elements, my main matrix A is constructed of 6 matrices, and I have all the element of these matrices, but the problem I do not know how to write the main matrix A, how the indices look like??
  5. S

    Fortran Fortran Forum for Programming Help: Resources, Tips, and Support

    if I define the array like this then how can I refer to the nth term of it which is X(n)?
  6. S

    Fortran Fortran Forum for Programming Help: Resources, Tips, and Support

    thanks, yeah I have n=5 not 5.0d0, if I define the array as real*8 X(n) , then how can I refer to the nth term in the array which is X(n) isnit??
  7. S

    Fortran Fortran Forum for Programming Help: Resources, Tips, and Support

    Hi there yes they are integers cos I have already changed n to 5 not 5.0d, I mean X(1,n)is correct declaration for an array of n elements?
  8. S

    Fortran Fortran Forum for Programming Help: Resources, Tips, and Support

    yes you right, but Is the way I define the array X &Y which contains real numbers correct or no?
  9. S

    Fortran Fortran Forum for Programming Help: Resources, Tips, and Support

    Hey there, please anyone could give me a hand your help is greatly appreciated, actually I have written that code, but still giving me an errors, so still struggling as a begginer in Fortran 77, here the code and the errors c * This program reads the five vertices of an irregular Polygon then...
  10. S

    How to find the normal at a point on a circle

    Hi there if the line equation is 5x+6y=8, we can extract the vector as (5,6) is that correct?
  11. S

    How to find the normal at a point on a circle

    Hi there, Many thanks As I need to consider the contribution of the curvature of the boundary of a triangle which is zero on the sides, but what about at the corners? I guss the corner does have a curvature which is infinite curvature, but why have u taken the opposite of the curvature?
  12. S

    Fortran Fortran Forum for Programming Help: Resources, Tips, and Support

    thanks, actually I need dim of the arrays to be 5, in the case which I am dealing with now, but I want to write a general code.
  13. S

    Fortran Fortran Forum for Programming Help: Resources, Tips, and Support

    Hi guyes I would be highly grateful if you could help me in these questions as I need to build code in Fotran 77 for the first time In fortran 77 what is the difference between write(*, 'ghghfy') and write(9, 'ghghf) Why we do this declaration Parameter (zero=0.0d0, one=1.0d0...
  14. S

    How to find the normal at a point on a circle

    yeah the curvature for the "sharp" edges
  15. S

    How Do You Find a Plane Equation Through a Point Perpendicular to Another Plane?

    does anyone guys advice me how to find the curvature at the corner of a rectangular,, cos I need to find it at any point of such geometry, and the curvature for flat side is just zero, but still sruggling with the corner.... anyone could help...
Back
Top