comp.lang.fortran
  Home FAQ Contact Sign in
comp.lang.fortran only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.fortran Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  need help to solve 2D poisson equation using Fortran         


Author: ziven
Date: Jul 8, 2008 23:42

HI Dear ALL,

Could anybody be kindly enough to give me an instruction to solve this
2D poisson equation using Fortran language:

Δ(φ)=R-x^2-y^2

Any comments will be greatly appreciated. Thanks.

Ziven
2 Comments
  Could anybody give an instruction to solve poisson equation?         


Author: ziven
Date: Jul 8, 2008 19:02

HI Dear ALL,

Could anybody be kind enough to help me to solve this 2-D poisson
equation below using Fortran language:
Δφ=R-x^2-y^2
Any comment will be greatly appreciated. Thanks.

Ziven
1 Comment
  question about assigning values to a matrix         


Author: John
Date: Jul 8, 2008 12:33

Hi guys,

I have a simple question to ask.

In fortran90, I define a 2by2 matrix, for example, real(8):: mat(2,2).
Then I want to assign value to this matrix. But when I use mat=(/
1,2,3,4 /), it says "Error: The shapes of the array expressions do not
conform." Do you know how should I modify it? Thanks a lot.

John
4 Comments
  include .inc file         


Author: Klemens
Date: Jul 8, 2008 07:06

Hello,

how can I incorporate an .inc-file (from the HDF library) which is
written in F77 in an F90 file.
I tried it with

include filename.inc

but always get some error messages because it is not identified as a
Fortran file.

Thanks for your help in advance !

Klemens
1 Comment