- Jan 23, 2020
-
-
Tomáš Jakubec authored
To achieve the maximal efficiency of traits approach is necessary to change name type from std::string to const char*. Moreover, I had to make the default trait public in another way. There is a function creating and returning the generated Trait. At first sight is seemed to me as bad idea, but the compiler can not work so efficiently with it. Thus, it is better to have static function which generates the object of traits.
-
- Jan 17, 2020
-
-
Tomáš Jakubec authored
-
- Dec 09, 2019
-
-
Tomáš Jakubec authored
-
- Dec 08, 2019
-
-
Tomáš Jakubec authored
-
- Nov 29, 2019
-
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
Refactor
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
- Nov 22, 2019
-
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
- Nov 19, 2019
-
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
- Nov 17, 2019
-
-
Tomáš Jakubec authored
CSVDBG first test. Now i can represent only simple wariables.
-
- Nov 10, 2019
-
-
Tomáš Jakubec authored
-
- Nov 05, 2019
-
-
Tomáš Jakubec authored
-
- Nov 03, 2019
-
-
Tomáš Jakubec authored
documentation.
-
Tomáš Jakubec authored
-
- Oct 30, 2019
-
-
Tomáš Jakubec authored
-
- Oct 29, 2019
-
-
Tomáš Jakubec authored
-
- Oct 22, 2019
-
-
Tomáš Jakubec authored
-
- Oct 18, 2019
-
-
Tomáš Jakubec authored
-
- Oct 07, 2019
-
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
- Oct 03, 2019
-
-
Tomáš Jakubec authored
whether the varible is iterable and then writes the content of the container.
-
- Oct 01, 2019
-
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
- Sep 30, 2019
-
-
Tomáš Jakubec authored
-
- Sep 22, 2019
-
-
Tomáš Jakubec authored
Setup of boundary cells Cells distace over face
-
- Sep 18, 2019
-
-
Tomáš Jakubec authored
-
- Jun 14, 2019
-
-
Tomáš Jakubec authored
I realized, that it would be better to implement methods working with mesh elements in the class UnstructuredMesh. Finally, I managed to implement concept of unstructured mesh in any dimension. Further work will be done after consultations.
-
- Jun 07, 2019
-
-
Tomáš Jakubec authored
Now the intent is clear and only few things like center points are to be implemented. Then create wrappers for cells, faces etc. Also is necessary to create methods for calculating lebesgue meassure.
-