Bernd Hahnebach
|
c29e46d0b3
|
FEM: unit tests, elmer sifio and geo writing
|
2017-12-02 13:17:30 +01:00 |
|
Wilfried Hortschitz
|
f0a33ddb30
|
FEM: Potential-boundary constraint and elmerflux-solver, add objects and implement them in elmer
|
2017-12-02 13:17:30 +01:00 |
|
Wilfried Hortschitz
|
c18c0d1387
|
FEM: elmer, add electrostatic equation
|
2017-12-02 13:17:30 +01:00 |
|
Markus Hovorka
|
464df5b83d
|
FEM: elmer, add it to the new solver framework and add equation object for elmer
|
2017-12-02 13:17:30 +01:00 |
|
Wilfried Hortschitz
|
14614d3eab
|
FEM: constraint initial flow velocity, add object, command, icon, task panel, etc.
|
2017-12-02 13:17:30 +01:00 |
|
Markus Hovorka
|
afd304f89b
|
FEM: constraint flow velocity, add object, command, icon, task panel, etc
|
2017-12-02 13:17:30 +01:00 |
|
Markus Hovorka
|
8119d76ad3
|
FEM: constraint body heat source, add object, command, etc
|
2017-12-02 13:17:30 +01:00 |
|
Markus Hovorka
|
073ac25e99
|
FEM: general python contraint, add module
|
2017-12-02 13:17:30 +01:00 |
|
Markus Hovorka
|
fa2aa100be
|
FEM: selection widget, add module
|
2017-12-02 13:17:30 +01:00 |
|
Bernd Hahnebach
|
c9758d6f93
|
FEM: old ccx analysis tools, move analysis tools into ccx analysis tools, all new solver should use the new solver frame work
|
2017-12-02 13:17:30 +01:00 |
|
Bernd Hahnebach
|
0483aed621
|
FEM: ccx input file writer, move writer into new femsolver package
|
2017-12-02 13:17:30 +01:00 |
|
Bernd Hahnebach
|
939bbfa371
|
FEM: ccx, add it to the new solver framework but use the old ccx writer
|
2017-12-02 13:17:30 +01:00 |
|
Bernd Hahnebach
|
f049981619
|
FEM: z88, remove from old solver framework
|
2017-12-02 13:17:30 +01:00 |
|
Bernd Hahnebach
|
3b9e162b74
|
FEM: z88, add it to the new solver framework
|
2017-12-02 13:17:30 +01:00 |
|
Markus Hovorka
|
6f2dea1560
|
FEM: new solver framework, initial commit
|
2017-12-02 13:17:30 +01:00 |
|
Markus Hovorka
|
b1becd5df3
|
FEM: fem utils module, new module to collect some FEM utilities
|
2017-12-02 13:17:30 +01:00 |
|
luzpaz
|
c1f77477df
|
Misc. typo fixes
Remove double whitespaces between source comments
|
2017-11-25 16:54:02 -02:00 |
|
Bernd Hahnebach
|
767e742200
|
FEM: constraint initial temperature, make reference property hidden and readonly
|
2017-11-25 16:54:02 -02:00 |
|
Bernd Hahnebach
|
b142ce5bc7
|
FEM: Abaqus writer, add method parameter for elem and group options
|
2017-11-25 16:54:02 -02:00 |
|
Bernd Hahnebach
|
7556c11849
|
FEM: Abaqus writer, add groups to inp writer
|
2017-11-25 16:54:02 -02:00 |
|
Bernd Hahnebach
|
46f1825bbc
|
FEM: Abaqus writer, first get all data and write it afterwards
|
2017-11-25 16:54:02 -02:00 |
|
Bernd Hahnebach
|
2b67063297
|
FEM: Abaqus writer, add pref to distingish between:
- all elements
- highest dimension elements
- FEM elements (only edges not belonging to faces and faces not belonging to volumes)
|
2017-11-25 16:54:02 -02:00 |
|
Bernd Hahnebach
|
97cfaf2f77
|
FEM: Abaqus writer, write FacesOnly and EdgesOnly for mixed FEM meshes, could be slow on non mixed meshes
|
2017-11-25 16:54:02 -02:00 |
|
Bernd Hahnebach
|
5d0a4e1ad9
|
FEM: mesh api, add EdgesOnly and FacesOnly
|
2017-11-25 16:54:02 -02:00 |
|
wmayer
|
632c62cfb6
|
support of backward compatibility to load old fem project files
|
2017-10-24 20:09:35 +02:00 |
|
wmayer
|
18c8a15cb5
|
inherit FemAnalysis from DocumentObjectGroup and remove Member property
|
2017-10-24 20:07:05 +02:00 |
|
wmayer
|
a57a45bf97
|
for FEM constraints allow global links
|
2017-10-11 18:48:13 +02:00 |
|
Bernd Hahnebach
|
cdd1d785b3
|
FEM: move observer into PyGui
|
2017-10-07 11:51:00 +02:00 |
|
wmayer
|
846195327a
|
harmonize show() function of Part, Mesh, Fem, Path and Points modules
|
2017-09-29 00:35:48 +02:00 |
|
qingfengxia
|
5dd6073715
|
FEM: enable thermal and turbulence boundary setting UI
|
2017-09-10 17:09:19 +02:00 |
|
wmayer
|
0d617f97d6
|
Port to occ7.2:
+ Standard_Failure::Caught() is now marked as deprecated and should be replaced with standard C++ exception handling
|
2017-09-01 16:27:46 +02:00 |
|
Bernd Hahnebach
|
ea84ed71c0
|
FEM: since result object does not depend on analysis mesh, make analysis tools independed from result object
|
2017-08-31 11:09:13 +02:00 |
|
joha2
|
69cd7ba949
|
FEM: Fenics mesh: added mesh group task panel for xdmf export, flake8, improves issue #3038
|
2017-08-12 13:22:45 +02:00 |
|
Markus Hovorka
|
5618637afe
|
FEM: add ConstraintPython object type
Constraints implemented in python can use this object as their base.
That makes it easier to identify them as constraint objects.
|
2017-08-04 06:57:12 +02:00 |
|
Bernd Hahnebach
|
a8ff9bedd4
|
FEM: mesh result object, implement new object
|
2017-08-02 12:45:15 +02:00 |
|
qingfengxia
|
eb523d4f60
|
FEM: add FemMeshBoundaryLayer related py files to CMakefiles
|
2017-08-01 14:12:40 +02:00 |
|
Bernd Hahnebach
|
715b93cf74
|
FEM: unit tests, adapte 1DFlow example and extend stats comparing to mflow and networkpressure in conjunction with inout nodes file
|
2017-07-21 17:35:43 +02:00 |
|
kgoao
|
394e251362
|
FEM: FluidSection: Unit test
|
2017-06-26 22:36:02 +02:00 |
|
Bernd Hahnebach
|
90c948d95f
|
FEM: abaqus writer, fix precision
|
2017-06-07 23:32:36 -03:00 |
|
Bernd Hahnebach
|
634987bc0f
|
FEM: abaqus writer, use better names for elementsets
|
2017-06-07 23:32:36 -03:00 |
|
Bernd Hahnebach
|
564c30a471
|
FEM: abaqus writer, some comments
|
2017-06-07 23:32:36 -03:00 |
|
Bernd Hahnebach
|
f7c0f2fee4
|
FEM: unit tests, use FreeCADs native Python API to create the meshes
|
2017-06-07 23:32:36 -03:00 |
|
joha2
|
9edcbe2dd5
|
FEM: Fenics meshes, add support for xdmf format, some more improvements
|
2017-05-27 19:57:28 -03:00 |
|
wmayer
|
3d8eba966b
|
fix build failure if VTK is not enabled
|
2017-05-19 12:53:31 +02:00 |
|
wmayer
|
583574dfcc
|
Add Python wrapper for pipeline object
|
2017-05-18 18:40:25 +02:00 |
|
Peter Lama
|
fa4bebf2e0
|
Use OCCT Handle macro for Handle_ classes
This is the result of running OCCT's upgrade script provided
with OCCT 7.0. See
https://www.opencascade.com/content/freecad-occt710-and-windows-rtti-data-missing#comment-form
and
https://www.forum.freecadweb.org/viewtopic.php?f=4&t=21405&start=120#p169019
for why this is necessary for OCCT >= 7.1
|
2017-04-20 12:27:34 +02:00 |
|
wmayer
|
c526c18b94
|
fix scan coverity issues: uncaught exception
|
2017-04-11 14:03:08 +02:00 |
|
Ulrich Brammer
|
1ad022bd44
|
More precise real values for Calculix input files.
|
2017-04-04 13:46:15 +02:00 |
|
Kunda
|
5aefa825b1
|
Typo fixes for doxygen and source comments
issue #0002914
|
2017-03-31 11:25:57 -03:00 |
|
Bernd Hahnebach
|
f0416755b4
|
FEM: cmakes, object fem, init gui modules, sort by name
|
2017-03-07 13:40:18 -03:00 |
|