-
Notifications
You must be signed in to change notification settings - Fork 247
KratosMultiphysics.kratos_globals
KratosMultiphysics.kratos_globals| index
/home/vicente/src/Kratos/bin/Release/KratosMultiphysics/kratos_globals.py
---|---
| |
|
class KratosGlobalsImpl(builtins.object)
| `KratosGlobalsImpl(ThisKernel, ApplicationsRoot)
`
| Methods defined here:
GetConstitutiveLaw(self, ConstitutiveLawName)
` This method returns the constitutive law with the given name
Keyword arguments:
self -- It signifies an instance of a class.
ConstitutiveLawName -- The name of the constitutive law to return`
GetFlag(self, FlagName)
` This method returns the flag with the given name
Keyword arguments:
self -- It signifies an instance of a class.
FlagName -- The name of the flag to return`
GetVariable(self, VarName)
` This method returns the variable with the given name
Keyword arguments:
self -- It signifies an instance of a class.
VarName -- The name of the variable to return`
GetVariableType(self, VarName)
` This method checks the type of variable
Keyword arguments:
self -- It signifies an instance of a class.
VarName -- The name of the variable to check`
HasConstitutiveLaw(self, ConstitutiveLawName)
` This method checks if a constitutive law exists
Keyword arguments:
self -- It signifies an instance of a class.
ConstitutiveLawName -- The name of the constitutive law to check`
HasVariable(self, VarName)
` This method checks if a variable exists
Keyword arguments:
self -- It signifies an instance of a class.
VarName -- The name of the variable to check`
init(self, ThisKernel, ApplicationsRoot)
` Initialize self. See help(type(self)) for accurate signature.`
setattr(self, name, value)
` Implement setattr(self, name, value).`
echo(self)
Data descriptors defined here:
dict
` dictionary for instance variables (if defined)`
weakref
` list of weak references to the object (if defined)`
| | absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0,
'alpha', 0), 16384)
division = _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)
print_function = _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0),
65536)
- Getting Kratos (Last compiled Release)
- Compiling Kratos
- Running an example from GiD
- Kratos input files and I/O
- Data management
- Solving strategies
- Manipulating solution values
- Multiphysics
- Video tutorials
- Style Guide
- Authorship of Kratos files
- Configure .gitignore
- How to configure clang-format
- How to use smart pointer in Kratos
- How to define adjoint elements and response functions
- Visibility and Exposure
- Namespaces and Static Classes
Kratos structure
Conventions
Solvers
Debugging, profiling and testing
- Compiling Kratos in debug mode
- Debugging Kratos using GDB
- Cross-debugging Kratos under Windows
- Debugging Kratos C++ under Windows
- Checking memory usage with Valgind
- Profiling Kratos with MAQAO
- Creating unitary tests
- Using ThreadSanitizer to detect OMP data race bugs
- Debugging Memory with ASAN
HOW TOs
- How to create applications
- Python Tutorials
- Kratos For Dummies (I)
- List of classes and variables accessible via python
- How to use Logger
- How to Create a New Application using cmake
- How to write a JSON configuration file
- How to Access DataBase
- How to use quaternions in Kratos
- How to do Mapping between nonmatching meshes
- How to use Clang-Tidy to automatically correct code
- How to use the Constitutive Law class
- How to use Serialization
- How to use GlobalPointerCommunicator
- How to use PointerMapCommunicator
- How to use the Geometry
- How to use processes for BCs
- How to use Parallel Utilities in futureproofing the code
- Porting to Pybind11 (LEGACY CODE)
- Porting to AMatrix
- How to use Cotire
- Applications: Python-modules
- How to run multiple cases using PyCOMPSs
- How to apply a function to a list of variables
- How to use Kratos Native sparse linear algebra
Utilities
Kratos API
Kratos Structural Mechanics API