[GiDlist] Support Required
Moderator: GiD Team
[GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be included
for C++ users. I guess there should a file to include in FORTRAN too. There
is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from the
solver (which would have been written to a .post.res) and also information
from pre processing, I want to call another solver and generate another
post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the components
of the stresses. However, during the post processing all the six components
of stresses are displayed in the result menu. There should be only 4
components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100125/b242a926/attachment.htm
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be included
for C++ users. I guess there should a file to include in FORTRAN too. There
is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from the
solver (which would have been written to a .post.res) and also information
from pre processing, I want to call another solver and generate another
post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the components
of the stresses. However, during the post processing all the six components
of stresses are displayed in the result menu. There should be only 4
components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100125/b242a926/attachment.htm
[GiDlist] Support Required (GiDpost)
Hi,
En/na Shriram ha escrit:
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be
included for C++ users. I guess there should a file to include in
FORTRAN too. There is no such file. Please tell me how to go about using
the GiDpost in FORTRAN
could you tell us which is the FORTRAN compiler are you using and what are the
error messages?
are the errors generated when compiling or linking phase?
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from
the solver (which would have been written to a .post.res) and also
information from pre processing, I want to call another solver and
generate another post.res file. How do you suggest going about this kind
of a process?
- In post process, I do a 2D analysis and select
“PlainDeformationMatrix” (in the .post.res file) to display the
components of the stresses. However, during the post processing all the
six components of stresses are displayed in the result menu. There
should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
En/na Shriram ha escrit:
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be
included for C++ users. I guess there should a file to include in
FORTRAN too. There is no such file. Please tell me how to go about using
the GiDpost in FORTRAN
could you tell us which is the FORTRAN compiler are you using and what are the
error messages?
are the errors generated when compiling or linking phase?
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from
the solver (which would have been written to a .post.res) and also
information from pre processing, I want to call another solver and
generate another post.res file. How do you suggest going about this kind
of a process?
- In post process, I do a 2D analysis and select
“PlainDeformationMatrix” (in the .post.res file) to display the
components of the stresses. However, during the post processing all the
six components of stresses are displayed in the result menu. There
should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
[GiDlist] Support Required (GiDpost)
Hello,
1) The error message is:
- Error LNK2019: unresolved external symbol _GID_OPENPOSTRESULTFILE
referenced in function _MAIN__testpostfor.obj
2) I am using "Intel(R) Visual Fortran Compiler Integration for Microsoft
Visual Studio 2005, 11.0.3454.2005". So I guess, the compiler version is
11.0
3) These messages are generated while linking the project
Thanks for your replies!
Shriram
-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of ronda at cimne.upc.edu
Sent: Tuesday, January 26, 2010 7:10 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required (GiDpost)
Hi,
En/na Shriram ha escrit:
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be
included for C++ users. I guess there should a file to include in
FORTRAN too. There is no such file. Please tell me how to go about using
the GiDpost in FORTRAN
could you tell us which is the FORTRAN compiler are you using and what are
the
error messages?
are the errors generated when compiling or linking phase?
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from
the solver (which would have been written to a .post.res) and also
information from pre processing, I want to call another solver and
generate another post.res file. How do you suggest going about this kind
of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the
components of the stresses. However, during the post processing all the
six components of stresses are displayed in the result menu. There
should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
1) The error message is:
- Error LNK2019: unresolved external symbol _GID_OPENPOSTRESULTFILE
referenced in function _MAIN__testpostfor.obj
2) I am using "Intel(R) Visual Fortran Compiler Integration for Microsoft
Visual Studio 2005, 11.0.3454.2005". So I guess, the compiler version is
11.0
3) These messages are generated while linking the project
Thanks for your replies!
Shriram
-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of ronda at cimne.upc.edu
Sent: Tuesday, January 26, 2010 7:10 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required (GiDpost)
Hi,
En/na Shriram ha escrit:
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be
included for C++ users. I guess there should a file to include in
FORTRAN too. There is no such file. Please tell me how to go about using
the GiDpost in FORTRAN
could you tell us which is the FORTRAN compiler are you using and what are
the
error messages?
are the errors generated when compiling or linking phase?
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from
the solver (which would have been written to a .post.res) and also
information from pre processing, I want to call another solver and
generate another post.res file. How do you suggest going about this kind
of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the
components of the stresses. However, during the post processing all the
six components of stresses are displayed in the result menu. There
should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
[GiDlist] Support Required
- The header file ot the library is necessary only for C/C++, FORTRAN doesn't use this headers.
The problem probably is that your linker doesn't found the functions because of the 'decoration' of the names (e.g FORTRAN convert all names to capital letters),
but depending on your compiler it can expect something other prefix or suffix,
probably you can modify in your project the 'calling convention', or recompile the library with other settings.
- your batch file can secuentially invoke several exes and the ouput of one could be input of another
- GiD internally always work with 3D results, all 2D analysis are handled internally like 3D, you can't do nothing. Maybe for future versions we can hide to user all 3D options when the problem is 2D
Regards
Enrique Escolano
----- Original Message -----
From: Shriram
To: gidlist at gatxan.cimne.upc.edu
Sent: Monday, January 25, 2010 9:21 PM
Subject: [GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib file and include the dependencies. However, the GiDpost commands are not recognized while compiling. There is a header file that needs to be included for C++ users. I guess there should a file to include in FORTRAN too. There is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre processing using GiD and execute a solver. Now, using the results from the solver (which would have been written to a .post.res) and also information from pre processing, I want to call another solver and generate another post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select "PlainDeformationMatrix" (in the .post.res file) to display the components of the stresses. However, during the post processing all the six components of stresses are displayed in the result menu. There should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/c0593915/attachment.htm
The problem probably is that your linker doesn't found the functions because of the 'decoration' of the names (e.g FORTRAN convert all names to capital letters),
but depending on your compiler it can expect something other prefix or suffix,
probably you can modify in your project the 'calling convention', or recompile the library with other settings.
- your batch file can secuentially invoke several exes and the ouput of one could be input of another
- GiD internally always work with 3D results, all 2D analysis are handled internally like 3D, you can't do nothing. Maybe for future versions we can hide to user all 3D options when the problem is 2D
Regards
Enrique Escolano
----- Original Message -----
From: Shriram
To: gidlist at gatxan.cimne.upc.edu
Sent: Monday, January 25, 2010 9:21 PM
Subject: [GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib file and include the dependencies. However, the GiDpost commands are not recognized while compiling. There is a header file that needs to be included for C++ users. I guess there should a file to include in FORTRAN too. There is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre processing using GiD and execute a solver. Now, using the results from the solver (which would have been written to a .post.res) and also information from pre processing, I want to call another solver and generate another post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select "PlainDeformationMatrix" (in the .post.res file) to display the components of the stresses. However, during the post processing all the six components of stresses are displayed in the result menu. There should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/c0593915/attachment.htm
[GiDlist] Support Required (GiDpost)
Is the compiler the 32 or 64 bit version?
En/na Shriram ha escrit:
Hello,
1) The error message is:
- Error LNK2019: unresolved external symbol _GID_OPENPOSTRESULTFILE
referenced in function _MAIN__testpostfor.obj
2) I am using "Intel(R) Visual Fortran Compiler Integration for Microsoft
Visual Studio 2005, 11.0.3454.2005". So I guess, the compiler version is
11.0
3) These messages are generated while linking the project
Thanks for your replies!
Shriram
-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of ronda at cimne.upc.edu
Sent: Tuesday, January 26, 2010 7:10 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required (GiDpost)
Hi,
En/na Shriram ha escrit:
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be
included for C++ users. I guess there should a file to include in
FORTRAN too. There is no such file. Please tell me how to go about using
the GiDpost in FORTRAN
could you tell us which is the FORTRAN compiler are you using and what are
the
error messages?
are the errors generated when compiling or linking phase?
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from
the solver (which would have been written to a .post.res) and also
information from pre processing, I want to call another solver and
generate another post.res file. How do you suggest going about this kind
of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the
components of the stresses. However, during the post processing all the
six components of stresses are displayed in the result menu. There
should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
En/na Shriram ha escrit:
Hello,
1) The error message is:
- Error LNK2019: unresolved external symbol _GID_OPENPOSTRESULTFILE
referenced in function _MAIN__testpostfor.obj
2) I am using "Intel(R) Visual Fortran Compiler Integration for Microsoft
Visual Studio 2005, 11.0.3454.2005". So I guess, the compiler version is
11.0
3) These messages are generated while linking the project
Thanks for your replies!
Shriram
-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of ronda at cimne.upc.edu
Sent: Tuesday, January 26, 2010 7:10 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required (GiDpost)
Hi,
En/na Shriram ha escrit:
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be
included for C++ users. I guess there should a file to include in
FORTRAN too. There is no such file. Please tell me how to go about using
the GiDpost in FORTRAN
could you tell us which is the FORTRAN compiler are you using and what are
the
error messages?
are the errors generated when compiling or linking phase?
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from
the solver (which would have been written to a .post.res) and also
information from pre processing, I want to call another solver and
generate another post.res file. How do you suggest going about this kind
of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the
components of the stresses. However, during the post processing all the
six components of stresses are displayed in the result menu. There
should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
[GiDlist] Support Required (GiDpost)
The compiler is a 32 bit version running on Win32 platform.
-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of ronda at cimne.upc.edu
Sent: Tuesday, January 26, 2010 9:58 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required (GiDpost)
Is the compiler the 32 or 64 bit version?
En/na Shriram ha escrit:
Hello,
1) The error message is:
- Error LNK2019: unresolved external symbol _GID_OPENPOSTRESULTFILE
referenced in function _MAIN__testpostfor.obj
2) I am using "Intel(R) Visual Fortran Compiler Integration for Microsoft
Visual Studio 2005, 11.0.3454.2005". So I guess, the compiler version is
11.0
3) These messages are generated while linking the project
Thanks for your replies!
Shriram
-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of
ronda at cimne.upc.edu
Sent: Tuesday, January 26, 2010 7:10 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required (GiDpost)
Hi,
En/na Shriram ha escrit:
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be
included for C++ users. I guess there should a file to include in
FORTRAN too. There is no such file. Please tell me how to go about using
the GiDpost in FORTRAN
could you tell us which is the FORTRAN compiler are you using and what are
the
error messages?
are the errors generated when compiling or linking phase?
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from
the solver (which would have been written to a .post.res) and also
information from pre processing, I want to call another solver and
generate another post.res file. How do you suggest going about this kind
of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the
components of the stresses. However, during the post processing all the
six components of stresses are displayed in the result menu. There
should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of ronda at cimne.upc.edu
Sent: Tuesday, January 26, 2010 9:58 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required (GiDpost)
Is the compiler the 32 or 64 bit version?
En/na Shriram ha escrit:
Hello,
1) The error message is:
- Error LNK2019: unresolved external symbol _GID_OPENPOSTRESULTFILE
referenced in function _MAIN__testpostfor.obj
2) I am using "Intel(R) Visual Fortran Compiler Integration for Microsoft
Visual Studio 2005, 11.0.3454.2005". So I guess, the compiler version is
11.0
3) These messages are generated while linking the project
Thanks for your replies!
Shriram
-----Original Message-----
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of
ronda at cimne.upc.edu
Sent: Tuesday, January 26, 2010 7:10 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required (GiDpost)
Hi,
En/na Shriram ha escrit:
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be
included for C++ users. I guess there should a file to include in
FORTRAN too. There is no such file. Please tell me how to go about using
the GiDpost in FORTRAN
could you tell us which is the FORTRAN compiler are you using and what are
the
error messages?
are the errors generated when compiling or linking phase?
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from
the solver (which would have been written to a .post.res) and also
information from pre processing, I want to call another solver and
generate another post.res file. How do you suggest going about this kind
of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the
components of the stresses. However, during the post processing all the
six components of stresses are displayed in the result menu. There
should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
[GiDlist] Support Required
Enrique,
Thanks for the replies.
- I understand that I can have multiple .bas files and call
multiple exes using the batch file. My problem is, after executing the first
exe (which produces a .post.res file) I want to create the second input file
from GiD which also uses the information from the .post.res file. So my
-2.bas file will use information from pre-processing and information from
the .post.res file to create the second.dat file, which would be used by the
second solver. How can that be done? I need this because the second solver
needs information from the result of the first solver
Also how do you suggest post processing the multiple .post.res file from
each solver? Should I post processing by opening all files using the Files
- Open multiple option?
Thanks,
Shriram
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of Enrique Escolano
Sent: Tuesday, January 26, 2010 9:51 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required
- The header file ot the library is necessary only for C/C++, FORTRAN
doesn't use this headers.
The problem probably is that your linker doesn't found the functions
because of the 'decoration' of the names (e.g FORTRAN convert all names to
capital letters),
but depending on your compiler it can expect something other prefix or
suffix,
probably you can modify in your project the 'calling convention', or
recompile the library with other settings.
- your batch file can secuentially invoke several exes and the ouput of one
could be input of another
- GiD internally always work with 3D results, all 2D analysis are handled
internally like 3D, you can't do nothing. Maybe for future versions we can
hide to user all 3D options when the problem is 2D
Regards
Enrique Escolano
----- Original Message -----
From: Shriram mailto:madapusi at nanotechsys.com
To: gidlist at gatxan.cimne.upc.edu
Sent: Monday, January 25, 2010 9:21 PM
Subject: [GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be included
for C++ users. I guess there should a file to include in FORTRAN too. There
is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from the
solver (which would have been written to a .post.res) and also information
from pre processing, I want to call another solver and generate another
post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the components
of the stresses. However, during the post processing all the six components
of stresses are displayed in the result menu. There should be only 4
components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/7c010886/attachment.htm
Thanks for the replies.
- I understand that I can have multiple .bas files and call
multiple exes using the batch file. My problem is, after executing the first
exe (which produces a .post.res file) I want to create the second input file
from GiD which also uses the information from the .post.res file. So my
-2.bas file will use information from pre-processing and information from
the .post.res file to create the second.dat file, which would be used by the
second solver. How can that be done? I need this because the second solver
needs information from the result of the first solver
Also how do you suggest post processing the multiple .post.res file from
each solver? Should I post processing by opening all files using the Files
- Open multiple option?
Thanks,
Shriram
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of Enrique Escolano
Sent: Tuesday, January 26, 2010 9:51 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required
- The header file ot the library is necessary only for C/C++, FORTRAN
doesn't use this headers.
The problem probably is that your linker doesn't found the functions
because of the 'decoration' of the names (e.g FORTRAN convert all names to
capital letters),
but depending on your compiler it can expect something other prefix or
suffix,
probably you can modify in your project the 'calling convention', or
recompile the library with other settings.
- your batch file can secuentially invoke several exes and the ouput of one
could be input of another
- GiD internally always work with 3D results, all 2D analysis are handled
internally like 3D, you can't do nothing. Maybe for future versions we can
hide to user all 3D options when the problem is 2D
Regards
Enrique Escolano
----- Original Message -----
From: Shriram mailto:madapusi at nanotechsys.com
To: gidlist at gatxan.cimne.upc.edu
Sent: Monday, January 25, 2010 9:21 PM
Subject: [GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be included
for C++ users. I guess there should a file to include in FORTRAN too. There
is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from the
solver (which would have been written to a .post.res) and also information
from pre processing, I want to call another solver and generate another
post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the components
of the stresses. However, during the post processing all the six components
of stresses are displayed in the result menu. There should be only 4
components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/7c010886/attachment.htm
[GiDlist] Support Required
Enrique,
Thanks for the replies.
- I understand that I can have multiple .bas files and call
multiple exes using the batch file. My problem is, after executing the first
exe (which produces a .post.res file) I want to create the second input file
from GiD which also uses the information from the .post.res file. So my
-2.bas file will use information from pre-processing and information from
the .post.res file to create the second.dat file, which would be used by the
second solver. How can that be done? I need this because the second solver
needs information from the result of the first solver
Also how do you suggest post processing the multiple .post.res file from
each solver? Should I post processing by opening all files using the Files
- Open multiple option?
Thanks,
Shriram
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of Enrique Escolano
Sent: Tuesday, January 26, 2010 9:51 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required
- The header file ot the library is necessary only for C/C++, FORTRAN
doesn't use this headers.
The problem probably is that your linker doesn't found the functions
because of the 'decoration' of the names (e.g FORTRAN convert all names to
capital letters),
but depending on your compiler it can expect something other prefix or
suffix,
probably you can modify in your project the 'calling convention', or
recompile the library with other settings.
- your batch file can secuentially invoke several exes and the ouput of one
could be input of another
- GiD internally always work with 3D results, all 2D analysis are handled
internally like 3D, you can't do nothing. Maybe for future versions we can
hide to user all 3D options when the problem is 2D
Regards
Enrique Escolano
----- Original Message -----
From: Shriram mailto:madapusi at nanotechsys.com
To: gidlist at gatxan.cimne.upc.edu
Sent: Monday, January 25, 2010 9:21 PM
Subject: [GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be included
for C++ users. I guess there should a file to include in FORTRAN too. There
is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from the
solver (which would have been written to a .post.res) and also information
from pre processing, I want to call another solver and generate another
post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the components
of the stresses. However, during the post processing all the six components
of stresses are displayed in the result menu. There should be only 4
components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/b453428c/attachment.htm
Thanks for the replies.
- I understand that I can have multiple .bas files and call
multiple exes using the batch file. My problem is, after executing the first
exe (which produces a .post.res file) I want to create the second input file
from GiD which also uses the information from the .post.res file. So my
-2.bas file will use information from pre-processing and information from
the .post.res file to create the second.dat file, which would be used by the
second solver. How can that be done? I need this because the second solver
needs information from the result of the first solver
Also how do you suggest post processing the multiple .post.res file from
each solver? Should I post processing by opening all files using the Files
- Open multiple option?
Thanks,
Shriram
From: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of Enrique Escolano
Sent: Tuesday, January 26, 2010 9:51 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required
- The header file ot the library is necessary only for C/C++, FORTRAN
doesn't use this headers.
The problem probably is that your linker doesn't found the functions
because of the 'decoration' of the names (e.g FORTRAN convert all names to
capital letters),
but depending on your compiler it can expect something other prefix or
suffix,
probably you can modify in your project the 'calling convention', or
recompile the library with other settings.
- your batch file can secuentially invoke several exes and the ouput of one
could be input of another
- GiD internally always work with 3D results, all 2D analysis are handled
internally like 3D, you can't do nothing. Maybe for future versions we can
hide to user all 3D options when the problem is 2D
Regards
Enrique Escolano
----- Original Message -----
From: Shriram mailto:madapusi at nanotechsys.com
To: gidlist at gatxan.cimne.upc.edu
Sent: Monday, January 25, 2010 9:21 PM
Subject: [GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any
suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib
file and include the dependencies. However, the GiDpost commands are not
recognized while compiling. There is a header file that needs to be included
for C++ users. I guess there should a file to include in FORTRAN too. There
is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre
processing using GiD and execute a solver. Now, using the results from the
solver (which would have been written to a .post.res) and also information
from pre processing, I want to call another solver and generate another
post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select
"PlainDeformationMatrix" (in the .post.res file) to display the components
of the stresses. However, during the post processing all the six components
of stresses are displayed in the result menu. There should be only 4
components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/b453428c/attachment.htm
[GiDlist] Support Required
About the problems linking the library gidpos.lib with your FORTRAN code using
Intel(R) Visual Fortran Compiler Integration for Microsoft Visual Studio 2005 x32
Our precompiled Winx32 library (I attach an updated release version) include function names with two decorated syntax:
e.g. for the function GiD_OpenPostMeshFile:
_GID_OPENPOSTMESHFILE at 12
with the name in capital letters prefixed by _ and sufixed with @number , where number depend on the arguments size
and
_GiD_OpenPostMeshFile
with the original C/C++ name, with mixed uppercase and lowercase, and a prefix _)
I succesfully linked it with our 'testpostfor.f' example, but to do it I had to change the FORTRAN project settings:
FORTRAN - External procedures -Callling convention to CVF (/iface:cvf)
Regards
Enrique Escolano
----- Original Message -----
From: Shriram
To: gidlist at gatxan.cimne.upc.edu
Sent: Tuesday, January 26, 2010 4:58 PM
Subject: RE: [GiDlist] Support Required
Enrique,
Thanks for the replies.
- I understand that I can have multiple .bas files and call multiple exes using the batch file. My problem is, after executing the first exe (which produces a .post.res file) I want to create the second input file from GiD which also uses the information from the .post.res file. So my -2.bas file will use information from pre-processing and information from the .post.res file to create the second.dat file, which would be used by the second solver. How can that be done? I need this because the second solver needs information from the result of the first solver
Also how do you suggest post processing the multiple .post.res file from each solver? Should I post processing by opening all files using the Files - Open multiple option?
Thanks,
Shriram
From: gidlist-admin at gatxan.cimne.upc.edu [mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of Enrique Escolano
Sent: Tuesday, January 26, 2010 9:51 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required
- The header file ot the library is necessary only for C/C++, FORTRAN doesn't use this headers.
The problem probably is that your linker doesn't found the functions because of the 'decoration' of the names (e.g FORTRAN convert all names to capital letters),
but depending on your compiler it can expect something other prefix or suffix,
probably you can modify in your project the 'calling convention', or recompile the library with other settings.
- your batch file can secuentially invoke several exes and the ouput of one could be input of another
- GiD internally always work with 3D results, all 2D analysis are handled internally like 3D, you can't do nothing. Maybe for future versions we can hide to user all 3D options when the problem is 2D
Regards
Enrique Escolano
----- Original Message -----
From: Shriram
To: gidlist at gatxan.cimne.upc.edu
Sent: Monday, January 25, 2010 9:21 PM
Subject: [GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib file and include the dependencies. However, the GiDpost commands are not recognized while compiling. There is a header file that needs to be included for C++ users. I guess there should a file to include in FORTRAN too. There is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre processing using GiD and execute a solver. Now, using the results from the solver (which would have been written to a .post.res) and also information from pre processing, I want to call another solver and generate another post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select "PlainDeformationMatrix" (in the .post.res file) to display the components of the stresses. However, during the post processing all the six components of stresses are displayed in the result menu. There should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/a3462a05/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gidpost.lib
Type: application/octet-stream
Size: 392836 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/a3462a05/attachment.obj
Intel(R) Visual Fortran Compiler Integration for Microsoft Visual Studio 2005 x32
Our precompiled Winx32 library (I attach an updated release version) include function names with two decorated syntax:
e.g. for the function GiD_OpenPostMeshFile:
_GID_OPENPOSTMESHFILE at 12
with the name in capital letters prefixed by _ and sufixed with @number , where number depend on the arguments size
and
_GiD_OpenPostMeshFile
with the original C/C++ name, with mixed uppercase and lowercase, and a prefix _)
I succesfully linked it with our 'testpostfor.f' example, but to do it I had to change the FORTRAN project settings:
FORTRAN - External procedures -Callling convention to CVF (/iface:cvf)
Regards
Enrique Escolano
----- Original Message -----
From: Shriram
To: gidlist at gatxan.cimne.upc.edu
Sent: Tuesday, January 26, 2010 4:58 PM
Subject: RE: [GiDlist] Support Required
Enrique,
Thanks for the replies.
- I understand that I can have multiple .bas files and call multiple exes using the batch file. My problem is, after executing the first exe (which produces a .post.res file) I want to create the second input file from GiD which also uses the information from the .post.res file. So my -2.bas file will use information from pre-processing and information from the .post.res file to create the second.dat file, which would be used by the second solver. How can that be done? I need this because the second solver needs information from the result of the first solver
Also how do you suggest post processing the multiple .post.res file from each solver? Should I post processing by opening all files using the Files - Open multiple option?
Thanks,
Shriram
From: gidlist-admin at gatxan.cimne.upc.edu [mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of Enrique Escolano
Sent: Tuesday, January 26, 2010 9:51 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required
- The header file ot the library is necessary only for C/C++, FORTRAN doesn't use this headers.
The problem probably is that your linker doesn't found the functions because of the 'decoration' of the names (e.g FORTRAN convert all names to capital letters),
but depending on your compiler it can expect something other prefix or suffix,
probably you can modify in your project the 'calling convention', or recompile the library with other settings.
- your batch file can secuentially invoke several exes and the ouput of one could be input of another
- GiD internally always work with 3D results, all 2D analysis are handled internally like 3D, you can't do nothing. Maybe for future versions we can hide to user all 3D options when the problem is 2D
Regards
Enrique Escolano
----- Original Message -----
From: Shriram
To: gidlist at gatxan.cimne.upc.edu
Sent: Monday, January 25, 2010 9:21 PM
Subject: [GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib file and include the dependencies. However, the GiDpost commands are not recognized while compiling. There is a header file that needs to be included for C++ users. I guess there should a file to include in FORTRAN too. There is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre processing using GiD and execute a solver. Now, using the results from the solver (which would have been written to a .post.res) and also information from pre processing, I want to call another solver and generate another post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select "PlainDeformationMatrix" (in the .post.res file) to display the components of the stresses. However, during the post processing all the six components of stresses are displayed in the result menu. There should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/a3462a05/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gidpost.lib
Type: application/octet-stream
Size: 392836 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/a3462a05/attachment.obj
[GiDlist] Support Required
Your second solver can read the required information directly from the .post.res of the first solver (or from a more simple file written by it to avoid the complexity to parse the .post.res)
I don't know what are you really doing, and how are the related results. e.g. the mesh is the same for both?
you can use merge, open multiple (can create an index file, with the names of the files to be openes), or open each result in a different GiD,...
----- Original Message -----
From: Shriram
To: gidlist at gatxan.cimne.upc.edu
Sent: Tuesday, January 26, 2010 4:25 PM
Subject: RE: [GiDlist] Support Required
Enrique,
Thanks for the replies.
- I understand that I can have multiple .bas files and call multiple exes using the batch file. My problem is, after executing the first exe (which produces a .post.res file) I want to create the second input file from GiD which also uses the information from the .post.res file. So my -2.bas file will use information from pre-processing and information from the .post.res file to create the second.dat file, which would be used by the second solver. How can that be done? I need this because the second solver needs information from the result of the first solver
Also how do you suggest post processing the multiple .post.res file from each solver? Should I post processing by opening all files using the Files - Open multiple option?
Thanks,
Shriram
From: gidlist-admin at gatxan.cimne.upc.edu [mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of Enrique Escolano
Sent: Tuesday, January 26, 2010 9:51 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required
- The header file ot the library is necessary only for C/C++, FORTRAN doesn't use this headers.
The problem probably is that your linker doesn't found the functions because of the 'decoration' of the names (e.g FORTRAN convert all names to capital letters),
but depending on your compiler it can expect something other prefix or suffix,
probably you can modify in your project the 'calling convention', or recompile the library with other settings.
- your batch file can secuentially invoke several exes and the ouput of one could be input of another
- GiD internally always work with 3D results, all 2D analysis are handled internally like 3D, you can't do nothing. Maybe for future versions we can hide to user all 3D options when the problem is 2D
Regards
Enrique Escolano
----- Original Message -----
From: Shriram
To: gidlist at gatxan.cimne.upc.edu
Sent: Monday, January 25, 2010 9:21 PM
Subject: [GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib file and include the dependencies. However, the GiDpost commands are not recognized while compiling. There is a header file that needs to be included for C++ users. I guess there should a file to include in FORTRAN too. There is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre processing using GiD and execute a solver. Now, using the results from the solver (which would have been written to a .post.res) and also information from pre processing, I want to call another solver and generate another post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select "PlainDeformationMatrix" (in the .post.res file) to display the components of the stresses. However, during the post processing all the six components of stresses are displayed in the result menu. There should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/738f4d0d/attachment.htm
I don't know what are you really doing, and how are the related results. e.g. the mesh is the same for both?
you can use merge, open multiple (can create an index file, with the names of the files to be openes), or open each result in a different GiD,...
----- Original Message -----
From: Shriram
To: gidlist at gatxan.cimne.upc.edu
Sent: Tuesday, January 26, 2010 4:25 PM
Subject: RE: [GiDlist] Support Required
Enrique,
Thanks for the replies.
- I understand that I can have multiple .bas files and call multiple exes using the batch file. My problem is, after executing the first exe (which produces a .post.res file) I want to create the second input file from GiD which also uses the information from the .post.res file. So my -2.bas file will use information from pre-processing and information from the .post.res file to create the second.dat file, which would be used by the second solver. How can that be done? I need this because the second solver needs information from the result of the first solver
Also how do you suggest post processing the multiple .post.res file from each solver? Should I post processing by opening all files using the Files - Open multiple option?
Thanks,
Shriram
From: gidlist-admin at gatxan.cimne.upc.edu [mailto:gidlist-admin at gatxan.cimne.upc.edu] On Behalf Of Enrique Escolano
Sent: Tuesday, January 26, 2010 9:51 AM
To: gidlist at gatxan.cimne.upc.edu
Subject: Re: [GiDlist] Support Required
- The header file ot the library is necessary only for C/C++, FORTRAN doesn't use this headers.
The problem probably is that your linker doesn't found the functions because of the 'decoration' of the names (e.g FORTRAN convert all names to capital letters),
but depending on your compiler it can expect something other prefix or suffix,
probably you can modify in your project the 'calling convention', or recompile the library with other settings.
- your batch file can secuentially invoke several exes and the ouput of one could be input of another
- GiD internally always work with 3D results, all 2D analysis are handled internally like 3D, you can't do nothing. Maybe for future versions we can hide to user all 3D options when the problem is 2D
Regards
Enrique Escolano
----- Original Message -----
From: Shriram
To: gidlist at gatxan.cimne.upc.edu
Sent: Monday, January 25, 2010 9:21 PM
Subject: [GiDlist] Support Required
Hello GiD Team,
I have been having some issues that I wanted to get clarified on. Any suggestions, responses are appreciated. I am listing them briefly:
- I want to use the GiDpost library in FORTRAN. I link the .lib file and include the dependencies. However, the GiDpost commands are not recognized while compiling. There is a header file that needs to be included for C++ users. I guess there should a file to include in FORTRAN too. There is no such file. Please tell me how to go about using the GiDpost in FORTRAN
- I am trying to do a series of analysis i.e. I do the pre processing using GiD and execute a solver. Now, using the results from the solver (which would have been written to a .post.res) and also information from pre processing, I want to call another solver and generate another post.res file. How do you suggest going about this kind of a process?
- In post process, I do a 2D analysis and select "PlainDeformationMatrix" (in the .post.res file) to display the components of the stresses. However, during the post processing all the six components of stresses are displayed in the result menu. There should be only 4 components displayed. How do I correct this?
Thanks and have a nice day!
Shriram
--
Process Engineer
Moore Nanotechnology Systems
Keene, NH 03431
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100126/738f4d0d/attachment.htm