Re: [fpc-pascal] FEM pack in Pascal

2005-08-15 Thread Jilani Khaldi

Alain Michaud wrote:


Hi,

what field are you workin in?  I am asking this question because there
are two different types of simulations Poisson (static) or Helmotz
(oscillatory).   

 


Linear static and dynamic structural and thermal analysis problems.

jk

--
// Jilani KHALDI
http://www.archsf.org




___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FEM pack in Pascal

2005-08-15 Thread Alain Michaud
Hi,

what field are you workin in?  I am asking this question because there
are two different types of simulations Poisson (static) or Helmotz
(oscillatory).   

Alain Michaud


On Tue, 2005-08-09 at 11:41 +0200, Jilani Khaldi wrote:
> Hi All,
> I am looking for an open and free FEM (Finite Element Method) package 
> written in Pascal. I found many written in Fortran and C/C++ but nothing 
> in Pascal/Object Pascal. I didn't look everywhere on the web so:
> 1. Does someone know about such thing (even not complete)?
> 2. I am thinking to write one myself (I think to have the know-how to do 
> it). Is there some pascal developers interested in the project?
> 
> Thanks!
> jk
> 
> 
> ___
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Writeln in embedded systems

2005-08-15 Thread Carsten Bager
I have been experimenting with compiling to an embedded
ARM platform I succeeded in compiling with a minimum
system unit.
Now the ARM processor can blink with a LED.
I then tried to put in a Writeln just to se what library modules
there was missing. I then get this error:
(I want to connect a display)
---
Hint: End of reading config file fpc.cfg
Free Pascal Compiler version 2.0.0 [2005/05/15] for arm
Copyright (c) 1993-2005 by Florian Klaempfl
Target OS: Linux for ARM
Compiling led.pas
led.pas(33,3) Fatal: Internal error 200107271
led.pas(33,3) Error: Compilation aborted


Line 33 is the line where I have written "WriteLn('TEST');"

Dos anyone have a hint about what I should do next.

Regards
Carsten

--
Carsten Bager
Bøvlingbjerg El-automatik
Brørupvænget 10
7650 Bøvlingbjerg
Tlf. +4597885222 Fax +4597885434
http://www.beas.dk


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal