Miscellaneous algorithms¶
Description¶
A set of miscellaneous basic algorithms and definitions used in GetFEM.
Files¶
File(s) |
Description |
---|---|
|
Allow to init container with a list of values, from boost init.hpp. |
|
Small language allowing to read a parameter file with a Matlab syntax like. Used also for structured meshes. |
|
Balanced N-dimensional tree. Store a list of points and allows a quick search of points lying in a given box. |
|
Rectangle tree. Store a list of N-dimensional rectangles and allows a quick search of rectangles containing a given point. |
|
Allows to iterate on permutations. Only used in |
|
Defines a vector of low dimension mainly used to represent mesh nodes. Optimized operations. |
|
Arbitrary order tensor. Used in assembly. |
|
Arbitrary order sparse tensor. Used in the low-level generic assembly. |
|
Tools for multithreaded, OpenMP and Boost based parallelization. |
|
Export in pos and vtk formats |
|
Interface with Superlu (the included version or an external one) |