Author Topic: Functions of different folders of the source  (Read 6830 times)

Shilmin

  • Jr. Member
  • **
  • Posts: 40
Functions of different folders of the source
« on: July 19, 2014, 11:22:40 PM »
Dear all,

Sorry to ask this question, I know it may be too easy. In the installation manual, it mentions: contact, elements, include, main, plot, program, user, window1, window2 and windows or unix. There are still several folders: fe2, maintain, packages and parfeap, and 'fe2' should be for multiscale problem, 'parfeap' should be for the parallel purpose. Can you explain how to use these folders? Can these folders be put together? Do they have some conflicts between each other?

I also noticed that there are some umacrx.f files occur more than one time, and user may add his own umacrx.f files. These files should use the different x, is it right?

Thank you!

Shilm
« Last Edit: July 20, 2014, 12:35:32 AM by Shilmin »

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Functions of different folders of the source
« Reply #1 on: July 21, 2014, 10:11:06 AM »
fe2 and parfeap are separate programs that can be optionally built after you have built FEAP itself.  To build fe2, change director into the fe2 folder and 'make', similarly for parfeap (however see the parfeap manual for additional details).  Note these optional builds are only for unix/linux environments and both require working parallel computing infrastructure.

Shilmin

  • Jr. Member
  • **
  • Posts: 40
Re: Functions of different folders of the source
« Reply #2 on: July 21, 2014, 05:45:49 PM »
Thank you for your timely reply!

Can you also explain what the folders: 'maintain' and 'packages' are used for? My computer system is windows 64-bit.

Thank you! Have a great day!

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Functions of different folders of the source
« Reply #3 on: July 22, 2014, 03:17:07 PM »
maintain contains two programs -- (1) to strip special characters from source files which are sometime introduced by windows text editors and (2) to help you determine determine the appropriate configuration for your computer.

packages contains optional add-ons to the code, blas and lapack routines (if you do not already have the libraries and want to use them), arpack, paraview, and meshmod (for generating meshes of one type directly from another).

Shilmin

  • Jr. Member
  • **
  • Posts: 40
Re: Functions of different folders of the source
« Reply #4 on: July 22, 2014, 07:33:48 PM »
Thank you!

So, as I understand, for maintain, I'd better put it in as my system is windows; and for packages, I just need to choose which parts to put in according to different purpose.

By the way, is there a explaination about all these folders? Maybe I miss it.

Thank you again! Have a good day!

Shilm

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Functions of different folders of the source
« Reply #5 on: July 23, 2014, 04:30:19 PM »
No.  Just ignore them until you find that you need them for a specific purpose.