Cleanup of obsolete files

A lot of old files from old documentation systems etc. is in package.
These are now removed or moved. Old notebooks are in docs/tutorials.
This PR closes issue #124.
This commit is contained in:
Jukka Aho
2017-08-05 11:44:31 +03:00
parent 3d3e9bb441
commit 0f0c49da62
47 changed files with 1723 additions and 1163 deletions
-3
View File
@@ -1,3 +0,0 @@
Tero Frondelius
Jukka Aho <jukka.aho@kapsi.fi>
Olli Väinölä
-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><mask id="a"><rect width="81" height="20" rx="3" fill="#fff"/></mask><g mask="url(#a)"><path fill="#555" d="M0 0h37v20H0z"/><path fill="#e05d44" d="M37 0h44v20H37z"/><path fill="url(#b)" d="M0 0h81v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"><text x="18.5" y="15" fill="#010101" fill-opacity=".3">build</text><text x="18.5" y="14">build</text><text x="58" y="15" fill="#010101" fill-opacity=".3">failing</text><text x="58" y="14">failing</text></g></svg>

Before

Width:  |  Height:  |  Size: 735 B

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="90" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><mask id="a"><rect width="90" height="20" rx="3" fill="#fff"/></mask><g mask="url(#a)"><path fill="#555" d="M0 0h37v20H0z"/><path fill="#4c1" d="M37 0h53v20H37z"/><path fill="url(#b)" d="M0 0h90v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"><text x="18.5" y="15" fill="#010101" fill-opacity=".3">build</text><text x="18.5" y="14">build</text><text x="62.5" y="15" fill="#010101" fill-opacity=".3">passing</text><text x="62.5" y="14">passing</text></g></svg>

Before

Width:  |  Height:  |  Size: 736 B

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="98" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><mask id="a"><rect width="98" height="20" rx="3" fill="#fff"/></mask><g mask="url(#a)"><path fill="#555" d="M0 0h37v20H0z"/><path fill="#9f9f9f" d="M37 0h61v20H37z"/><path fill="url(#b)" d="M0 0h98v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"><text x="18.5" y="15" fill="#010101" fill-opacity=".3">build</text><text x="18.5" y="14">build</text><text x="66.5" y="15" fill="#010101" fill-opacity=".3">unknown</text><text x="66.5" y="14">unknown</text></g></svg>

Before

Width:  |  Height:  |  Size: 739 B

-14
View File
@@ -1,14 +0,0 @@
# JuliaFEM.abaqus_reader
## Internal
---
<a id="method__add_handler.1" class="lexicon_definition"></a>
#### add_handler(section, function_name) [¶](#method__add_handler.1)
Register new handler for parser
*source:*
[JuliaFEM/src/abaqus_reader.jl:18](https://github.com/JuliaFEM/JuliaFEM.jl/tree/b8194d0c137963b44aab6b223a22491f9b0f7774/src/abaqus_reader.jl#L18)
-190
View File
@@ -1,190 +0,0 @@
# JuliaFEM.elasticity_solver
## Internal
---
<a id="method__assemble.1" class="lexicon_definition"></a>
#### assemble!(fe, eldofs_, I, V) [¶](#method__assemble.1)
Assemble global RHS to I,V ready for sparse format
Parameters
----------
fe : local vector
eldofs_ : Array
degrees of freedom
I,V : Arrays for sparse matrix
Notes
-----
eldofs can also be node ids for convenience. In that case dimension
is calculated and eldofs are "extended" to problem dimension.
*source:*
[JuliaFEM/src/elasticity_solver.jl:174](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elasticity_solver.jl#L174)
---
<a id="method__assemble.2" class="lexicon_definition"></a>
#### assemble!(ke, eldofs_, I, J, V) [¶](#method__assemble.2)
Assemble global stiffness matrix to I,J,V ready for sparse format
Parameters
----------
ke : local matrix
eldofs_ : Array
degrees of freedom
I,J,V : Arrays for sparse matrix
Notes
-----
eldofs can also be node ids for convenience. In that case dimension
is calculated and eldofs are "extended" to problem dimension.
*source:*
[JuliaFEM/src/elasticity_solver.jl:133](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elasticity_solver.jl#L133)
---
<a id="method__calc_local_matrices.1" class="lexicon_definition"></a>
#### calc_local_matrices!(X, u, R, K, basis, dbasis, lambda_, mu_, ipoints, iweights) [¶](#method__calc_local_matrices.1)
Calculate local tangent stiffness matrix and residual force vector
R = T - F for elasticity problem.
Parameters
----------
X : Element coordinates
u : Displacement field
R : Residual force vector
K : Tangent stiffness matrix
basis : Basis functions
dbasis : Derivative of basis functions
lambda : Material parameter
mu : Material parameter
ipoints : integration points
iweights : integration weights
Returns
-------
None
Notes
-----
If material parameters are given in list, they are interpolated to gauss
points using shape functions.
*source:*
[JuliaFEM/src/elasticity_solver.jl:76](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elasticity_solver.jl#L76)
---
<a id="method__dummy.1" class="lexicon_definition"></a>
#### dummy(a) [¶](#method__dummy.1)
This is dummy function. Testing doctests and documentation.
Parameters
----------
x : Array{Float64, 1}
Returns
-------
Array{float64, 1}
x + 1
Notes
-----
This is dummy function
Raises
------
Exception
if things are not going right
Examples
--------
>>> a = [1.0, 2.0, 3.0]
>>> dummy(a)
[2.0, 3.0, 4.0]
*source:*
[JuliaFEM/src/elasticity_solver.jl:44](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elasticity_solver.jl#L44)
---
<a id="method__eliminate_boundary_conditions.1" class="lexicon_definition"></a>
#### eliminate_boundary_conditions(dirichletbc, I, J, V) [¶](#method__eliminate_boundary_conditions.1)
Eliminate Dirichlet boundary conditions from matrix
Parameters
----------
dirichletbc : array [dim x nnodes]
I, J, V : sparse matrix arrays
Returns
-------
I, J, V : boundary conditions removed
Notes
-----
pros:
- matrix assembly remains positive definite
cons:
- maybe inefficient because of extra sparse matrix operations. (It's hard to remove stuff from sparse matrix.)
- if u != 0 in dirichlet boundary requires extra care
Raises
------
Exception, if displacement boundary conditions given, i.e.
DX=2 for some node, for example.
*source:*
[JuliaFEM/src/elasticity_solver.jl:221](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elasticity_solver.jl#L221)
---
<a id="method__eliminate_boundary_conditions.2" class="lexicon_definition"></a>
#### eliminate_boundary_conditions(dirichletbc, I, V) [¶](#method__eliminate_boundary_conditions.2)
Eliminate Dirichlet boundary conditions from vector
Parameters
----------
dirichletbc : array [dim x nnodes]
I, V : sparse vector arrays
Returns
-------
I, V : boundary conditions removed
Notes
-----
pros:
- matrix assembly remains positive definite
cons:
- maybe inefficient because of extra sparse matrix operations. (It's hard to remove stuff from sparse matrix.)
- if u != 0 in dirichlet boundary requires extra care
Raises
------
Exception, if displacement boundary conditions given, i.e.
DX=2 for some node, for example.
*source:*
[JuliaFEM/src/elasticity_solver.jl:260](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elasticity_solver.jl#L260)
---
<a id="method__solve_elasticity_increment.1" class="lexicon_definition"></a>
#### solve_elasticity_increment!(X, u, du, elmap, nodalloads, dirichletbc, lambda, mu, N, dNdchi, ipoints, iweights) [¶](#method__solve_elasticity_increment.1)
Solve one increment of elasticity problem
*source:*
[JuliaFEM/src/elasticity_solver.jl:281](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elasticity_solver.jl#L281)
-103
View File
@@ -1,103 +0,0 @@
JuliaFEM.elasticity_solver
==========================
Internal
--------
.. function:: assemble!(fe, eldofs_, I, V)
Assemble global RHS to I,V ready for sparse format
:param fe : local vector
:param eldofs_ : Array
:param I,V : Arrays for sparse matrix
:notes: eldofs can also be node ids for convenience. In that case dimension
is calculated and eldofs are "extended" to problem dimension.
**source**
[JuliaFEM/src/elasticity_solver.jl:174]
.. function:: assemble!(ke, eldofs_, I, J, V)
Assemble global stiffness matrix to I,J,V ready for sparse format
:param ke : local matrix
:param eldofs_ : Array
:param I,J,V : Arrays for sparse matrix
:notes: eldofs can also be node ids for convenience. In that case dimension
is calculated and eldofs are "extended" to problem dimension.
**source**
[JuliaFEM/src/elasticity_solver.jl:133]
.. function:: calc_local_matrices!(X, u, R, K, basis, dbasis, lambda_, mu_, ipoints, iweights)
Calculate local tangent stiffness matrix and residual force vector
R = T - F for elasticity problem.
:param X : Element coordinates
:param u : Displacement field
:param R : Residual force vector
:param K : Tangent stiffness matrix
:param basis : Basis functions
:param dbasis : Derivative of basis functions
:param lambda : Material parameter
:param mu : Material parameter
:param ipoints : integration points
:param iweights : integration weights
:returns: None
:notes: If material parameters are given in list, they are interpolated to gauss
points using shape functions.
**source**
[JuliaFEM/src/elasticity_solver.jl:76]
.. function:: dummy(a)
This is dummy function. Testing doctests and documentation.
:param x : Array{Float64, 1}
:returns: Array{float64, 1}
x + 1
:notes: This is dummy function
:raises: Exception
if things are not going right
**source**
[JuliaFEM/src/elasticity_solver.jl:44]
.. function:: eliminate_boundary_conditions(dirichletbc, I, J, V)
Eliminate Dirichlet boundary conditions from matrix
:param dirichletbc : array [dim x nnodes]
:param I, J, V : sparse matrix arrays
:returns: I, J, V : boundary conditions removed
:notes: pros:
- matrix assembly remains positive definite
cons:
- maybe inefficient because of extra sparse matrix operations. (It's hard to remove stuff from sparse matrix.)
- if u != 0 in dirichlet boundary requires extra care
:raises: Exception, if displacement boundary conditions given, i.e.
DX=2 for some node, for example.
**source**
[JuliaFEM/src/elasticity_solver.jl:221]
.. function:: eliminate_boundary_conditions(dirichletbc, I, V)
Eliminate Dirichlet boundary conditions from vector
:param dirichletbc : array [dim x nnodes]
:param I, V : sparse vector arrays
:returns: I, V : boundary conditions removed
:notes: pros:
- matrix assembly remains positive definite
cons:
- maybe inefficient because of extra sparse matrix operations. (It's hard to remove stuff from sparse matrix.)
- if u != 0 in dirichlet boundary requires extra care
:raises: Exception, if displacement boundary conditions given, i.e.
DX=2 for some node, for example.
**source**
[JuliaFEM/src/elasticity_solver.jl:260]
.. function:: solve_elasticity_increment!(X, u, du, elmap, nodalloads, dirichletbc, lambda, mu, N, dNdchi, ipoints, iweights)
**source**
[JuliaFEM/src/elasticity_solver.jl:281]
-19
View File
@@ -1,19 +0,0 @@
# JuliaFEM.interfaces
## Exported
---
<a id="method__solve_elasticity_interface.1" class="lexicon_definition"></a>
#### solve_elasticity_interface!() [¶](#method__solve_elasticity_interface.1)
This is generic interface that reads data from data model, solves elasticity
problem and updates model.
Parameters
----------
model : to be defined
*source:*
[JuliaFEM/src/interfaces.jl:22](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/interfaces.jl#L22)
-15
View File
@@ -1,15 +0,0 @@
JuliaFEM.interfaces
===================
Exported
--------
.. function:: solve_elasticity_interface!()
This is generic interface that reads data from data model, solves elasticity
problem and updates model.
:param model : to be defined
**source**
[JuliaFEM/src/interfaces.jl:22]
-260
View File
@@ -1,260 +0,0 @@
# JuliaFEM
## Exported
---
<a id="method__get_coordinates.1" class="lexicon_definition"></a>
#### get_coordinates(el::JuliaFEM.Element) [¶](#method__get_coordinates.1)
Return coordinates of element in array of size dim x nnodes
*source:*
[JuliaFEM/src/elements.jl:29](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elements.jl#L29)
---
<a id="method__integrate.2" class="lexicon_definition"></a>
#### integrate(f::Function) [¶](#method__integrate.2)
This version returns a function which must be operated with element e
*source:*
[JuliaFEM/src/math.jl:163](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/math.jl#L163)
---
<a id="method__integrate.3" class="lexicon_definition"></a>
#### integrate(f::Function, el::JuliaFEM.Element) [¶](#method__integrate.3)
Integrate f over element using Gaussian quadrature rules.
Parameters
----------
el::Element
well defined element
f::Function
Function to integrate
*source:*
[JuliaFEM/src/math.jl:143](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/math.jl#L143)
---
<a id="method__interpolate.1" class="lexicon_definition"></a>
#### interpolate(field::Float64, basis::Function, ip::Array{Float64, 1}) [¶](#method__interpolate.1)
Interpolate field variable using basis functions f for point ip.
This function tries to be as general as possible and allows interpolating
lot of different fields.
Parameters
----------
field :: Array{Number, dim}
Field variable
basis :: Function
Basis functions
ip :: Array{Number, 1}
Point to interpolate
*source:*
[JuliaFEM/src/math.jl:26](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/math.jl#L26)
---
<a id="method__linearize.2" class="lexicon_definition"></a>
#### linearize(f::Function, el::JuliaFEM.Element, field::ASCIIString) [¶](#method__linearize.2)
Linearize function f w.r.t some given field, i.e. calculate dR/du
Parameters
----------
f::Function
(possibly) nonlinear function to linearize
field::ASCIIString
field variable
Returns
-------
Array{Float64, 2}
jacobian / "tangent stiffness matrix"
*source:*
[JuliaFEM/src/math.jl:85](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/math.jl#L85)
---
<a id="method__linearize.3" class="lexicon_definition"></a>
#### linearize(f::Function, field::ASCIIString) [¶](#method__linearize.3)
This version returns another function which can be then evaluated against field
*source:*
[JuliaFEM/src/math.jl:100](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/math.jl#L100)
---
<a id="method__set_coordinates.1" class="lexicon_definition"></a>
#### set_coordinates(el::JuliaFEM.Element, coordinates) [¶](#method__set_coordinates.1)
Set coordinates for element
*source:*
[JuliaFEM/src/elements.jl:36](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elements.jl#L36)
## Internal
---
<a id="method__add_handler.1" class="lexicon_definition"></a>
#### add_handler(section, function_name) [¶](#method__add_handler.1)
Register new handler for parser
*source:*
[JuliaFEM/src/abaqus_reader.jl:13](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/abaqus_reader.jl#L13)
---
<a id="method__create_lagrange_element.1" class="lexicon_definition"></a>
#### create_lagrange_element(element_name, X, P, dP) [¶](#method__create_lagrange_element.1)
Create new Lagrange element
FIXME: this is not working
LoadError: error compiling anonymous: type definition not allowed inside a local scope
It's the for loop which is causing problems. See
https://github.com/JuliaLang/julia/issues/10555
*source:*
[JuliaFEM/src/elements.jl:64](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elements.jl#L64)
---
<a id="method__get_dbasisdx.1" class="lexicon_definition"></a>
#### get_dbasisdX(el::JuliaFEM.Element, xi) [¶](#method__get_dbasisdx.1)
Evaluate partial derivatives of basis function w.r.t
material description X, i.e. dbasis/dX
*source:*
[JuliaFEM/src/elements.jl:20](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elements.jl#L20)
---
<a id="method__get_element_id.1" class="lexicon_definition"></a>
#### get_element_id(el::JuliaFEM.Element) [¶](#method__get_element_id.1)
Get element id
*source:*
[JuliaFEM/src/elements.jl:43](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elements.jl#L43)
---
<a id="method__get_jacobian.1" class="lexicon_definition"></a>
#### get_jacobian(el::JuliaFEM.Element, xi) [¶](#method__get_jacobian.1)
Get jacobian of element evaluated at point xi
*source:*
[JuliaFEM/src/elements.jl:9](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elements.jl#L9)
---
<a id="method__integrate.1" class="lexicon_definition"></a>
#### integrate!(f::Function, el::JuliaFEM.Element, target) [¶](#method__integrate.1)
This version saves results inplace to target, garbage collection free
*source:*
[JuliaFEM/src/math.jl:178](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/math.jl#L178)
---
<a id="method__linearize.1" class="lexicon_definition"></a>
#### linearize!(f::Function, el::JuliaFEM.Element, field::ASCIIString, target::ASCIIString) [¶](#method__linearize.1)
In-place version, no additional garbage collection.
*source:*
[JuliaFEM/src/math.jl:118](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/math.jl#L118)
---
<a id="method__xdmf_new_model.1" class="lexicon_definition"></a>
#### xdmf_new_model() [¶](#method__xdmf_new_model.1)
Build a new model for outout
Parameters
----------
Example
-------
>>> xdmf_new_model()
*source:*
[JuliaFEM/src/xdmf.jl:48](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/xdmf.jl#L48)
---
<a id="method__xdmf_new_model.2" class="lexicon_definition"></a>
#### xdmf_new_model(xdmf_version) [¶](#method__xdmf_new_model.2)
Build a new model for outout
Parameters
----------
Example
-------
>>> xdmf_new_model()
*source:*
[JuliaFEM/src/xdmf.jl:48](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/xdmf.jl#L48)
---
<a id="type__point1.1" class="lexicon_definition"></a>
#### JuliaFEM.Point1 [¶](#type__point1.1)
1 node point element
*source:*
[JuliaFEM/src/elements.jl:112](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elements.jl#L112)
---
<a id="type__quad4.1" class="lexicon_definition"></a>
#### JuliaFEM.Quad4 [¶](#type__quad4.1)
4 node bilinear quadrangle element
*source:*
[JuliaFEM/src/elements.jl:155](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elements.jl#L155)
---
<a id="type__seg2.1" class="lexicon_definition"></a>
#### JuliaFEM.Seg2 [¶](#type__seg2.1)
3 node quadratic line element
*source:*
[JuliaFEM/src/elements.jl:139](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elements.jl#L139)
---
<a id="type__tet10.1" class="lexicon_definition"></a>
#### JuliaFEM.Tet10 [¶](#type__tet10.1)
10 node quadratic tethahedron
*source:*
[JuliaFEM/src/elements.jl:195](https://github.com/JuliaFEM/JuliaFEM.jl/tree/33a7fe664e9808c57564b507f0b8d5dcb451365a/src/elements.jl#L195)
-130
View File
@@ -1,130 +0,0 @@
JuliaFEM
========
Exported
--------
.. function:: get_coordinates(el::JuliaFEM.Element)
**source**
[JuliaFEM/src/elements.jl:29]
.. function:: integrate(f::Function)
**source**
[JuliaFEM/src/math.jl:163]
.. function:: integrate(f::Function, el::JuliaFEM.Element)
Integrate f over element using Gaussian quadrature rules.
:param el: Element
:param f: Function
**source**
[JuliaFEM/src/math.jl:143]
.. function:: interpolate(field::Float64, basis::Function, ip::Array{Float64, 1})
Interpolate field variable using basis functions f for point ip.
This function tries to be as general as possible and allows interpolating
lot of different fields.
:param field : Array{Number, dim}
:param basis : Function
:param ip : Array{Number, 1}
**source**
[JuliaFEM/src/math.jl:26]
.. function:: linearize(f::Function, el::JuliaFEM.Element, field::ASCIIString)
Linearize function f w.r.t some given field, i.e. calculate dR/du
:param f: Function
:param field: ASCIIString
:returns: Array{Float64, 2}
jacobian / "tangent stiffness matrix"
**source**
[JuliaFEM/src/math.jl:85]
.. function:: linearize(f::Function, field::ASCIIString)
**source**
[JuliaFEM/src/math.jl:100]
.. function:: set_coordinates(el::JuliaFEM.Element, coordinates)
**source**
[JuliaFEM/src/elements.jl:36]
Internal
--------
.. function:: add_handler(section, function_name)
**source**
[JuliaFEM/src/abaqus_reader.jl:13]
.. function:: create_lagrange_element(element_name, X, P, dP)
**source**
[JuliaFEM/src/elements.jl:64]
.. function:: get_dbasisdX(el::JuliaFEM.Element, xi)
**source**
[JuliaFEM/src/elements.jl:20]
.. function:: get_element_id(el::JuliaFEM.Element)
**source**
[JuliaFEM/src/elements.jl:43]
.. function:: get_jacobian(el::JuliaFEM.Element, xi)
**source**
[JuliaFEM/src/elements.jl:9]
.. function:: integrate!(f::Function, el::JuliaFEM.Element, target)
**source**
[JuliaFEM/src/math.jl:178]
.. function:: linearize!(f::Function, el::JuliaFEM.Element, field::ASCIIString, target::ASCIIString)
**source**
[JuliaFEM/src/math.jl:118]
.. function:: xdmf_new_model()
Build a new model for outout
**source**
[JuliaFEM/src/xdmf.jl:48]
.. function:: xdmf_new_model(xdmf_version)
Build a new model for outout
**source**
[JuliaFEM/src/xdmf.jl:48]
.. function:: JuliaFEM.Point1
**source**
[JuliaFEM/src/elements.jl:112]
.. function:: JuliaFEM.Quad4
**source**
[JuliaFEM/src/elements.jl:155]
.. function:: JuliaFEM.Seg2
**source**
[JuliaFEM/src/elements.jl:139]
.. function:: JuliaFEM.Tet10
**source**
[JuliaFEM/src/elements.jl:195]
-2
View File
@@ -1,2 +0,0 @@
# JuliaFEM.xdmf
-3
View File
@@ -1,3 +0,0 @@
JuliaFEM.xdmf
=============
-14
View File
@@ -1,14 +0,0 @@
API Documentation
=================
Automatically generated api documentation
Contents:
.. toctree::
:maxdepth: 3
JuliaFEM
JuliaFEM.elasticity_solver
JuliaFEM.interfaces
-315
View File
@@ -1,315 +0,0 @@
# -*- coding: utf-8 -*-
#
# JuliaFEM documentation build configuration file, created by
# sphinx-quickstart on Fri Jul 3 22:25:04 2015.
#
# This file is execfile()d with the current directory set to its
# containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys
import os
import juliadoc
import shlex
import sphinx_rtd_theme
import datetime
html_last_updated_fmt = "%Y-%m-%d %H:%M:%S"
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'juliadoc.julia',
'juliadoc.jlhelp',
'numpydoc']
html_theme_path = [
juliadoc.get_theme_dir(),
sphinx_rtd_theme.get_html_theme_path()]
html_sidebars = juliadoc.default_sidebars()
primary_domain = 'jl'
highlight_language = 'julia'
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
#extensions = []
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
source_suffix = ['.rst', '.md']
# The encoding of source files.
#source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'index'
# General information about the project.
project = u'JuliaFEM'
copyright = u'2015, Jukka Aho, Olli Väinölä, Tero Frondelius'
author = u'Jukka Aho, Olli Väinölä, Tero Frondelius'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.0.1'
# The full version, including alpha/beta/rc tags.
release = '0.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#today = ''
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build']
# The reST default role (used for this markup: `text`) to use for all
# documents.
#default_role = None
# If true, '()' will be appended to :func: etc. cross-reference text.
#add_function_parentheses = True
# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
#add_module_names = True
# If true, sectionauthor and moduleauthor directives will be shown in the
# output. They are ignored by default.
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
# If true, keep warnings as "system message" paragraphs in the built documents.
#keep_warnings = False
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
# -- Options for HTML output ----------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
# html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
html_show_sphinx = False
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
html_show_copyright = False
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = "JuliaFEM - A Finite Element Method Solver"
# A shorter title for the navigation bar. Default is the same as html_title.
html_short_title = "JuliaFEM"
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = 'logo/JuliaFEMLogo_96x96.png'
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
html_favicon = 'logo/JuliaFEMLogo_32x32.png'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static', 'badges']
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
#html_extra_path = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
#html_last_updated_fmt = '%b %d, %Y'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
# Additional templates that should be rendered to pages, maps page names to
# template names.
#html_additional_pages = {}
# If false, no module index is generated.
#html_domain_indices = True
# If false, no index is generated.
#html_use_index = True
# If true, the index is split into individual pages for each letter.
#html_split_index = False
# If true, links to the reST sources are added to the pages.
#html_show_sourcelink = True
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
html_show_sphinx = False
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
#html_show_copyright = True
# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
# base URL from which the finished HTML is served.
#html_use_opensearch = ''
# This is the file name suffix for HTML files (e.g. ".xhtml").
#html_file_suffix = None
# Language to be used for generating the HTML full-text search index.
# Sphinx supports the following languages:
# 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'
# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr'
html_search_language = 'en'
# A dictionary with options for the search language support, empty by default.
# Now only 'ja' uses this config value
#html_search_options = {'type': 'default'}
# The name of a javascript file (relative to the configuration directory) that
# implements a search results scorer. If empty, the default will be used.
#html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
htmlhelp_basename = 'JuliaFEMdoc'
# -- Options for LaTeX output ---------------------------------------------
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
#'preamble': '',
# Latex figure (float) alignment
#'figure_align': 'htbp',
}
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'JuliaFEM.tex', u'JuliaFEM Documentation',
u'Jukka Aho, Olli Väinölä, Tero Frondelius', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
# the title page.
#latex_logo = None
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
#latex_use_parts = False
# If true, show page references after internal links.
#latex_show_pagerefs = False
# If true, show URL addresses after external links.
#latex_show_urls = False
# Documents to append as an appendix to all manuals.
#latex_appendices = []
# If false, no module index is generated.
#latex_domain_indices = True
# -- Options for manual page output ---------------------------------------
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'juliafem', u'JuliaFEM Documentation',
[author], 1)
]
# If true, show URL addresses after external links.
#man_show_urls = False
# -- Options for Texinfo output -------------------------------------------
# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'JuliaFEM', u'JuliaFEM Documentation',
author, 'JuliaFEM', 'One line description of project.',
'Miscellaneous'),
]
# Documents to append as an appendix to all manuals.
#texinfo_appendices = []
# If false, no module index is generated.
#texinfo_domain_indices = True
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
-10
View File
@@ -1,10 +0,0 @@
.. include:: ../README.rst
.. toctree::
:hidden:
self
tutorials/index
api/index
quality/index
../CONTRIBUTING.rst
-6
View File
@@ -1,6 +0,0 @@
============
Introduction
============
This is JuliaFEM.
-1
View File
@@ -1 +0,0 @@
Documentation last updated (UTC): UNKNOWN
-22
View File
@@ -1,22 +0,0 @@
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
-2
View File
@@ -1,2 +0,0 @@
This is placeholder file doc doctest results. If you see this file then doctests has not been run.
-18
View File
@@ -1,18 +0,0 @@
Code quality
============
Lint report
-----------
.. include:: lint_report.rst
Doctest report
--------------
.. include:: doctests_report.rst
Unittest report
---------------
.. include:: unittests_report.rst
-24
View File
@@ -1,24 +0,0 @@
| JuliaFEM/src/abaqus_reader.jl:7 [ ] ERROR Use of undeclared symbol level
| JuliaFEM/src/abaqus_reader.jl:34 [parse_header ] ERROR Use of undeclared symbol end
| JuliaFEM/src/abaqus_reader.jl:47 [parse_node_section] ERROR Use of undeclared symbol end
| JuliaFEM/src/abaqus_reader.jl:65 [parse_element_section] ERROR Use of undeclared symbol end
| JuliaFEM/src/abaqus_reader.jl:42 [parse_node_section] INFO Argument declared but not used: header
| JuliaFEM/src/abaqus_reader.jl:99 [process_section] INFO Argument declared but not used: section
| JuliaFEM/src/elasticity_solver.jl:7 [ ] ERROR Use of undeclared symbol level
| JuliaFEM/src/elasticity_solver.jl:71 [calc_local_matrices!] ERROR Use of undeclared symbol :
| JuliaFEM/src/elasticity_solver.jl:72 [calc_local_matrices!] ERROR Use of undeclared symbol :
| JuliaFEM/src/elasticity_solver.jl:78 [calc_local_matrices!] ERROR Use of undeclared symbol :
| JuliaFEM/src/elasticity_solver.jl:94 [calc_local_matrices!] ERROR Use of undeclared symbol :
| JuliaFEM/src/elasticity_solver.jl:98 [calc_local_matrices!] ERROR Use of undeclared symbol :
| JuliaFEM/src/elasticity_solver.jl:99 [calc_local_matrices!] ERROR Use of undeclared symbol :
| JuliaFEM/src/elasticity_solver.jl:105 [calc_local_matrices!] ERROR Use of undeclared symbol :
| JuliaFEM/src/elasticity_solver.jl:301 [solve_elasticity_increment!] ERROR Use of undeclared symbol :
| JuliaFEM/src/elasticity_solver.jl:302 [solve_elasticity_increment!] ERROR Use of undeclared symbol :
| JuliaFEM/src/interfaces.jl:7 [ ] ERROR Use of undeclared symbol level
| JuliaFEM/src/xdmf.jl:7 [ ] ERROR Use of undeclared symbol level
| JuliaFEM/src/xdmf.jl:97 [xdmf_new_mesh ] ERROR Use of undeclared symbol :
| JuliaFEM/src/xdmf.jl:97 [xdmf_new_mesh ] ERROR Use of undeclared symbol end
| JuliaFEM/src/xdmf.jl:102 [xdmf_new_field ] INFO There is only 1 key type && 1 value type. Use explicit Dict{K,V}() for better performances.
| JuliaFEM/src/xdmf.jl:127 [xdmf_new_field ] INFO attribute is also a global, from
Please check.
-2
View File
@@ -1,2 +0,0 @@
This is placeholder for unittests. This should be replaced with real report when testing.
-1
View File
@@ -1 +0,0 @@
-e git+https://github.com/JuliaLang/JuliaDoc.git#egg=Julia
-6
View File
@@ -1,6 +0,0 @@
src
===
.. toctree::
:maxdepth: 4
+151
View File
@@ -0,0 +1,151 @@
<map version="docear 1.1" project="14BA0D2849C8GATB29ZJ0OLLV8FO1KUYR89L" project_last_home="file:/Users/jukka/dev/thesis/docs/" dcr_id="1440520472351_c6dx3z2a40p9td5wks4x1ftfv">
<!--To view this file, download Docear - The Academic Literature Suite from http://www.docear.org -->
<node TEXT="Type structure in JuliaFEM" FOLDED="false" ID="ID_1723255651" CREATED="1283093380553" MODIFIED="1440521286176"><hook NAME="MapStyle">
<properties show_note_icons="true"/>
<map_styles>
<stylenode LOCALIZED_TEXT="styles.root_node">
<stylenode LOCALIZED_TEXT="styles.predefined" POSITION="right">
<stylenode LOCALIZED_TEXT="default" MAX_WIDTH="600" COLOR="#000000" STYLE="as_parent">
<font NAME="SansSerif" SIZE="10" BOLD="false" ITALIC="false"/>
</stylenode>
<stylenode LOCALIZED_TEXT="defaultstyle.details"/>
<stylenode LOCALIZED_TEXT="defaultstyle.note"/>
<stylenode LOCALIZED_TEXT="defaultstyle.floating">
<edge STYLE="hide_edge"/>
<cloud COLOR="#f0f0f0" SHAPE="ROUND_RECT"/>
</stylenode>
</stylenode>
<stylenode LOCALIZED_TEXT="styles.user-defined" POSITION="right">
<stylenode LOCALIZED_TEXT="styles.topic" COLOR="#18898b" STYLE="fork">
<font NAME="Liberation Sans" SIZE="10" BOLD="true"/>
</stylenode>
<stylenode LOCALIZED_TEXT="styles.subtopic" COLOR="#cc3300" STYLE="fork">
<font NAME="Liberation Sans" SIZE="10" BOLD="true"/>
</stylenode>
<stylenode LOCALIZED_TEXT="styles.subsubtopic" COLOR="#669900">
<font NAME="Liberation Sans" SIZE="10" BOLD="true"/>
</stylenode>
<stylenode LOCALIZED_TEXT="styles.important">
<icon BUILTIN="yes"/>
</stylenode>
</stylenode>
<stylenode LOCALIZED_TEXT="styles.AutomaticLayout" POSITION="right">
<stylenode LOCALIZED_TEXT="AutomaticLayout.level.root" COLOR="#000000">
<font SIZE="18"/>
</stylenode>
<stylenode LOCALIZED_TEXT="AutomaticLayout.level,1" COLOR="#0033ff">
<font SIZE="16"/>
</stylenode>
<stylenode LOCALIZED_TEXT="AutomaticLayout.level,2" COLOR="#00b439">
<font SIZE="14"/>
</stylenode>
<stylenode LOCALIZED_TEXT="AutomaticLayout.level,3" COLOR="#990000">
<font SIZE="12"/>
</stylenode>
<stylenode LOCALIZED_TEXT="AutomaticLayout.level,4" COLOR="#111111">
<font SIZE="10"/>
</stylenode>
</stylenode>
</stylenode>
</map_styles>
</hook>
<hook NAME="AutomaticEdgeColor" COUNTER="9"/>
<node TEXT="User interface" POSITION="right" ID="ID_1617200136" CREATED="1440522222146" MODIFIED="1440523889033" MOVED="1440523964775">
<edge COLOR="#7c0000"/>
<cloud COLOR="#f0f0f0" SHAPE="ROUND_RECT"/>
<node TEXT="Node sets" ID="ID_1737891388" CREATED="1440522064479" MODIFIED="1440522073478"/>
<node TEXT="Element sets" ID="ID_86103838" CREATED="1440522068157" MODIFIED="1440522070823"/>
<node TEXT="Surface sets" ID="ID_314212129" CREATED="1440522079549" MODIFIED="1440522081541"/>
<node TEXT="Problems" ID="ID_989039032" CREATED="1440523313871" MODIFIED="1440524174545" MOVED="1440523377920" HGAP="30" VSHIFT="20">
<cloud COLOR="#f0f0f0" SHAPE="ROUND_RECT"/>
<node TEXT="Plane stress problem" ID="ID_384612516" CREATED="1440523387049" MODIFIED="1440523392557">
<node TEXT="Quad4 -&gt; CPS4" ID="ID_1194377391" CREATED="1440523525321" MODIFIED="1440523534468"/>
</node>
<node TEXT="Axisymmetric heat problem" ID="ID_1976717683" CREATED="1440523393026" MODIFIED="1440523398108">
<node TEXT="Quad4 -&gt; T4" ID="ID_256270980" CREATED="1440523544844" MODIFIED="1440523552042"/>
</node>
<node TEXT="3D continuum problem" ID="ID_1193701929" CREATED="1440523400481" MODIFIED="1440523409876">
<node TEXT="Element &lt;-&gt; formulation" ID="ID_1823238175" CREATED="1440523420394" MODIFIED="1440523506230">
<node TEXT="Tet10 -&gt; C3D10" ID="ID_1729234065" CREATED="1440523430401" MODIFIED="1440524245650">
<arrowlink SHAPE="CUBIC_CURVE" COLOR="#000000" WIDTH="2" TRANSPARENCY="80" FONT_SIZE="9" FONT_FAMILY="SansSerif" DESTINATION="ID_1722739794" STARTINCLINATION="784;0;" ENDINCLINATION="811;-89;" STARTARROW="NONE" ENDARROW="DEFAULT"/>
</node>
<node TEXT="Tet4 -&gt; C3D4" ID="ID_1008792209" CREATED="1440523442239" MODIFIED="1440523450626"/>
<node TEXT="Hex8 -&gt; C3D8" ID="ID_503052659" CREATED="1440523452462" MODIFIED="1440523458777"/>
<node TEXT="Hex20 -&gt; C3D20" ID="ID_1422035995" CREATED="1440523459101" MODIFIED="1440523463607"/>
</node>
</node>
<node TEXT="3D temperature problem" ID="ID_824888352" CREATED="1440523677216" MODIFIED="1440523681706"/>
</node>
</node>
<node TEXT="Topology" POSITION="right" ID="ID_1762795725" CREATED="1440522028354" MODIFIED="1440523881333" MOVED="1440522040626">
<edge COLOR="#00ffff"/>
<cloud COLOR="#f0f0f0" SHAPE="ROUND_RECT"/>
<node TEXT="Elements" ID="ID_15928412" CREATED="1440520509496" MODIFIED="1440522172537" HGAP="90" VSHIFT="20">
<node TEXT="Lagrange" ID="ID_524822941" CREATED="1440520531998" MODIFIED="1440522291140">
<node TEXT="1D" ID="ID_1576412966" CREATED="1440520559626" MODIFIED="1440520583557"/>
<node TEXT="2D" ID="ID_595324691" CREATED="1440520577635" MODIFIED="1440520585205">
<node TEXT="tri3" ID="ID_1116987672" CREATED="1440520588701" MODIFIED="1440520614699"/>
<node TEXT="tri6" ID="ID_1370550922" CREATED="1440520591923" MODIFIED="1440520616680"/>
<node TEXT="quad4" ID="ID_1048707240" CREATED="1440520594058" MODIFIED="1440521213059" HGAP="80" VSHIFT="50"/>
</node>
<node TEXT="3D" ID="ID_1701887285" CREATED="1440520575244" MODIFIED="1440521215862" HGAP="70" VSHIFT="20">
<node TEXT="tet4" ID="ID_365222119" CREATED="1440520602619" MODIFIED="1440520610100"/>
<node TEXT="Tet10" ID="ID_968778941" CREATED="1440520610697" MODIFIED="1440524236817">
<arrowlink SHAPE="CUBIC_CURVE" COLOR="#000000" WIDTH="2" TRANSPARENCY="80" FONT_SIZE="9" FONT_FAMILY="SansSerif" DESTINATION="ID_1100060913" STARTINCLINATION="585;-95;" ENDINCLINATION="460;0;" STARTARROW="NONE" ENDARROW="DEFAULT"/>
<node TEXT="node_ids" ID="ID_637440754" CREATED="1440521419461" MODIFIED="1440521422640"/>
<node TEXT="fields" ID="ID_1107890861" CREATED="1440521423262" MODIFIED="1440521796227" HGAP="10" VSHIFT="70">
<node TEXT="displacement" ID="ID_1287003423" CREATED="1440521428465" MODIFIED="1440521431919"/>
<node TEXT="temperature" ID="ID_543780554" CREATED="1440521432301" MODIFIED="1440521434568"/>
<node TEXT="coordinates" ID="ID_1533366862" CREATED="1440521434750" MODIFIED="1440521436007"/>
<node TEXT="element_id" ID="ID_530416349" CREATED="1440521436165" MODIFIED="1440521438399"/>
<node TEXT="contact pressure" ID="ID_1858519955" CREATED="1440521604419" MODIFIED="1440521606669"/>
<node TEXT="stress" ID="ID_1427635086" CREATED="1440522950069" MODIFIED="1440522952063"/>
</node>
</node>
<node TEXT="hex8" ID="ID_1157306841" CREATED="1440520622016" MODIFIED="1440520625659"/>
<node TEXT="hex20" ID="ID_1192393472" CREATED="1440520626097" MODIFIED="1440520627436"/>
</node>
</node>
<node TEXT="P-elements" ID="ID_1517995585" CREATED="1440523077767" MODIFIED="1440523081095"/>
<node TEXT="Hermite" ID="ID_823191563" CREATED="1440520545749" MODIFIED="1440522289137"/>
<node TEXT="Ravier-Thomas" ID="ID_736509808" CREATED="1440520657479" MODIFIED="1440520662096"/>
</node>
<node TEXT="Connectivity data (nodes)" ID="ID_898599188" CREATED="1440522244011" MODIFIED="1440522250381"/>
</node>
<node TEXT="Formulations" POSITION="right" ID="ID_1475055539" CREATED="1440520901696" MODIFIED="1440523952660" MOVED="1440520919051">
<edge COLOR="#ff00ff"/>
<cloud COLOR="#f0f0f0" SHAPE="ROUND_RECT"/>
<node TEXT="Temperature" ID="ID_820983178" CREATED="1440520926811" MODIFIED="1440523284107" HGAP="10" VSHIFT="-10">
<node TEXT="T3D10" ID="ID_936616685" CREATED="1440521073510" MODIFIED="1440522648123"/>
</node>
<node TEXT="Elasticity" ID="ID_954514683" CREATED="1440520932573" MODIFIED="1440523280771">
<node TEXT="CPS4" ID="ID_132482856" CREATED="1440521001172" MODIFIED="1440521016203"/>
<node TEXT="C3D10" ID="ID_1722739794" CREATED="1440521017192" MODIFIED="1440524233480">
<node TEXT="el :: Tet10" ID="ID_1100060913" CREATED="1440521463415" MODIFIED="1440524229527"/>
<node TEXT="integration_points" ID="ID_1568562321" CREATED="1440521470755" MODIFIED="1440521482956">
<node TEXT="ip1" ID="ID_351634399" CREATED="1440521488338" MODIFIED="1440521508315">
<node TEXT="weight" ID="ID_403920391" CREATED="1440521520930" MODIFIED="1440521526126"/>
<node TEXT="xi" ID="ID_120535973" CREATED="1440521526472" MODIFIED="1440521528521"/>
<node TEXT="attributes" ID="ID_1168800893" CREATED="1440521529041" MODIFIED="1440521531241">
<node TEXT="stress" ID="ID_745320092" CREATED="1440521538879" MODIFIED="1440521544184"/>
<node TEXT="strain" ID="ID_398056219" CREATED="1440521544374" MODIFIED="1440521547088"/>
<node TEXT="alpha" ID="ID_1605218853" CREATED="1440521547270" MODIFIED="1440521554008"/>
<node TEXT="beta" ID="ID_1271132825" CREATED="1440521554142" MODIFIED="1440521555456"/>
<node TEXT="..." ID="ID_715956916" CREATED="1440521556039" MODIFIED="1440521556791"/>
</node>
</node>
<node TEXT="ip2" ID="ID_617713711" CREATED="1440521508745" MODIFIED="1440521509707"/>
<node TEXT="ip3" ID="ID_1952264041" CREATED="1440521509873" MODIFIED="1440521510827"/>
<node TEXT="ip4" ID="ID_1821072087" CREATED="1440521512441" MODIFIED="1440521513555"/>
</node>
</node>
<node TEXT="Beam3D" ID="ID_171401307" CREATED="1440522913041" MODIFIED="1440522916812"/>
<node TEXT="Beam2D" ID="ID_54196479" CREATED="1440522917160" MODIFIED="1440522918790"/>
<node TEXT="Truss" ID="ID_1443636690" CREATED="1440522919352" MODIFIED="1440522921009"/>
<node TEXT="DKT" ID="ID_17325143" CREATED="1440522922656" MODIFIED="1440522923866"/>
</node>
<node TEXT="Electromagnetic" ID="ID_356562931" CREATED="1440520937389" MODIFIED="1440523288099" HGAP="10" VSHIFT="30"/>
</node>
</node>
</map>
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 133 KiB

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File