BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
GNU Lesser General Public License v3.0
154 stars 57 forks source link

How to get started #10

Closed zahmed80 closed 5 years ago

zahmed80 commented 5 years ago

I am trying to figure out.. how to get started. there is no .DLL file or anything. how to reference.. what to reference to. Kindly help in newbie how to start

epsi1on commented 5 years ago

Hi, in page https://bfenet.readthedocs.io/en/latest/index.html from left panel navigate to "Getting Started" section and read it's parts.

thanks

ceanwang commented 5 years ago

Great, I got this one working.

Want to try a win form program now.

ceanwang commented 5 years ago

After the first success I used the generated DLLs for a VB project. Also need to imports CSparse like these:

`Imports BriefFiniteElementNet Imports BriefFiniteElementNet.Elements

Imports CSparse Imports CSparse.Double Imports CSparse.Double.Factorization Imports CSparse.Storage`

Now trying to compile the BriefFiniteElementNet.CodeProjectExamples project. It seems need to compile BriefFiniteElement.Controls first. After got a new controls DLL,, the Examples compiled, but exit with an error when execute. Will figure it out.

epsi1on commented 5 years ago

but exit with an error when execute. Will figure it out.

can you please give more information about the error? (screenshot etc.)

ceanwang commented 5 years ago

Because the Main only do DocSnippets.Test1(); and Test1() doesn't print anything, so it should be a normal run. No problem.

MohammadSadeghSalimian commented 5 years ago

I cannot build the projects and use it in my project. Furthermore, how can I get in touch with you? Please let me know if it is possible.

epsi1on commented 5 years ago

Hello Mohammad Sadegh, Can you please give more information on what is the problem / error you see when building the project? Also my personal email is ehsan[dot]ma[atSign]gmx[dot]com, please e-mail me. Thanks