HOW TOs
From KratosWiki
(Difference between revisions)
(→Python) |
|||
Line 12: | Line 12: | ||
* [[How to Calculate Distance Function]] | * [[How to Calculate Distance Function]] | ||
* [[How to Calculate Normals]] | * [[How to Calculate Normals]] | ||
+ | * [[How to use the GidIO]] | ||
== C++ == | == C++ == |
Revision as of 16:17, 7 February 2008
This section is intended as a list of "recipes" for common needs in using the Kratos
General
Python
- How to Use an Application
- How to use Python
- Profiling the Kratos
- Debugging the Application
- How to Calculate Distance Function
- How to Calculate Normals
- How to use the GidIO
C++
- How to Use the ModelPart
- How to Add and Delete Components (Nodes, Elements, ...) from ModelPart
- How to Access Neighbor Nodes and Elements
- How to Access DataBase
- How to Create New Application
- How to Create New Element
- How to Use Solving Strategy
- How to Use Ublas
- How to Export Function/Classes to the Python
- How to Profile (Measure Time Consumption)
- How to Interpolate Data
- How to Use Spatial Containers
- How to debug with valgrind