taskSavannah Administration - Tasks: task #5263, Submission of FEMOL++

 
 

task #5263: Submission of FEMOL++

Submitter:  Emmanuel Creusé <ecreuse>
Submitted:  Wed 15 Feb 2006 02:25:15 PM UTC
   
 
Should Start On:  Wed 15 Feb 2006 12:00:00 AM UTC Should be Finished on:  Sat 25 Feb 2006 12:00:00 AM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Done Privacy:  Public
Assigned to:  tizzef Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 27 Mar 2006 08:13:04 PM UTC, comment #6: 

I setup the project but forgot to click on the notification button. All done now :)

Sylvain Beucler <Beuc>
Mon 27 Mar 2006 12:42:29 PM UTC, comment #5: 

Hi,

I did not received yet the mail containing detailed information about the approval. Would you please tell me what I have to do ?

Thank you very much,

Emmanuel Creusé.

Emmanuel Creusé <ecreuse>
Sat 18 Mar 2006 11:02:29 PM UTC, comment #4: 

Hi,

I have approved your project.  You will receive an automated e-mail containing detailed information about the approval.

Regards.

Patrick Camus <tizzef>
Fri 03 Mar 2006 11:14:18 AM UTC, comment #3: 

Hi,

I think I was not logged in when I sent comment #2 (Fri 03/03/06 at 11:05). Is it nevertheless OK ?

Thanks,

Emmanuel.

Emmanuel Creusé <ecreuse>
Fri 03 Mar 2006 11:05:51 AM UTC, comment #2: 

Hi,

1.

> Would you mind changing references to Linux (the only one) as an OS to
> GNU/Linux in the "elements/tetrap0" file ?


Answer
------
OK. The corresponding line was deleted, since it was already specified at the top beginning
of the file.


2. And please can you create a README file specifying under which licence the
binaries files are ??
Answer
------
Now, there are no binaries files any more. Indeed, in the simula+/tests/FEMOL++/data/ directory, the following changes have been done :

a. First, all the binary files have been deleted because they can be generated by the compilation of the source files. Files which have been deleted are :
simula+/tests/FEMOL++/data/Circle/a.out
simula+/tests/FEMOL++/data/PartOfCircle/a.out
simula+/tests/FEMOL++/data/ThreeOnFourCircle/a.out

b. Some ~ files have been also deleted :
simula+/tests/FEMOL++/data/Carre/carre.in2d~
simula+/tests/FEMOL++/data/Convert_mesh_tools/From_Netgen/Triangle_meshes/UNITCIRCLE/file_input_tri_simula.dat~
simula+/tests/FEMOL++/data/PartOfCircle/generer_fichier_in2d.cpp~
simula+/tests/FEMOL++/data/ThreeOnFourCircle/convert_triangle_to_simula+.cpp~
simula+/tests/FEMOL++/data/ThreeOnFourCircle/generer_fichier_poly.cpp~

c. The file simula+/Tutorial/FEMOL++/tuto3.dat has been deleted because it is generated and deleted by tuto3.cpp

d. In the files of the directory simula+/tests/data and in all the files of the subdirectory of simula+/tests/data, the mention of the licence and the copyright @ have been added :
- At the end of the data files (.dat, .in2d, .txt, .ele, .edge, .node and .poly)
- At the beginning for other files (.cpp)

The new version of the code can be found at the same adress :

http://www.univ-valenciennes.fr/macs/Emmanuel.Creuse/index_simula.html

Thank you very much,

Emmanuel Creusé.

Anonymous
Thu 02 Mar 2006 12:16:51 PM UTC, comment #1: 

Hi
 
I'm evaluating the project you submitted for approval in Savannah.
 
Would you mind changing references to Linux (the only one) as an OS to GNU/Linux in the "elements/tetrap0" file ?

And please can you create a README file specifying under which licence the binaries files are ??

Please check http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html
 for more information.
 
Cheers

Patrick Camus <tizzef>
Wed 15 Feb 2006 02:25:15 PM UTC, original submission:  

A new project has been registered at Savannah
The project account will remain inactive until a site admin approve or discard the registration.


######### REGISTRATION ADMINISTRATION #########

While this item will be useful to track the registration process, approving or discarding the registration must be done using the specific "Group Administration" page, accessible only to site administrators, effectively logged as site administrators (superuser):

  <https://savannah.gnu.org/admin/groupedit.php?group_id=8362>


######### REGISTRATION DETAILS #########

Full Name:
----------
  FEMOL++

System Group Name:
-----------------
  femol

Type:
-----
  non-GNU software & documentation

License:
--------
  GNU General Public License V2 or later

Description:
------------
  Project name : FEMOL++ (Finite Element Methods Objects Libraries in C++)

FEMOL++ is part of the Simula+ software (including MOL++, MatOL++ for Material Object Libraries in C++, FEMOL++ for Finite Elements Methods Objects Libraries in C++, and a graphical user interface). The computation language used is C++.
FEMOL++ aims at developing standard finite element methods objects libraries using templates, in order to manipulate objects such as nodes, triangles, rectangles, tetrahedra, two-dimensional and three-dimensional meshes and finite elements, as well as errors evaluation tools. There is one library per file (ex. the node library is stored in the file node.h) and each library is checked using a non regression test file (ex. node-test.h). Each library will be documented (not finished yet) inside each file (ex. in node.h, triangle.h ...) and the final help can be generated using doxygen. Some examples of programs can be found in a Tutorial directory.
The compilation is made with g++ version 3.3.2. It is developed under Linux and runs on this system. All the files developed in FEMOL++ are the work of two laboratories : the "Laboratoire de Physique et Mecanique des Materiaux" (L.P.M.M.) located in Metz, France, and the "Laboratoire de Mathématiques et ses Applications de Valenciennes" (L.A.M.A.V.) located in Valenciennes, France. These libraries need the MOL++ libraries (part of simula+) and the gunplot software, but do not depend on any other existing code (except standard C++ libraries).

The code can be found at
http://www.univ-valenciennes.fr/macs/Emmanuel.Creuse/index_simula.html

Other Software Required:
------------------------
MOL++ (also in the Simula+ project, see http://savannah.gnu.org/task/?func=detailitem&item_id=5143)

gnuplot

How to install FEMOL++
----------------------
FEMOL++ needs the library MOL++
(to get MOL++ (mol-1.0.tar.gz), see http://lpmm.sciences.univ-metz.fr/~collard/simula+).

1. Put the files mol-1.0.tar.gz and femol-1.0.tar.gz in the same directory
2. gunzip mol-1.0.tar.gz
3. gunzip femol-1.0.tar.gz
4. tar -xvf mol-1.0.tar (The directory simula+ is created containing the libraries of MOL++)
5. tar -xvf femol-1.0.tar (The directory simula+ is not overwritten but is completed with the libraries of FEM
OL++)

Other Software Required:
------------------------
  MOL++ (also in the Simula+ project, see http://savannah.gnu.org/task/?func=detailitem&item_id=5143)

gnuplot


Emmanuel Creusé <ecreuse>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 9 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-03-27 Beuc Open/ClosedOpen Closed
2006-03-18 tizzef StatusIn Progress Done
    Percent Complete80% 90%
2006-03-10 tizzef Percent Complete30% 80%
2006-03-09 tizzef StatusWait reply In Progress
2006-03-02 tizzef StatusIn Progress Wait reply
    Percent Complete0% 30%
2006-02-21 tizzef StatusNone In Progress
2006-02-21 tizzef Assigned toNone tizzef

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code