Added python conf files

This commit is contained in:
ovainola
2015-06-26 19:53:42 +03:00
parent 2ae51fb4fa
commit 031da90bfc
4 changed files with 975 additions and 4 deletions
+4 -4
View File
@@ -3,11 +3,11 @@ using Docile, Lexicon, JuliaFEM
const api_directory = "api"
const modules = [JuliaFEM, JuliaFEM.elasticity_solver]
main_folder = dirname(dirname(@__FILE__))
this_folder = dirname(@__FILE__)
# main_folder = dirname(dirname(@__FILE__))
# this_folder = dirname(@__FILE__)
file_ = "README.md"
run(`cp $main_folder/$file_ $this_folder`)
# file_ = "README.md"
# run(`cp $main_folder/$file_ $this_folder`)
cd(dirname(@__FILE__)) do
# Generate and save the contents of docstrings as markdown files.
File diff suppressed because one or more lines are too long
+29
View File
@@ -0,0 +1,29 @@
===============
FEATURES / TODO
===============
- Parallel design
- Sparse matrices
- Discontinuous Galerkin?
- 100% Tested
- Automatic coverage (Travis CI)
- Doctest examples and tutorials
- Intuitive to use
- Marketing
- Engineering porn
- Field functions
- Multiphysics platform
- Elasticity
- Thermal implemented
- Transient and steady solvers
- Implicit dynamics
- Nonlinearities
- Geometrical
- Material
- Contact
- Mortar
- Modular design
- E.g. contact formulation can be altered by user
- Mesh and results format, Xdmf?
- No scalars but field variables, e.g. no constant 210GPa for steel, we interpolate variable from nodes.
- (Constant is a special case of field variable).
+22
View File
@@ -0,0 +1,22 @@
Discretization
==============
http://code.activestate.com/recipes/579021-delaunay-triangulation/
Interpolation
=============
- http://www.cs.rpi.edu/~flaherje/pdf/fea4.pdf
- http://www.sd.ruhr-uni-bochum.de/downloads/Shape_funct.pdf
- http://what-when-how.com/the-finite-element-method/fem-for-3d-solids-finite-element-method-part-1/
- http://www.uni-tuebingen.de/zag/teaching/environmental_modeling/S4B_FiniteElements.pdf
- http://www.colorado.edu/engineering/CAS/courses.d/AFEM.d/AFEM.Ch10.d/AFEM.Ch10.pdf
- http://www.colorado.edu/engineering/CAS/courses.d/AFEM.d/AFEM.Ch10.d/AFEM.Ch10.Slides.d/AFEM.Ch10.Slides.pdf
- http://www.colorado.edu/engineering/CAS/courses.d/AFEM.d/AFEM.AppI.d/AFEM.AppI.pdf
- http://www.code-aster.org/V2/doc/default/en/man_r/r3/r3.01.01.pdf
- http://www.researchgate.net/publication/267082822_Unified_isoparametric_3D_Lagrange_finite_elements
Integration
===========
- http://arxiv.org/pdf/1411.1341.pdf