taskSavannah Administration - Tasks: task #4155, Submission of Mechanical System

 
 

task #4155: Submission of Mechanical System

Submitter:  Dorival Pedroso <pedroso>
Submitted:  Sun 15 May 2005 03:40:29 AM UTC
   
 
Should Start On:  Sun 15 May 2005 12:00:00 AM UTC Should be Finished on:  Wed 25 May 2005 12:00:00 AM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  None Privacy:  Public
Assigned to:  zeus Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 15 Aug 2005 08:45:28 PM UTC, comment #11: 

Hi, how could I remove the .tar.gz files link from this page?
Thank you very much.

Dorival Pedroso <pedroso>
Mon 06 Jun 2005 11:58:27 PM UTC, comment #10: 

Hi,

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

As we approved your project as non-GNU we sent an email to the GNU
Eval Team to evaluate the inclusion of your project in the GNU
project.

Regards.

Jonathan Gonzalez V. <zeus>
Mon 30 May 2005 11:47:43 PM UTC, comment #9: 

Ok, I added 'LICENSE-GLADE.FILES' file.
Thank you.

Dorival Pedroso <pedroso>
Sat 28 May 2005 01:24:20 PM UTC, comment #8: 

Hi,

I reviewed your new tarball, and you still having some copyright and
license notice missing, now, in the .glade files, if you cannot put
the copyright and license notice inside of these files, consider to
create a 'README' file or a file called 'LICENSE-GLADE.FILES', and put
inside the copyright and license notice for those files.

I'll delete your old files from the list.

If you are willing to make the changes mentioned above, please provide
us with an URL to an updated tarball of your project.  Upon review, we
will reconsider your project for inclusion in Savannah.

Regards.

Jonathan Gonzalez V. <zeus>
Thu 26 May 2005 03:50:05 AM UTC, comment #7: 

Sorry, the last post was mine; I forgot to log in ...
Best regards,
Dorival Pedroso.

Dorival Pedroso <pedroso>
Thu 26 May 2005 03:43:55 AM UTC, comment #6: 

Ok, changes made.
PS.: How could I remove the previous files form this web page?
Thank you very much.

Anonymous
Thu 26 May 2005 02:33:21 AM UTC, comment #5: 

Hi,

You have all the 'COPYING' file with the old FSF address, please
update these files.

You have some files with the copyright and license notice missing,
consider to fix this. Remember that any file with more than ten lines
long should carry on a copyright and license notice, this rules include
sh files, Makefiles(generated by hand), etc.

If you are willing to make the changes mentioned above, please provide
us with an URL to an updated tarball of your project.  Upon review, we
will reconsider your project for inclusion in Savannah.

Regards.

Jonathan Gonzalez V. <zeus>
Thu 26 May 2005 01:58:34 AM UTC, comment #4: 

The application LabTestSim should be compiled with:
   a) autoreconf -vif
   b) ./configure CPPFLAGS=-I$HOME/opt/include
                  LDFLAGS=-L$HOME/opt/lib
                  --enable-gui
   c) make
   d) make install
(I cleaned some files; Autotools increased it up almost to 2Mb!)
OBS.: This application is a nice utilization of MechSys.
Other example could be made using FEM (maybe soon...)

Dorival Pedroso <pedroso>
Thu 26 May 2005 01:47:32 AM UTC, comment #3: 

Ok, the file is too big (2Mb). Therefore, I'll split the file.

Dorival Pedroso <pedroso>
Thu 26 May 2005 01:43:07 AM UTC, comment #2: 

Hello, thank you for your reply.
Please, find attached mechsys.tar.gz file.

Dorival Pedroso <pedroso>
Sun 22 May 2005 03:06:58 PM UTC, comment #1: 

Hi,

I'm evaluating the project you submitted for approval in Savannah.

Can you provide us with an URL to download your tarball? or if you
prefer you can upload it to this tracker.

We wish to review your source code, even if it is not functional, to catch potential legal issues early.

For example, to release your program properly under the GPL you must include a copyright notice and permission-to-copy statements at the beginning of every file of source code.  This is explained in http://www.gnu.org/licenses/gpl-howto.html.  Our review would help catch potential omissions such as these.

If you are willing to make the changes mentioned above, please provide us with an URL to an updated tarball of your project.  Upon review, we will reconsider your project for inclusion in Savannah.

Regards.

Jonathan Gonzalez V. <zeus>
Sun 15 May 2005 03:40:29 AM UTC, original submission:  


Site Admin. Approval/Edition URL:
 <https://savannah.gnu.org/admin/groupedit.php?group_id=7627>


###### ORIGINAL SUBMISSION DETAILS ######

System Group Name:
-----------------
  mechsys


Full Name:
----------
  Mechanical System


Type:
-----
  Official GNU software


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


Other License:
--------------



Description:
------------
  MechSys - A C++ library to simulate (Continuum) Mechanical Systems
Copyright (C) 2005 Dorival Pedroso - GNU General Public License.
Any analysis of a mech system, such as car's chassis, building's wall,
soil dam or tunnel can take the Continuum Mechanics to help understand
deformability and resistance behavior of bodies. Generally the complex
system of partial equations are solved by the Finite Element Method.
Many programs are available, however, from my perspective, the heart
of such analysis is the elaboration of a good Constitutive Law.Thus,
this library was craftily created to help write out complex math
equations in easily and understandable computer code. Eventually this
library can be used, or expanded into a FEM program; this is one of my
objectives. For now, it has three constitutive models: NLelastic
(Non-Linear elastic for very simple metals), SubCam (Cambridge-UK
model for clays) and SubTij (Dr.Nakai's model for soils); many others
will be coded soon. A LabTestSim (Labs Test Simulator) program is
included to help check models with real materials (metals, polymers,
soils, etc). This library does not depend on any other software,
however gtkmm-2.4 and libglademm-2.4 are required for a Gtk+ GUI.
Also, if desired, plots will require gnuplot. I don't have web space
to link the sources, however I can email it; the code can be easly
compiled with GNU autotools (from a tar.gz file). Regards.


Other Software Required:
------------------------
  gtkmm-2.4 (only for LabTestSim GUI version)
libglademm-2.4 (only for LabTestSim GUI version)


Other Comments:
---------------
  There is included one Tensors C++ library also useful for
physicists, mathematicians and engineers (maybe it can be one independent project?).
The code is clean (I hope...) and compile well with GNU make.
Good check of models can be achieved by generating plots and the include Gtk+ GUI helps it.

#########################################

Dorival Pedroso <pedroso>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #3633:  mechsys.tar.gz added by pedroso (157KiB - application/gzip - Added 'LICENSE-GLADE.FILES' file)
file #3648:  mechsys.tar.gz added by None (156KiB - application/gzip - LabTestSim, MechSys and Tensors with changes made.)

 

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 15 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-06-06 zeus Percent Complete70% 100%
    Open/ClosedOpen Closed
2005-05-30 pedroso Attached File- Added mechsys.tar.gz, #181
2005-05-28 zeus Attached File#164 Removed
2005-05-28 zeus Attached File#163 Removed
2005-05-28 zeus Attached File#162 Removed
2005-05-28 zeus Percent Complete50% 70%
2005-05-26 None Attached File- Added mechsys.tar.gz, #165
2005-05-26 zeus Percent Complete10% 50%
2005-05-26 pedroso Attached File- Added labtestsim.tar.gz, #164
2005-05-26 pedroso Attached File- Added mechsys-0.1.tar.gz, #163
2005-05-26 pedroso Attached File- Added tensors-0.1.tar.gz, #162
2005-05-26 pedroso Carbon-Copy- Added pedroso
2005-05-22 zeus Percent Complete0% 10%
    Assigned toNone zeus

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code