Recent content by santanaa

  1. S

    F90 compiler and user defined types

    Hi I have a little issue with f90. I am a c++ programmer but I have to use fortran for this project. f90 the compiler does seem to distinguish between methods from user defined types. I have two types one "has a" instance of the other. Both have a methods named Print (with different typed...
  2. S

    Numerical solution of vector potential

    thanks for the pointer. Any idea about the numerical method to solve?
  3. S

    Numerical solution of vector potential

    I have a field ,B, I need to find the other field,A, such that -> __ -> B = \/ x A I need numerical solution, given B sampled on a 3D computational grid (finite difference hexahedra) find A. What numerical methods could be used?
Back
Top