User contributions
From KratosWiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 17:30, 5 December 2014 (diff | hist) How to use "Smart Pointers" within Kratos (top)
- 17:29, 5 December 2014 (diff | hist) How to use "Smart Pointers" within Kratos
- 17:28, 5 December 2014 (diff | hist) N How to use "Smart Pointers" within Kratos (Created page with "All the memory management within Kratos is done through "Shared Pointers". Essentially a shared pointer '''is an entity which holds a counter with the number of estisting instan...")
- 17:27, 5 December 2014 (diff | hist) HOW TOs (→C++)
- 20:32, 9 July 2014 (diff | hist) How to use the geometry within an element
- 20:25, 9 July 2014 (diff | hist) N How to use the geometry within an element (Created page with "The integration of FE functions, typically requires the evaluation of functions at given integration points as well as the computation of the shape functions and of their derivat...")
- 20:24, 9 July 2014 (diff | hist) HOW TOs (→C++)
- 13:40, 24 April 2014 (diff | hist) User:Rrossi (→Curriculum Vitae) (top)
- 13:39, 24 April 2014 (diff | hist) User:Rrossi (→Curriculum Vitae)
- 13:39, 24 April 2014 (diff | hist) N File:CVN eng 24 04 2014.pdf (Standardized Curriculum) (top)
- 11:26, 27 August 2013 (diff | hist) How to construct the "solving strategies" (→Description of the configuration class) (top)
- 14:48, 12 July 2013 (diff | hist) How to construct the "solving strategies" (→Description of the solver-side implementation)
- 14:46, 12 July 2013 (diff | hist) How to construct the "solving strategies"
- 10:21, 12 July 2013 (diff | hist) Working (→Fluid types)
- 07:25, 12 July 2013 (diff | hist) How to construct the "solving strategies" (→Description of the configuration class)
- 07:24, 12 July 2013 (diff | hist) How to construct the "solving strategies" (→Description of the configuration class)
- 07:24, 12 July 2013 (diff | hist) How to construct the "solving strategies"
- 07:12, 12 July 2013 (diff | hist) How to construct the "solving strategies"
- 07:11, 12 July 2013 (diff | hist) How to construct the "solving strategies" (→Description of the configuration class)
- 07:10, 12 July 2013 (diff | hist) How to construct the "solving strategies" (→Description of the configuration class)
- 07:09, 12 July 2013 (diff | hist) N How to construct the "solving strategies" (Created page with "How to use an unified construction format for the "solving strategies" This document aims to provide guidelines for the construction of solver strategies in python, with the att...")
- 07:08, 12 July 2013 (diff | hist) HOW TOs (→Python)
- 12:58, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Iterative Solvers available in the Kratos Core) (top)
- 12:56, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory"
- 11:03, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Specialized Solvers)
- 10:37, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Specialized Solvers)
- 08:31, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→"External" Iterative Solvers (available in some of the applications))
- 08:30, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→"External" Iterative Solvers (available in some of the applications))
- 08:24, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Direct solvers included in the Kratos)
- 08:18, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→"External" Iterative Solvers (available in some of the applications))
- 08:17, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→"External" Iterative Solvers (available in some of the applications))
- 08:14, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→"External" Iterative Solvers (available in some of the applications))
- 08:03, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Direct solvers included in the Kratos)
- 08:02, 4 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Direct solvers included in the Kratos)
- 16:58, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Iterative Solvers available in the Kratos Core)
- 16:53, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Iterative Solvers available in the Kratos Core)
- 16:05, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Algebraic Multigrid Solver)
- 16:00, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Algebraic Multigrid Solver)
- 14:19, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Direct solvers included in the Kratos)
- 14:17, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→direct solvers included in the Kratos)
- 13:51, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Solvers available in the Kratos Core)
- 13:50, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Solvers available in the Kratos Core)
- 13:49, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory" (→Solvers available in the Kratos Core)
- 13:48, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory"
- 13:47, 3 July 2013 (diff | hist) How to construct a linear solver using the "Linear Solver Factory"
- 16:29, 2 July 2013 (diff | hist) N How to construct a linear solver using the "Linear Solver Factory" (Created page with "The class "LinearSolverFactory" is designed to help in the construction of the Kratos Linear Solvers, and makes an attempt to unify the construction mechanism. the essential ide...")
- 16:08, 2 July 2013 (diff | hist) HOW TOs (→Python)
- 17:28, 7 April 2013 (diff | hist) N How to Measure memory consumption (using google-perftools) (Created page with "Here we assume that the "google-perftools" are correctly installed in the system under the directory "/usr/lib". The following instructions shall be changed to reflect the actual...")
- 17:19, 7 April 2013 (diff | hist) N How to Profile an application (using google-perftools) (Created page with "Here we assume that the "google-perftools" are correctly installed in the system under the directory "/usr/lib". The following instructions shall be changed to reflect the actual...")
- 17:01, 7 April 2013 (diff | hist) HOW TOs (→General)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)