libfemhub.git
12 months agoMade libfemhub work with most recent Online Lab master
Mateusz Paprocki [Thu, 12 May 2011 06:04:43 +0000]
Made libfemhub work with most recent Online Lab

13 months agoMerge branch 'master' of github.com:femhub/libfemhub
Pavel Solin [Mon, 21 Mar 2011 08:43:16 +0000]
Merge branch 'master' of github.com:femhub/libfemhub

14 months agoAdded .gitignore
Mateusz Paprocki [Wed, 9 Mar 2011 04:17:12 +0000]
Added .gitignore

14 months agoUpdated femhub.plot to work with Online Lab
Mateusz Paprocki [Wed, 9 Mar 2011 04:15:59 +0000]
Updated femhub.plot to work with Online Lab

14 months agoAdded .gitignore
Mateusz Paprocki [Wed, 9 Mar 2011 04:09:35 +0000]
Added .gitignore

14 months agoUpdated femhub.plot to work with Online Lab
Mateusz Paprocki [Wed, 9 Mar 2011 04:08:35 +0000]
Updated femhub.plot to work with Online Lab

17 months agoAllow to specify the "deep" parameter all over
Ondrej Certik [Thu, 2 Dec 2010 08:19:13 +0000]
Allow to specify the "deep" parameter all over

17 months agoEvaluate it once
Ondrej Certik [Thu, 2 Dec 2010 07:49:57 +0000]
Evaluate it once

17 months agoShow plots too
Ondrej Certik [Thu, 2 Dec 2010 07:47:49 +0000]
Show plots too

17 months agoRerun if needed
Ondrej Certik [Thu, 2 Dec 2010 07:26:45 +0000]
Rerun if needed

17 months agoRemove some logs
Ondrej Certik [Thu, 2 Dec 2010 07:23:11 +0000]
Remove some logs

17 months agoUpdate the sliders on moving
Ondrej Certik [Thu, 2 Dec 2010 07:19:55 +0000]
Update the sliders on moving

17 months agoAllow to set initial value
Ondrej Certik [Thu, 2 Dec 2010 07:00:33 +0000]
Allow to set initial value

17 months agoImplement Slider
Ondrej Certik [Thu, 2 Dec 2010 06:50:36 +0000]
Implement Slider

17 months agoRename Range to Control
Ondrej Certik [Thu, 2 Dec 2010 06:35:43 +0000]
Rename Range to Control

17 months agoUse global __manipulate__ variable
Ondrej Certik [Wed, 1 Dec 2010 19:53:49 +0000]
Use global __manipulate__ variable

17 months agoPrint nice html traceback if needed
Ondrej Certik [Wed, 1 Dec 2010 19:51:36 +0000]
Print nice html traceback if needed

17 months agoLog the source code, better output
Ondrej Certik [Wed, 1 Dec 2010 09:47:21 +0000]
Log the source code, better output

17 months agoUse controls automatically
Ondrej Certik [Wed, 1 Dec 2010 09:32:23 +0000]
Use controls automatically

17 months agoFind items by ID
Ondrej Certik [Wed, 1 Dec 2010 09:12:56 +0000]
Find items by ID

17 months agoReturn the JS code automatically
Ondrej Certik [Wed, 1 Dec 2010 08:57:18 +0000]
Return the JS code automatically

17 months agoreturn_js_code() added and tested
Ondrej Certik [Wed, 1 Dec 2010 08:53:06 +0000]
return_js_code() added and tested

17 months agoGet the values from the controls
Ondrej Certik [Wed, 1 Dec 2010 05:17:44 +0000]
Get the values from the controls

17 months agoUse variables
Ondrej Certik [Wed, 1 Dec 2010 05:14:38 +0000]
Use variables

17 months agoCall the Python code
Ondrej Certik [Wed, 1 Dec 2010 05:13:32 +0000]
Call the Python code

17 months agoShow the Python source
Ondrej Certik [Wed, 1 Dec 2010 05:09:43 +0000]
Show the Python source

17 months agoCall RPC
Ondrej Certik [Wed, 1 Dec 2010 04:48:25 +0000]
Call RPC

17 months agoAdd statusbar
Ondrej Certik [Wed, 1 Dec 2010 04:44:04 +0000]
Add statusbar

17 months agoRefactor run()
Ondrej Certik [Wed, 1 Dec 2010 04:42:05 +0000]
Refactor run()

17 months agoSubclass Ext.Window
Ondrej Certik [Wed, 1 Dec 2010 04:40:28 +0000]
Subclass Ext.Window

17 months agoAdd Run's handler
Ondrej Certik [Wed, 1 Dec 2010 04:34:05 +0000]
Add Run's handler

17 months agoAdd Toolbar
Ondrej Certik [Wed, 1 Dec 2010 04:29:27 +0000]
Add Toolbar

17 months agoAdd the eval() stuff into the main() function
Ondrej Certik [Wed, 1 Dec 2010 04:23:36 +0000]
Add the eval() stuff into the main() function

17 months agoGenerate the controls automatically
Ondrej Certik [Wed, 1 Dec 2010 04:17:38 +0000]
Generate the controls automatically

17 months agoFew cosmetic changes
Ondrej Certik [Wed, 1 Dec 2010 04:00:36 +0000]
Few cosmetic changes

17 months agoMake a window pop up
Ondrej Certik [Wed, 1 Dec 2010 03:34:21 +0000]
Make a window pop up

17 months agoAdd the Manipulate command
Ondrej Certik [Tue, 30 Nov 2010 04:57:54 +0000]
Add the Manipulate command

17 months agoMake femhub work even if phaml is not installed
Ondrej Certik [Tue, 30 Nov 2010 03:38:37 +0000]
Make femhub work even if phaml is not installed

18 months agodomain.py modified to make Triangulation work
Aayush Poudel [Thu, 11 Nov 2010 05:56:52 +0000]
domain.py modified to make Triangulation work

minor change, "from mesh import Mesh" added

18 months agoBUG: generate the points properly
Ondrej Certik [Thu, 11 Nov 2010 07:32:33 +0000]
BUG: generate the points properly

18 months agoMake it work as it used to
Ondrej Certik [Thu, 11 Nov 2010 06:30:28 +0000]
Make it work as it used to

So that run() only returns a Solution instance and the user decides what to do
with it.

18 months agoMake a few changes here and there to make it run
Ondrej Certik [Thu, 11 Nov 2010 05:34:21 +0000]
Make a few changes here and there to make it run

Those are just cosmetic changes.

18 months agoEnabled plotting on higher-order elements.
Pavel Solin [Tue, 9 Nov 2010 06:28:24 +0000]
Enabled plotting on higher-order elements.

18 months agoSolution class added
Ondrej Certik [Sun, 7 Nov 2010 02:16:26 +0000]
Solution class added

18 months agoAllow to plot the mesh without orders as well
Ondrej Certik [Sun, 7 Nov 2010 01:58:28 +0000]
Allow to plot the mesh without orders as well

18 months agoImprove the plotting
Ondrej Certik [Sun, 7 Nov 2010 01:50:19 +0000]
Improve the plotting

18 months agoDo all the plotting through the Mesh class
Ondrej Certik [Sun, 7 Nov 2010 01:37:32 +0000]
Do all the plotting through the Mesh class

18 months agoImport run on the module level
Ondrej Certik [Sun, 7 Nov 2010 00:38:47 +0000]
Import run on the module level

18 months agoSplit domain into domain and mesh
Ondrej Certik [Sun, 7 Nov 2010 00:32:49 +0000]
Split domain into domain and mesh

18 months agoMake mayavi work too
Ondrej Certik [Sat, 6 Nov 2010 22:00:42 +0000]
Make mayavi work too

18 months agoDon't use matplotlib.use()
Ondrej Certik [Sat, 6 Nov 2010 21:51:00 +0000]
Don't use matplotlib.use()

18 months agoAdd missing imports
Ondrej Certik [Sat, 6 Nov 2010 21:49:24 +0000]
Add missing imports

18 months agoReturn images into the online lab
Ondrej Certik [Sat, 6 Nov 2010 21:45:51 +0000]
Return images into the online lab

18 months agoImprove the docstring
Ondrej Certik [Thu, 4 Nov 2010 20:08:41 +0000]
Improve the docstring

18 months agoAdd a docstring
Ondrej Certik [Wed, 3 Nov 2010 23:53:37 +0000]
Add a docstring

18 months agoAllow higher orders than 10
Ondrej Certik [Wed, 3 Nov 2010 23:45:04 +0000]
Allow higher orders than 10

18 months agoAccept problem_number and params
Ondrej Certik [Wed, 3 Nov 2010 19:29:08 +0000]
Accept problem_number and params

18 months agoUse phaml to get the values
Ondrej Certik [Wed, 3 Nov 2010 04:36:13 +0000]
Use phaml to get the values

18 months agoAllow to plot a solution
Ondrej Certik [Wed, 3 Nov 2010 04:14:57 +0000]
Allow to plot a solution

18 months agoplot_sln_mayavi() added
Ondrej Certik [Wed, 3 Nov 2010 03:49:15 +0000]
plot_sln_mayavi() added

18 months agoRefactor the mesh conversion to a routine
Ondrej Certik [Wed, 3 Nov 2010 02:26:51 +0000]
Refactor the mesh conversion to a routine

18 months agoPlot the mesh
Ondrej Certik [Wed, 3 Nov 2010 02:19:40 +0000]
Plot the mesh

18 months agoInitial README file added
Ondrej Certik [Mon, 1 Nov 2010 22:51:29 +0000]
Initial README file added

18 months agoNew function added for triangulation with RPC
Aayush Poudel [Sat, 30 Oct 2010 05:59:01 +0000]
New function added for triangulation with RPC

18 months agoFix the path to the mesh
Ondrej Certik [Tue, 26 Oct 2010 00:23:37 +0000]
Fix the path to the mesh

18 months agoAdd domain.* mesh
Ondrej Certik [Tue, 26 Oct 2010 00:22:43 +0000]
Add domain.* mesh

18 months agoAdd the example into the run() function
Ondrej Certik [Tue, 26 Oct 2010 00:18:50 +0000]
Add the example into the run() function

18 months agoAdd examples into setup.py
Ondrej Certik [Tue, 26 Oct 2010 00:16:57 +0000]
Add examples into setup.py

18 months agoFix lots of whitespace problems
Ondrej Certik [Tue, 26 Oct 2010 00:14:51 +0000]
Fix lots of whitespace problems

femhub didn't even import without this patch...

18 months agoAdd phaml example
Ondrej Certik [Tue, 26 Oct 2010 00:09:55 +0000]
Add phaml example

22 months ago[Patch] Docstring for func. boundary_area() in domain.py
Erick Santiago [Sun, 11 Jul 2010 06:45:08 +0000]
[Patch] Docstring for func. boundary_area() in domain.py

22 months ago[Patch] Docstring for func. boundary_closed() in domain.py
Erick Santiago [Fri, 9 Jul 2010 00:54:35 +0000]
[Patch] Docstring for func. boundary_closed() in domain.py

22 months ago[Patch] Docstring for function normalize() in domain.py
Erick Santiago [Thu, 8 Jul 2010 23:37:55 +0000]
[Patch] Docstring for function normalize() in domain.py

22 months ago[Patch] Docstring for function edit() and fit_into_rectangle() in domain.py
Erick Santiago [Tue, 6 Jul 2010 11:48:25 +0000]
[Patch] Docstring for function edit() and fit_into_rectangle() in domain.py

22 months ago[Patch] Docstring for function nodes() and edges() in domain.py
Erick Santiago [Tue, 6 Jul 2010 09:55:57 +0000]
[Patch] Docstring for function nodes() and edges() in domain.py

22 months ago[Patch] Docstring for Domain class in Domain.py
Erick Santiago [Sun, 4 Jul 2010 03:13:50 +0000]
[Patch] Docstring for Domain class in Domain.py

23 months ago[Patch] Minor fixes to function lies_inside() in triangulation.py
Erick Santiago [Thu, 17 Jun 2010 02:19:18 +0000]
[Patch] Minor fixes to function lies_inside() in triangulation.py

23 months ago[Patch] Docstring and New Function for lies_inside() in triangulation.py
Erick Santiago [Wed, 16 Jun 2010 23:56:02 +0000]
[Patch] Docstring and New Function for lies_inside() in triangulation.py

23 months agotringulate function added in Mesh class
Aayush Poudel [Fri, 11 Jun 2010 21:20:03 +0000]
tringulate function added in Mesh class

23 months ago[Patch] Docstring for edge_intersects_edges() in triangulation.py
Erick Santiago [Fri, 11 Jun 2010 05:19:51 +0000]
[Patch] Docstring for edge_intersects_edges() in triangulation.py

23 months ago[Patch] Cleaning up and Fixing up of certain functions in triangulation.py
Erick Santiago [Wed, 9 Jun 2010 08:10:32 +0000]
[Patch] Cleaning up and Fixing up of certain functions in triangulation.py

23 months agoMerge branch 'libfemhub_testing' of github.com:erick-at-github/libfemhub into libfemh...
Erick Santiago [Mon, 7 Jun 2010 05:36:29 +0000]
Merge branch 'libfemhub_testing' of github.com:erick-at-github/libfemhub into libfemhub_testing

23 months ago[Patch] Improved Docstring for two_edges_intersect() in triangulation.py
Erick Santiago [Sun, 6 Jun 2010 02:24:15 +0000]
[Patch] Improved Docstring for two_edges_intersect() in triangulation.py

23 months ago[Patch] Improved Docstring for two_edges_intersect() in triangulation.py
Erick Santiago [Sun, 6 Jun 2010 02:24:15 +0000]
[Patch] Improved Docstring for two_edges_intersect() in triangulation.py

23 months ago[Patch] Docstring for fnc. any_edges_intersect() in triangulation.py
Erick Santiago [Sat, 5 Jun 2010 07:16:21 +0000]
[Patch] Docstring for fnc. any_edges_intersect() in triangulation.py

23 months ago[Patch] Docstring for function two_edges_intersect() in triangulation.py
Erick Santiago [Thu, 3 Jun 2010 10:36:53 +0000]
[Patch] Docstring for function two_edges_intersect() in triangulation.py

23 months ago[Patch] Docstring for fnc. any_edges_intersect() in triangulation.py
Erick Santiago [Sat, 5 Jun 2010 07:16:21 +0000]
[Patch] Docstring for fnc. any_edges_intersect() in triangulation.py

23 months ago[Patch] Docstring for function two_edges_intersect() in triangulation.py
Erick Santiago [Thu, 3 Jun 2010 10:36:53 +0000]
[Patch] Docstring for function two_edges_intersect() in triangulation.py

23 months agoPolishing Erick's last patch.
Pavel Solin [Tue, 1 Jun 2010 21:06:21 +0000]
Polishing Erick's last patch.

23 months ago[Patch] Improved Docstring for fnc. is_boundary_edge() in triangulation.py
Erick Santiago [Tue, 1 Jun 2010 11:20:26 +0000]
[Patch] Improved Docstring for fnc. is_boundary_edge() in triangulation.py

23 months ago[Patch] Revisiting of Docstring find_third_point() in triangulation.py
Erick Santiago [Mon, 31 May 2010 12:51:29 +0000]
[Patch] Revisiting of Docstring find_third_point() in triangulation.py

23 months ago[Patch] Revisiting of polygon_area() and others in triangulation.py
Erick Santiago [Sun, 30 May 2010 13:25:16 +0000]
[Patch] Revisiting of polygon_area() and others in triangulation.py

23 months ago[Patch] Revisiting of Docstring triangulate_af() in triangulation.py
Erick Santiago [Sun, 30 May 2010 10:08:47 +0000]
[Patch] Revisiting of Docstring triangulate_af() in triangulation.py

23 months ago[Patch] Revision of Docstring find_loops() in triangulation.py
Erick Santiago [Sun, 30 May 2010 09:13:55 +0000]
[Patch] Revision of Docstring find_loops() in triangulation.py

23 months ago[Patch] Revised Docstring for fnc. polygon_area() in triangulation.py
Erick Santiago [Sat, 29 May 2010 09:45:54 +0000]
[Patch] Revised Docstring for fnc. polygon_area() in triangulation.py

23 months ago[Patch] Revised Docstring for fnc. find_loops() in triangulation.py
Erick Santiago [Sat, 29 May 2010 06:33:21 +0000]
[Patch] Revised Docstring for fnc. find_loops() in triangulation.py

23 months ago[Patch] Docstring for function triangulate_af() in triangulation.py
Erick Santiago [Fri, 28 May 2010 12:27:45 +0000]
[Patch] Docstring for function triangulate_af() in triangulation.py

23 months agoMerge branch 'libfemhub_testing' of github.com:erick-at-github/libfemhub into libfemh...
Erick Santiago [Fri, 28 May 2010 10:06:26 +0000]
Merge branch 'libfemhub_testing' of github.com:erick-at-github/libfemhub into libfemhub_testing

23 months ago[Patch] Docstring for function find_third_point() in triangulation.py
Erick Santiago [Fri, 28 May 2010 09:50:26 +0000]
[Patch] Docstring for function find_third_point() in triangulation.py

23 months ago[Patch] Docstring for function polygon_area() in triangulation.py
Erick Santiago [Thu, 27 May 2010 11:46:34 +0000]
[Patch] Docstring for function polygon_area() in triangulation.py