KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
#include <boundary_condition.hpp>
Public Member Functions | |
void | SetLeftHandSideMatrix (MatrixType &rLeftHandSideMatrix) |
void | SetRightHandSideVector (VectorType &rRightHandSideVector) |
MatrixType & | GetLeftHandSideMatrix () |
VectorType & | GetRightHandSideVector () |
Public Attributes | |
Flags | CalculationFlags |
This struct is used in the component wise calculation only is defined here and is used to declare a member variable in the component wise condition private pointers can only be accessed by means of set and get functions this allows to set and not copy the local system variables
|
inline |
returns the value of a specified pointer variable
|
inline |
|
inline |
sets the value of a specified pointer variable
|
inline |
Flags Kratos::BoundaryCondition::LocalSystemComponents::CalculationFlags |