User contributions
From KratosWiki
(Latest | Earliest) View (newer 100 | older 100) (20 | 50 | 100 | 250 | 500)
- 15:00, 3 June 2016 (diff | hist) Kratos Tutorials (→Python Script)
- 19:13, 2 June 2016 (diff | hist) Python Script Tutorial: Going for a unified script (top)
- 19:12, 2 June 2016 (diff | hist) Python Script Tutorial: Going for a unified script
- 19:10, 2 June 2016 (diff | hist) N Python Script Tutorial: Going for a unified script (Created page with "The final step needed to solve an example is to run the "Main" script. In the previous section we described how a simple script can be mounted using the Kratos building blocks. ...")
- 19:10, 2 June 2016 (diff | hist) Kratos Tutorials (→Python Script)
- 07:50, 2 June 2016 (diff | hist) How to use parameters (top)
- 07:49, 2 June 2016 (diff | hist) N How to use parameters (Created page with "please take a look at the link http://kratos-wiki.cimne.upc.edu/index.php/Python_Script_Tutorial:_Writing_a_JSon_configuration_file")
- 07:49, 2 June 2016 (diff | hist) HOW TOs (→Python)
- 07:45, 2 June 2016 (diff | hist) Python Script Tutorial: Writing a JSon configuration file (top)
- 07:41, 2 June 2016 (diff | hist) Python Script Tutorial: Writing a JSon configuration file
- 07:39, 2 June 2016 (diff | hist) Python Script Tutorial: Writing a JSon configuration file
- 07:37, 2 June 2016 (diff | hist) Python Script Tutorial: Writing a JSon configuration file
- 16:21, 1 June 2016 (diff | hist) Python Script Tutorial: Writing a JSon configuration file
- 16:07, 1 June 2016 (diff | hist) Python Script Tutorial: Writing a JSon configuration file
- 08:25, 1 June 2016 (diff | hist) N Python Script Tutorial: Writing a JSon configuration file (Created page with "As complexity increases one needs more and more flexibility in “configuring” a simulation. This is typically achieved by defining a "configuration file" which organizes all ...")
- 08:21, 1 June 2016 (diff | hist) Kratos Tutorials (→Python Script)
- 08:16, 1 June 2016 (diff | hist) Python Script Tutorial: Reading ModelPart From Input File (→Reading ModelPart File) (top)
- 16:50, 14 December 2015 (diff | hist) How to use the Constitutive Law class (→A comment on the small deformation case)
- 15:12, 14 December 2015 (diff | hist) How to use the Constitutive Law class (→A comment on the small deformation case)
- 17:41, 13 December 2015 (diff | hist) How to use the Constitutive Law class (→A comment on the small deformation case)
- 17:07, 13 December 2015 (diff | hist) How to use the Constitutive Law class (→A comment on the small deformation case)
- 17:03, 13 December 2015 (diff | hist) How to use the Constitutive Law class (→Additional Material)
- 05:45, 17 July 2015 (diff | hist) How to use the Constitutive Law class (→Additional Material)
- 05:45, 17 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 05:41, 17 July 2015 (diff | hist) How to use the Constitutive Law class (→Conventions)
- 08:08, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 08:07, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 08:07, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 08:07, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 08:06, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 08:06, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 08:05, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 08:04, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 06:48, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 06:46, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 06:34, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Usage API)
- 06:25, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→API)
- 06:24, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→API)
- 06:16, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→API)
- 06:07, 16 July 2015 (diff | hist) How to use the Constitutive Law class (→Conventions)
- 16:14, 15 July 2015 (diff | hist) How to use the Constitutive Law class (→Conventions)
- 18:33, 13 July 2015 (diff | hist) How to use the Constitutive Law class (→Conventions)
- 18:31, 13 July 2015 (diff | hist) How to use the Constitutive Law class (→Conventions)
- 18:24, 13 July 2015 (diff | hist) How to use the Constitutive Law class (→Conventions)
- 18:24, 13 July 2015 (diff | hist) How to use the Constitutive Law class (→Conventions)
- 18:22, 13 July 2015 (diff | hist) How to use the Constitutive Law class (→Convenctions)
- 17:21, 12 July 2015 (diff | hist) How to use the Constitutive Law class
- 17:19, 12 July 2015 (diff | hist) How to use the Constitutive Law class
- 17:13, 12 July 2015 (diff | hist) N How to use the Constitutive Law class (Created page with "The constitutive law behaviour is dealt with in kratos by the use of the class "ConstitutiveLaw", with a public interface defined in the file kratos/kratos/includes/constitut...")
- 17:06, 12 July 2015 (diff | hist) HOW TOs (→C++)
- 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 100 | older 100) (20 | 50 | 100 | 250 | 500)