User contributions
From KratosWiki
(Latest | Earliest) View (newer 500 | older 500) (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)
- 09:16, 20 February 2013 (diff | hist) Install Kratos Prerequisites (→Install prerequisites on a Debian system)
- 09:16, 20 February 2013 (diff | hist) Install Kratos Prerequisites (→Install prerequisites on a RHEL system)
- 09:04, 19 September 2012 (diff | hist) How to use external linear solvers and preconditioners (→MixedUPSolver)
- 08:26, 19 September 2012 (diff | hist) How to use external linear solvers and preconditioners
- 08:11, 19 September 2012 (diff | hist) How to use external linear solvers and preconditioners (→Solvers in ExternalSolversApplication)
- 08:08, 19 September 2012 (diff | hist) How to use external linear solvers and preconditioners (→ARMS Solver (Alegbraic Recursive Multilevel Solver))
- 08:08, 19 September 2012 (diff | hist) How to use external linear solvers and preconditioners (→SuperLU Iterative Solver)
- 07:08, 19 September 2012 (diff | hist) How to use external linear solvers and preconditioners (→SuperLU Iterative Solver)
- 07:08, 19 September 2012 (diff | hist) How to use external linear solvers and preconditioners (→Solvers in ExternalSolversApplication)
- 06:53, 19 September 2012 (diff | hist) How to use external linear solvers and preconditioners
- 06:52, 19 September 2012 (diff | hist) N How to use external linear solvers and preconditioners (Created page with "The Kratos shared-memory version, implements interfaces to various external linear solvers and preconditioners. The rationale at the basis of such choice, is that while iterativ...")
- 06:47, 19 September 2012 (diff | hist) HOW TOs (→Python)
- 15:39, 24 May 2012 (diff | hist) LinuxInstall (→compile your own version of the Kratos)
- 09:01, 10 May 2012 (diff | hist) User:Rrossi (→Curriculum Vitae)
- 09:01, 10 May 2012 (diff | hist) N File:CVN cat 09 05 2012.pdf (top)
- 09:00, 10 May 2012 (diff | hist) User:Rrossi
- 13:30, 8 May 2012 (diff | hist) Install Kratos Prerequisites (→Install prerequisites on a RHEL system)
- 13:30, 8 May 2012 (diff | hist) Install Kratos Prerequisites
- 13:10, 8 May 2012 (diff | hist) Install Kratos Prerequisites
- 13:09, 8 May 2012 (diff | hist) N Install Kratos Prerequisites (Created page with "== Install prerequisites on a Debian system == the user should install the following library on a debian system: sudo apt-get install -y build-essential subversion rapidsvn l...")
- 12:51, 8 May 2012 (diff | hist) N InstallCmake (Created page with "you can get the cmake by doing wget www.cmake.org/files/v2.8/cmake-2.8.8.tar.gz in this case this download the 2.8.8 version, the link should be modified to download a diffe...")
- 12:44, 8 May 2012 (diff | hist) LinuxInstall (→Preparing a deb package)
- 12:44, 8 May 2012 (diff | hist) LinuxInstall
- 10:53, 8 May 2012 (diff | hist) LinuxInstall
- 10:51, 8 May 2012 (diff | hist) LinuxInstall
- 10:51, 8 May 2012 (diff | hist) LinuxInstall
- 10:25, 8 May 2012 (diff | hist) LinuxInstall
- 10:23, 8 May 2012 (diff | hist) LinuxInstall
- 10:15, 8 May 2012 (diff | hist) LinuxInstall
- 10:08, 8 May 2012 (diff | hist) LinuxInstall
- 10:04, 8 May 2012 (diff | hist) LinuxInstall
- 10:03, 8 May 2012 (diff | hist) LinuxInstall
- 09:52, 8 May 2012 (diff | hist) N LinuxInstall (Created page with "== install Kratos the easy way == If you are a lucky owner of a ubuntu-based linux machine, than you can directly install a .deb file. Such package (DownloadLink) automatically i...")
- 09:23, 8 May 2012 (diff | hist) N Kratos Installation (Created page with "This tutorial aims to provide a guide to the installation of the kratos on a clean system. An attempt is made to cover common installation problems. LinuxInstall [[Windows...")
- 09:20, 8 May 2012 (diff | hist) Kratos Tutorials
- 06:41, 7 May 2012 (diff | hist) How to get Kratos (→In Linux) (top)
- 10:08, 13 April 2012 (diff | hist) Test page (→File Uploads)
- 09:53, 13 April 2012 (diff | hist) Test page (→File Uploads)
- 07:55, 13 April 2012 (diff | hist) Test page (→File Uploads)
- 07:51, 13 April 2012 (diff | hist) Test page (→File Uploads)
- 09:20, 28 January 2012 (diff | hist) Installing kratos in Ubuntu Linux (→FINAL STEP)
- 09:48, 18 January 2012 (diff | hist) Installing kratos in Ubuntu Linux (→CREATE IN DEBUG)
- 09:43, 18 January 2012 (diff | hist) Linux Installation (top)
- 09:38, 18 January 2012 (diff | hist) Installing kratos in Ubuntu Linux (→COMPILE THE KRATOS)
- 09:32, 18 January 2012 (diff | hist) Installing kratos in Ubuntu Linux (→COMPILE THE KRATOS)
- 09:29, 18 January 2012 (diff | hist) Installing kratos in Ubuntu Linux
- 09:07, 18 January 2012 (diff | hist) Installing kratos in Ubuntu Linux (→SYSTEM LIBRARIES INSTALL)
- 09:54, 21 June 2011 (diff | hist) How to use the GidIO (→Generating an instance of GidIO) (top)
- 11:24, 25 January 2011 (diff | hist) Windows 7 Download and Installation (→Pre and Post Processor. GiD)
- 12:02, 18 October 2010 (diff | hist) HOW TOs (→C++)
- 16:30, 7 October 2010 (diff | hist) How to refine an existing triangular or tetrahedral mesh (→A small example) (top)
- 16:28, 7 October 2010 (diff | hist) How to refine an existing triangular or tetrahedral mesh (→A small example)
- 16:27, 7 October 2010 (diff | hist) N How to refine an existing triangular or tetrahedral mesh (New page: == Refining a mesh of simplicial elements == The kratos provides the possibility of "easily" adapting an existing FE mesh (of simplex elements) This possibility is provided by the two fun...)
- 16:18, 7 October 2010 (diff | hist) HOW TOs (→Python)
- 10:22, 11 August 2010 (diff | hist) How to use multiple model parts (→SCENARIO 1 : two different formulations on one domain)
- 09:57, 11 August 2010 (diff | hist) How to use multiple model parts (→SCENARIO 1 : two different formulations on one domain)
- 09:08, 11 August 2010 (diff | hist) How to use multiple model parts (→SCENARIO 1 : two different formulations on one domain)
- 09:05, 11 August 2010 (diff | hist) How to use multiple model parts (→SCENARIO 1 : two different formulations on one domain)
- 08:55, 11 August 2010 (diff | hist) How to use multiple model parts (→SCENARIO 1 : two different formulations on one domain)
- 08:39, 11 August 2010 (diff | hist) How to use multiple model parts
- 08:21, 11 August 2010 (diff | hist) N How to use multiple model parts (New page: == Using multiple model parts == The problem of handling complex geometries or domains characterized by multiple physical fields, is simplified by the usage of multiple model_parts. As a m...)
- 08:11, 11 August 2010 (diff | hist) HOW TOs (→Python)
- 06:18, 12 July 2010 (diff | hist) Programming Conventions (→Good Hints in programming)
- 06:18, 12 July 2010 (diff | hist) Programming Conventions
- 14:32, 23 June 2010 (diff | hist) How to Create New Application (→1. Use the '''TESTAPPLICATION.zip''' files to create your standard directories) (top)
- 14:31, 23 June 2010 (diff | hist) How to Create New Application (→1. Use the '''TESTAPPLICATION.zip''' files to create your standard directories)
- 14:29, 23 June 2010 (diff | hist) N File:Prepare.sh.zip (file to change the prepare a new application for being utilized) (top)
- 14:28, 23 June 2010 (diff | hist) How to Create New Application
- 14:28, 23 June 2010 (diff | hist) How to Create New Application
- 14:27, 23 June 2010 (diff | hist) How to Create New Application
- 07:29, 23 June 2010 (diff | hist) Template:Main:Featured Contents (top)
- 07:27, 23 June 2010 (diff | hist) Template:Main:Featured Contents
- 10:05, 22 June 2010 (diff | hist) How to use the OpenCL linear solvers (→Compiling the library)
- 10:05, 22 June 2010 (diff | hist) How to use the OpenCL linear solvers (→Compiling the library)
- 09:50, 22 June 2010 (diff | hist) How to use the OpenCL linear solvers (→Compiling the library)
- 09:49, 22 June 2010 (diff | hist) How to use the OpenCL linear solvers (→Using the library)
- 09:48, 22 June 2010 (diff | hist) How to use the OpenCL linear solvers (→Compiling the library)
- 08:47, 22 June 2010 (diff | hist) How to use the OpenCL linear solvers (→Compiling the library)
- 08:44, 22 June 2010 (diff | hist) How to use the OpenCL linear solvers
- 08:34, 22 June 2010 (diff | hist) N How to use the OpenCL linear solvers (New page: === How to use the OpenCL Linear Solvers === Experimental support was added to the Kratos to use modern GPU (or many-core CPUs) basing on the OpenCL programming model. In order to provide...)
- 08:31, 22 June 2010 (diff | hist) HOW TOs (→Python)
- 18:27, 13 June 2010 (diff | hist) HOW TOs (→C++)
- 18:26, 13 June 2010 (diff | hist) N How to undestand Kratos Pointers (How to undestand Kratos Pointers moved to How to understand Kratos Pointers) (top)
- 18:26, 13 June 2010 (diff | hist) m How to understand Kratos Pointers (How to undestand Kratos Pointers moved to How to understand Kratos Pointers) (top)
- 18:25, 13 June 2010 (diff | hist) How to understand Kratos Pointers
- 18:24, 13 June 2010 (diff | hist) N How to understand Kratos Pointers (New page: Kratos implementations relies heavily upon the Boost Sharde Pointer and Weak Pointers. A lot has be written on the subject. A very simple, yet understandable wiki page on the subject can ...)
- 18:22, 13 June 2010 (diff | hist) HOW TOs (→C++)
- 18:17, 13 June 2010 (diff | hist) How to Use Ublas (top)
- 18:17, 13 June 2010 (diff | hist) N How to Use Ublas (New page: The ublas documentation is rather sparse, but everything can be found on the internet! some useful links follow: * Sparse Matrix usage [[http://www.guwi17.de/ublas/matrix_sparse_usage....)
- 18:10, 13 June 2010 (diff | hist) How to Use the std::vector (and the kratos containers)
- 18:02, 13 June 2010 (diff | hist) How to Use the std::vector (and the kratos containers)
- 18:02, 13 June 2010 (diff | hist) How to Use the std::vector (and the kratos containers)
- 18:02, 13 June 2010 (diff | hist) How to Use the std::vector (and the kratos containers)
- 18:02, 13 June 2010 (diff | hist) How to Use the std::vector (and the kratos containers)
- 18:01, 13 June 2010 (diff | hist) N How to Use the std::vector (and the kratos containers) (New page: The Kratos containers are mounted on the top of the std library. Correct usage REQUIRES understanding how the std::vector works a good reference can be found at the page [[http://en.wiki...)
- 18:00, 13 June 2010 (diff | hist) HOW TOs (→C++)
- 17:59, 13 June 2010 (diff | hist) HOW TOs (→C++)
- 17:53, 13 June 2010 (diff | hist) How to "survive" OpenMP parallelism (→OpenMP parallelism is active by default)
- 17:53, 13 June 2010 (diff | hist) N How to Learn OpenMP (New page: basic course (by Riccardo Rossi and Pooyan Dadvand): Basic Course more advanced course (course by Dr. Alejandro Duran, UPC): [[Image:Omp_tutorial.pdf.zip| Advan...) (top)
- 17:52, 13 June 2010 (diff | hist) HOW TOs (→OpenMP Parallelism)
- 17:51, 13 June 2010 (diff | hist) How to "survive" OpenMP parallelism (→OpenMP courses)
- 17:50, 13 June 2010 (diff | hist) How to "survive" OpenMP parallelism (→OpenMP courses)
- 17:50, 13 June 2010 (diff | hist) How to "survive" OpenMP parallelism (→OpenMP courses)
- 17:49, 13 June 2010 (diff | hist) N File:Omp tutorial.pdf.zip (top)
- 17:46, 13 June 2010 (diff | hist) How to "survive" OpenMP parallelism (→OpenMP courses)
- 17:45, 13 June 2010 (diff | hist) How to "survive" OpenMP parallelism (→OpenMP courses)
- 17:44, 13 June 2010 (diff | hist) How to "survive" OpenMP parallelism (→OpenMP courses)
- 17:43, 13 June 2010 (diff | hist) How to "survive" OpenMP parallelism (→OpenMP courses)
- 17:43, 13 June 2010 (diff | hist) How to "survive" OpenMP parallelism (→OpenMP parallelism is active by default)
- 17:42, 13 June 2010 (diff | hist) N File:BasicOpenMP.pdf (top)
- 17:41, 13 June 2010 (diff | hist) How to "survive" OpenMP parallelism
- 08:52, 10 May 2010 (diff | hist) Kratos 1.2.0 Linux Installation (→Libraries) (top)
- 08:52, 10 May 2010 (diff | hist) Kratos 1.2.0 Linux Installation (→Libraries)
- 13:38, 6 May 2010 (diff | hist) Kratos 1.2.0 Linux Installation (→Libraries)
- 13:26, 6 May 2010 (diff | hist) Kratos 1.2.0 Linux Installation (→Libraries)
- 13:26, 6 May 2010 (diff | hist) Kratos 1.2.0 Linux Installation (→System Requirements)
- 15:38, 5 February 2010 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Customarization needed for the user account)
- 15:38, 5 February 2010 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Customarization needed for the user account)
- 15:38, 5 February 2010 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Compilation Command)
- 15:35, 5 February 2010 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Customarization needed for the user account)
- 15:33, 5 February 2010 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Customarization needed for the user account)
- 10:28, 5 February 2010 (diff | hist) Installing kratos in Ubuntu Linux
- 10:27, 5 February 2010 (diff | hist) Installing kratos in Ubuntu Linux (→gidpost library)
- 12:28, 17 January 2010 (diff | hist) N How to force a scalar run (New page: '''Forcing a scalar run''' Now that OpenMP building is active by default, it is useful to have the possibility of forcing scalar behaviour (or to control the number of threads used) This...) (top)
- 12:25, 17 January 2010 (diff | hist) HOW TOs (→OpenMP Parallelism)
- 12:22, 17 January 2010 (diff | hist) How to "survive" OpenMP parallelism
- 12:16, 17 January 2010 (diff | hist) How to "survive" OpenMP parallelism
- 12:10, 17 January 2010 (diff | hist) How to "survive" OpenMP parallelism
- 12:07, 17 January 2010 (diff | hist) How to "survive" OpenMP parallelism
- 11:56, 17 January 2010 (diff | hist) How to "survive" OpenMP parallelism (→Understanding the Build Phase)
- 11:54, 17 January 2010 (diff | hist) How to "survive" OpenMP parallelism (→Understanding the Build Phase)
- 11:47, 17 January 2010 (diff | hist) How to "survive" OpenMP parallelism (→OpenMP parallelism is active by default)
- 11:34, 17 January 2010 (diff | hist) How to "survive" OpenMP parallelism
- 11:30, 17 January 2010 (diff | hist) N How to "survive" OpenMP parallelism (New page: === OpenMP parallelism is active by default ===)
- 11:29, 17 January 2010 (diff | hist) HOW TOs
- 10:24, 24 November 2009 (diff | hist) GPU Library Page (→Download Source Code)
- 10:23, 24 November 2009 (diff | hist) GPU Library Page (→Download Source Code)
- 13:15, 11 November 2009 (diff | hist) GPU Library Page (→Linux Version)
- 09:04, 11 November 2009 (diff | hist) GPU Library Page (→Download Source Code)
- 09:04, 11 November 2009 (diff | hist) N GPU Library Page (New page: == Download Source Code == The source code for the library can be downloaded as stand alone from the following link. [http://kratos.cimne.upc.es/independent_libs/kratos_gpu_solverlib_rc1....)
- 09:00, 11 November 2009 (diff | hist) Download (→GPU Solvers Library)
- 08:58, 11 November 2009 (diff | hist) Download
- 16:07, 9 October 2009 (diff | hist) Download (→Structural Application Problemtype)
- 16:07, 9 October 2009 (diff | hist) Download (→Problemtypes)
- 16:05, 9 October 2009 (diff | hist) N File:Kratos Structural Application.gid.zip (top)
- 08:01, 9 October 2009 (diff | hist) Download (→Problemtypes)
- 08:00, 9 October 2009 (diff | hist) Download (→Fluid Only Problemtype)
- 07:59, 9 October 2009 (diff | hist) Download (→Problemtypes)
- 07:56, 9 October 2009 (diff | hist) N File:Fluid only.gid.zip (Problemtype for fluid only) (top)
- 07:49, 9 October 2009 (diff | hist) Download (→Problemtypes)
- 07:47, 9 October 2009 (diff | hist) Download
- 07:45, 9 October 2009 (diff | hist) Download (→PROBLEMTYPES)
- 07:44, 9 October 2009 (diff | hist) Download
- 07:41, 9 October 2009 (diff | hist) N File:Edgebased levelset.gid.zip (Problemtype for Level Set Solver) (top)
- 06:36, 9 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation (→PYTHON PATH)
- 06:36, 9 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation
- 06:35, 9 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation (→PYTHON PATH)
- 06:35, 9 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation
- 06:26, 9 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation
- 14:15, 8 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation
- 14:14, 8 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation
- 14:12, 8 October 2009 (diff | hist) Download (→Current Release)
- 14:09, 8 October 2009 (diff | hist) HOW TOs (→General)
- 14:08, 8 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation
- 14:07, 8 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation
- 14:07, 8 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation (→KRATOS_PATH)
- 14:06, 8 October 2009 (diff | hist) Kratos 1.1.0 Windows Installation
- 14:05, 8 October 2009 (diff | hist) N Kratos 1.1.0 Windows Installation (New page: To install WIN32 binaries follow the steps: ---- ---- * download the file at the following link ----> Media:Kratos_install_files.zip * unzip it on the destination directory * doub...)
- 14:01, 8 October 2009 (diff | hist) Download (→Linux)
- 14:00, 8 October 2009 (diff | hist) Download (→Linux)
- 17:26, 22 September 2009 (diff | hist) Kratos Windows Binaries
- 17:26, 22 September 2009 (diff | hist) Kratos Windows Binaries (→Info 64bit users)
- 17:25, 22 September 2009 (diff | hist) Kratos Windows Binaries (→KRATOS_PATH)
- 17:24, 22 September 2009 (diff | hist) Kratos Windows Binaries (→KRATOS_PATH)
- 17:22, 22 September 2009 (diff | hist) Kratos Windows Binaries
- 17:21, 22 September 2009 (diff | hist) Kratos Windows Binaries
- 14:01, 22 May 2009 (diff | hist) Kratos Windows Binaries
- 14:00, 22 May 2009 (diff | hist) Kratos Windows Binaries
- 14:00, 22 May 2009 (diff | hist) Kratos Windows Binaries
- 13:59, 22 May 2009 (diff | hist) Kratos Windows Binaries
- 13:54, 22 May 2009 (diff | hist) N Kratos Windows Binaries (New page: Kratos_install_files.zip To install WIN32 binaries follow the steps: * download the file * unzip it on the destination directory * double click on Kratos_untar.py ASSUMPTIONS: pytho...)
- 13:52, 22 May 2009 (diff | hist) HOW TOs (→General)
- 07:37, 26 March 2009 (diff | hist) MeshingApplication (→Methods)
- 07:36, 26 March 2009 (diff | hist) N 3D Constrained Delaunay (New page: == Variables Needed and their meaning == == Input needed to the function == == brief description of the algorithm == == Common Usage Errors == == Validation example == *Description of t...)
- 07:35, 26 March 2009 (diff | hist) N 2D Constrained Delaunay (New page: == Variables Needed and their meaning == == Input needed to the function == == brief description of the algorithm == == Common Usage Errors == == Validation example == *Description of t...)
- 07:35, 26 March 2009 (diff | hist) N Tetgen PFEM refine (New page: == Variables Needed and their meaning == == Input needed to the function == == brief description of the algorithm == == Common Usage Errors == == Validation example == *Description of t...)
- 07:35, 26 March 2009 (diff | hist) Trigen PFEM refine
- 07:33, 26 March 2009 (diff | hist) Trigen PFEM refine
- 07:32, 26 March 2009 (diff | hist) N Trigen PFEM refine (New page: *Variables Needed and their meaning *Input needed to the function *brief description of the algorithm)
- 07:32, 26 March 2009 (diff | hist) N MeshingApplication (New page: == General == * Purpose of the Meshing Applications == Methods == * Trigen PFEM refine * Tetgen PFEM refine * 2D Constrained Delaunay * 3D Constrained Delaunay )
- 07:30, 26 March 2009 (diff | hist) Template:Main:Applications
- 07:29, 26 March 2009 (diff | hist) Template:Main:Applications
- 15:10, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→TRILINOS INSTALL)
- 14:24, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→TRILINOS INSTALL)
- 14:23, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→TRILINOS INSTALL)
- 14:22, 9 March 2009 (diff | hist) N File:StandardTrilinosCompilation.sh.zip (top)
- 14:21, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→TRILINOS INSTALL)
- 09:07, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→SUPERLU_DIST INSTALL)
- 09:06, 9 March 2009 (diff | hist) N File:Make.inc.zip (top)
- 09:02, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→SUPERLU_DIST INSTALL)
- 09:02, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→SUPERLU_DIST INSTALL)
- 09:02, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→SUPERLU_DIST INSTALL)
- 08:58, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→SYSTEM LIBRARIES INSTALL)
- 08:49, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→SYSTEM LIBRARIES INSTALL)
- 08:47, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→SYSTEM LIBRARIES INSTALL)
- 08:43, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→SUPERLU_DIST INSTALL)
- 08:38, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BOOST with MPI SUPPORT)
- 08:35, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→installing boost-build in the system)
- 08:35, 9 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BOOST with MPI SUPPORT)
- 18:54, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BOOST with MPI SUPPORT)
- 17:50, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BOOST with MPI SUPPORT)
- 17:45, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BOOST with MPI SUPPORT)
- 17:42, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→SYSTEM LIBRARIES INSTALL)
- 17:39, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→SYSTEM LIBRARIES INSTALL)
- 17:36, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux
- 17:23, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BASIC INSTALL')
- 17:21, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→KRATOS with MPI SUPPORT)
- 17:19, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→KRATOS with MPI SUPPORT)
- 17:16, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BASIC INSTALL')
- 17:05, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BASIC INSTALL')
- 17:02, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BASIC INSTALL')
- 17:01, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→KRATOS with MPI SUPPORT)
- 16:50, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BASIC INSTALL')
- 16:44, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BASIC INSTALL')
- 16:42, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BASIC INSTALL')
- 16:36, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BASIC INSTALL')
- 16:36, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BASIC INSTALL')
- 16:17, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→BASIC INSTALL')
- 16:15, 8 March 2009 (diff | hist) Installing from a Freshly installed Ubuntu Linux (→'''BASIC INSTALL''')
- 16:13, 8 March 2009 (diff | hist) N Installing from a Freshly installed Ubuntu Linux (New page: The objective of current tutorial is to "standardize" the installation of Kratos on a newly installed Ubuntu system. === '''BASIC INSTALL''' === from this point EITHER the installation ...)
- 16:09, 8 March 2009 (diff | hist) HOW TOs (→General)
- 14:27, 23 February 2009 (diff | hist) How to Use the ModelPart (→Assorted loops)
- 14:27, 23 February 2009 (diff | hist) How to Use the ModelPart (→Filling a new model_part)
- 11:13, 19 February 2009 (diff | hist) HOW TOs (→C++)
- 11:12, 19 February 2009 (diff | hist) N How to Create New Application (New page: == Steps == aa bbb ccc ddd)
- 17:10, 18 February 2009 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Trilinos Compilation)
- 17:09, 18 February 2009 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Jamroot file to be used in the compilation)
- 17:06, 18 February 2009 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Customarization needed for the user account)
- 16:59, 18 February 2009 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Cluster's Documentation)
- 11:51, 18 February 2009 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Running Examples)
- 11:18, 18 February 2009 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Jamroot file to be used in the compilation)
- 11:09, 18 February 2009 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Customarization needed for the user account)
- 11:09, 18 February 2009 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Customarization needed for the user account)
- 17:28, 17 February 2009 (diff | hist) How to Compile Kratos on the Acuario Cluster (→Running Examples)
- 17:28, 17 February 2009 (diff | hist) How to Compile Kratos on the Acuario Cluster
- 17:21, 17 February 2009 (diff | hist) N How to Compile Kratos on the Acuario Cluster (New page: The following tutorial is intended to facilitate the compilation of the Kratos on CIMNE's cluser "Acuario". In the following we will assume that the new_user is a member of the "kratos" g...)
- 17:17, 17 February 2009 (diff | hist) HOW TOs (→General)
- 10:13, 7 January 2009 (diff | hist) HOW TOs (→C++)
- 13:14, 31 October 2008 (diff | hist) Test page
- 13:14, 31 October 2008 (diff | hist) Test page
- 13:13, 31 October 2008 (diff | hist) Test page
- 13:13, 31 October 2008 (diff | hist) Test page
- 13:12, 31 October 2008 (diff | hist) N Category:Draft Tests (New page: Category:Tests) (top)
- 13:12, 31 October 2008 (diff | hist) Test page
- 13:11, 31 October 2008 (diff | hist) N Category:Tests (New page: Category:Main)
- 13:11, 31 October 2008 (diff | hist) Test page
- 13:03, 10 September 2008 (diff | hist) Some aspects of programation
- 13:01, 10 September 2008 (diff | hist) Some aspects of programation
- 13:21, 16 May 2008 (diff | hist) How to get Kratos (→In Linux)
- 14:49, 5 May 2008 (diff | hist) Input Data
- 14:57, 8 April 2008 (diff | hist) ULF Application (→Problem Data)
- 10:19, 21 February 2008 (diff | hist) Template:Main:Projects and Applications (top)
- 10:19, 21 February 2008 (diff | hist) Template:Main:Projects and Applications
- 08:52, 19 February 2008 (diff | hist) Windows Installation (→Step2 - Install the boost library)
- 08:49, 19 February 2008 (diff | hist) Windows Installation (→Python)
- 08:47, 19 February 2008 (diff | hist) Windows Installation (→Compiling Kratos)
- 08:39, 19 February 2008 (diff | hist) Windows Installation (→Step2 - Install the boost library)
- 08:36, 19 February 2008 (diff | hist) Windows Installation (→Step1 - Install the building system)
- 08:36, 19 February 2008 (diff | hist) Windows Installation (→Preliminar components to use Kratos)
- 09:48, 11 February 2008 (diff | hist) How to use the GidIO (→Writing meshes)
- 09:22, 11 February 2008 (diff | hist) How to use the GidIO (→Writing results on integration points)
- 09:12, 11 February 2008 (diff | hist) How to use the GidIO (→Reading input)
- 16:38, 21 January 2008 (diff | hist) Linux Installation (→Libraries)
- 16:38, 21 January 2008 (diff | hist) Linux Installation (→Libraries)
- 09:10, 14 January 2008 (diff | hist) Template:Main:Programming References
- 09:09, 14 January 2008 (diff | hist) Template:Main:Programming References
- 09:08, 14 January 2008 (diff | hist) Template:Main:Programming References
- 09:07, 14 January 2008 (diff | hist) Template:Main:Programming References
- 09:06, 14 January 2008 (diff | hist) Template:Main:Programming References
- 09:05, 14 January 2008 (diff | hist) Template:Main:Programming References
- 15:21, 8 January 2008 (diff | hist) Windows Installation (→Visual Studio Project)
- 15:20, 8 January 2008 (diff | hist) Windows Installation (→Visual Studio Project)
- 15:18, 8 January 2008 (diff | hist) Windows Installation (→Visual Studio Project)
- 15:18, 8 January 2008 (diff | hist) Windows Installation (→Visual Studio Project)
- 15:15, 8 January 2008 (diff | hist) Windows Installation (→Visual Studio Project)
- 15:15, 8 January 2008 (diff | hist) Windows Installation (→Compiling Kratos)
- 15:13, 8 January 2008 (diff | hist) N File:Visual Studio 2005 ide.zip (top)
- 11:50, 4 January 2008 (diff | hist) Windows Installation (→Compiling Kratos)
- 10:16, 4 January 2008 (diff | hist) Windows Installation (→Step2 - Install the boost library)
- 10:15, 4 January 2008 (diff | hist) Windows Installation (→Step2 - Install the boost library)
- 10:09, 4 January 2008 (diff | hist) Windows Installation (→Step1 - Install the building system)
- 09:58, 4 January 2008 (diff | hist) Windows Installation (→Boost Library)
- 09:50, 4 January 2008 (diff | hist) Windows Installation (→Boost Library)
- 11:18, 15 December 2007 (diff | hist) N How to Calculate Distance Function (New page: The calculation of the distance of all of the points in a mesh from a set of other points constitutes a useful tool in many contexts. The Kratos implements a "elementwise" distance calcul...)
- 16:23, 9 December 2007 (diff | hist) How to Access DataBase
- 16:23, 9 December 2007 (diff | hist) How to Access DataBase (→Non-Historical Database)
- 16:39, 8 December 2007 (diff | hist) How to Access DataBase
- 19:40, 30 November 2007 (diff | hist) Who are we (→In Barcelona (Spain):)
(Latest | Earliest) View (newer 500 | older 500) (20 | 50 | 100 | 250 | 500)