HOW TOs
From KratosWiki
(Difference between revisions)
(→Theory Manual) |
(→Theory Manual) |
||
Line 155: | Line 155: | ||
* [[CDm Contact People]] | * [[CDm Contact People]] | ||
* [[CDm Aknowledgements]] | * [[CDm Aknowledgements]] | ||
+ | |||
+ | |||
+ | [[Category: Theory Manual]] |
Revision as of 18:08, 30 July 2013
This section is intended as a list of "recipes" for common needs in using the Kratos
Contents |
General
- Installing kratos in Ubuntu Linux
- Installing kratos in Windows
- MacOSX Installation (Leopard)
- Mac OS X 10.6 Installation (Snow Leopard)
- How to Compile Kratos on the Acuario Cluster
- How to Check Kratos is Correctly Installed in Windows
- How to Check Kratos is Correctly Installed in Linux
- How to subscribe to Kratos' mailing list
- How to Profile an application (using google-perftools)
- How to Measure memory consumption (using google-perftools)
OpenMP Parallelism
MPI Parallelism
- How to run your application in cluster
- How to compile the Boost if you want to use MPI
- How to use communicator for parallel synchronization
OpenCL Parallelism
- Introduction to OpenCL Programming
- Useful OpenCL links
- How to set up OpenCL
- How to debug OpenCL programs using GDB
- Support for double-precision floating point basic arithmetic in ATI Stream SDK (2.1 and later)
Python
General Python Use for Kratos
- How to use Python
- How to Use an Application
- How to import Kratos from Python using the KratosMultiphysics module
- How to work with nodes and elements in python
- How to use multiple model parts
- How to construct a linear solver using the "Linear Solver Factory"
- How to construct the "solving strategies"
- strategy_python
Input/Output and GiD
- How to use the GidIO
- How to read a data file
- How to plot graphs
- How to create the problem_type.gid folder with the new problem type generator
- How to use the Isosurface Node Printer
Calculation tips for Kratos feasible from Python
- How to Calculate Distance Function
- How to Calculate Normals
- How to execute an FFT analysis
- How to execute fitting of data series
- How to run python recursively
- How to execute a SVD analysis
- How to add automatic benchmarking to your example
- How to use parallel Pardiso solver for your example
- How to use the projection between no matching meshes
- How to use the ReduceTimeStep
- How to transfer nodal values between non-matching meshes
- How to use the OpenCL linear solvers
- How to refine an existing triangular or tetrahedral mesh
- How to use the Cutting Application (Serial and Parallel)
- How to use external linear solvers and preconditioners
- How to create a restart (python) file
- How to use the Cutting Isosurface Application
C++
- How to Use the ModelPart
- How to Use the Meshes as Group
- How to Add and Delete Components (Nodes, Elements, ...) from ModelPart
- How to Access Neighbor Nodes and Elements
- How to Access DataBase
- How to Create a New Application using cmake
- How to Create New Element
- How to Use Solving Strategy
- How to understand Kratos Pointers
- How to Use the std::vector (and the kratos containers)
- How to Use Ublas
- How to Export Function/Classes to the Python
- How to Interpolate Data
- How to Compile Kratos in Debug mode
- How to debug with valgrind
- How to Add a Custom_Utilities File
- How to Create a GiD Problem Type
- How to Add a New Element (Condition)
- How to Add a New constitutive law
- How to Add a New Variable
- How to use the Geometry
- How to Create Multi-step Elements
- How to use push_back
- How to Create a executable without Python
- How to apply face pressures
- How to print values on Gauss points
- How to use Serialization
- How to use Doxygen to generate documentation for our code
- News for constitutive laws
- strategy_python
- Compiling lapack++ for 64 bit Windows
- Common errors
- Some aspects of programing
- How to use the Spatial Containers
Debbuging and optimizing your code
- Debugging the Application
- Profiling the Kratos
- How to Profile (Measure Time Consumption)
- Checking memory use with Valgrind
Theory Manual
- GeneralTemplate
- Riccardo
- Pooyan
- MiguelAngel
- Kazem
- JosepMaria
- Julio
- Pavel
- Antonia
- Computational Fluid Dynamic Module (CFDm)
- CFDm Introduction
- CFDm Structure
- CFDm Fluid Types
- CFDm Kinematical Approaches
- CFDm Solution Strategies
- CFDm Elements
- CFDm Boundary Conditions
- CFDm Initial Conditions
- CFDm Turbulence Models
- CFDm HPC
- CFDm Problem Parameters
- CFDm Other Relevant Aspect
- CFDm Benchmarking
- CFDm Tutorials
- CFDm Contact People
- CFDm Aknowledgements
- Computational Structural Mechanics Module (CSMm)
- CSMm Introduction
- CSMm Structure
- CSMm Benchmarking
- CSMm Tutorials
- CSMm Contact People
- CSMm Aknowledgements
- Convection Diffusion Module (CDm)
- CDm Introduction
- CDm Structure
- CDm Benchmarking
- CDm Tutorials
- CDm Contact People
- CDm Aknowledgements