Skip to content

KratosMultiphysics.Element

Vicente Mataix Ferrándiz edited this page Jun 9, 2018 · 5 revisions

KratosMultiphysics.Element = class Element(GeometricalObject, Flags)

Method resolution order:

[Element](KratosMultiphysics.Element)
[GeometricalObject](KratosMultiphysics.GeometricalObject)
[IndexedObject](KratosMultiphysics.IndexedObject)
[Flags](KratosMultiphysics.Flags)
pybind11_builtins.pybind11_object
[builtins.object](builtins.html#object)

Methods defined here:

Calculate(...) Calculate(*args, **kwargs)
Overloaded function.

  1. Calculate(self: Kratos.Element, arg0: Kratos.DoubleVariable, arg1: Kratos::ProcessInfo) -> float

  2. Calculate(self: Kratos.Element, arg0: Kratos.Array1DVariable3, arg1: Kratos::ProcessInfo) -> Kratos.Array3

  3. Calculate(self: Kratos.Element, arg0: Kratos.VectorVariable, arg1: Kratos::ProcessInfo) -> Kratos.Vector

  4. Calculate(self: Kratos.Element, arg0: Kratos.MatrixVariable, arg1: Kratos::ProcessInfo) -> Kratos.Matrix

CalculateDampingMatrix(...) CalculateDampingMatrix(self: Kratos.Element, arg0: Kratos.Matrix, arg1: Kratos::ProcessInfo) -> None

CalculateFirstDerivativesLHS(...) CalculateFirstDerivativesLHS(self: Kratos.Element, arg0: Kratos.Matrix, arg1: Kratos::ProcessInfo) -> None

CalculateLocalSystem(...) CalculateLocalSystem(self: Kratos.Element, arg0: Kratos.Matrix, arg1: Kratos.Vector, arg2: Kratos::ProcessInfo) -> None

CalculateLocalVelocityContribution(...) CalculateLocalVelocityContribution(self: Kratos.Element, arg0: Kratos.Matrix, arg1: Kratos.Vector, arg2: Kratos::ProcessInfo) -> None

CalculateMassMatrix(...) CalculateMassMatrix(self: Kratos.Element, arg0: Kratos.Matrix, arg1: Kratos::ProcessInfo) -> None

CalculateOnIntegrationPoints(...) CalculateOnIntegrationPoints(*args, **kwargs)
Overloaded function.

  1. CalculateOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.DoubleVariable, arg1: Kratos::ProcessInfo) -> list

  2. CalculateOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.Array1DVariable3, arg1: Kratos::ProcessInfo) -> list

  3. CalculateOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.VectorVariable, arg1: Kratos::ProcessInfo) -> list

  4. CalculateOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.MatrixVariable, arg1: Kratos::ProcessInfo) -> list

CalculateSecondDerivativesLHS(...) CalculateSecondDerivativesLHS(self: Kratos.Element, arg0: Kratos.Matrix, arg1: Kratos::ProcessInfo) -> None

CalculateSensitivityMatrix(...) CalculateSensitivityMatrix(*args, **kwargs)
Overloaded function.

  1. CalculateSensitivityMatrix(self: Kratos.Element, arg0: Kratos.DoubleVariable, arg1: Kratos.Matrix, arg2: Kratos::ProcessInfo) -> None

  2. CalculateSensitivityMatrix(self: Kratos.Element, arg0: Kratos.Array1DVariable3, arg1: Kratos.Matrix, arg2: Kratos::ProcessInfo) -> None

GetArea(...) GetArea(self: Kratos.Element) -> float

GetFirstDerivativesVector(...) GetFirstDerivativesVector(*args, **kwargs)
Overloaded function.

  1. GetFirstDerivativesVector(self: Kratos.Element, arg0: Kratos.Vector) -> None

  2. GetFirstDerivativesVector(self: Kratos.Element, arg0: Kratos.Vector, arg1: int) -> None

GetIntegrationPoints(...) GetIntegrationPoints(self: Kratos.Element) -> list

GetNode(...) GetNode(self: Kratos.Element, arg0: int) -> Kratos.Node

GetNodes(...) GetNodes(self: Kratos.Element) -> list

GetSecondDerivativesVector(...) GetSecondDerivativesVector(*args, **kwargs)
Overloaded function.

  1. GetSecondDerivativesVector(self: Kratos.Element, arg0: Kratos.Vector) -> None

  2. GetSecondDerivativesVector(self: Kratos.Element, arg0: Kratos.Vector, arg1: int) -> None

GetValue(...) GetValue(*args, **kwargs)
Overloaded function.

  1. GetValue(self: Kratos.Element, arg0: Kratos.Array1DVariable3) -> Kratos.Array3

  2. GetValue(self: Kratos.Element, arg0: Kratos.VectorVariable) -> Kratos.Vector

  3. GetValue(self: Kratos.Element, arg0: Kratos.IntegerVectorVariable) -> boost::numeric::ublas::vector<int, boost::numeric::ublas::unbounded_array<int, std::allocator > >

  4. GetValue(self: Kratos.Element, arg0: Kratos.MatrixVariable) -> Kratos.Matrix

  5. GetValue(self: Kratos.Element, arg0: Kratos.IntegerVariable) -> int

  6. GetValue(self: Kratos.Element, arg0: Kratos.DoubleVariable) -> float

  7. GetValue(self: Kratos.Element, arg0: Kratos.BoolVariable) -> bool

GetValuesOnIntegrationPoints(...) GetValuesOnIntegrationPoints(*args, **kwargs)
Overloaded function.

  1. GetValuesOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.BoolVariable, arg1: Kratos::ProcessInfo) -> list

  2. GetValuesOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.DoubleVariable, arg1: Kratos::ProcessInfo) -> list

  3. GetValuesOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.Array1DVariable3, arg1: Kratos::ProcessInfo) -> list

  4. GetValuesOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.VectorVariable, arg1: Kratos::ProcessInfo) -> list

  5. GetValuesOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.MatrixVariable, arg1: Kratos::ProcessInfo) -> list

Has(...) Has(*args, **kwargs)
Overloaded function.

  1. Has(self: Kratos.Element, arg0: Kratos.Array1DVariable3) -> bool

  2. Has(self: Kratos.Element, arg0: Kratos.VectorVariable) -> bool

  3. Has(self: Kratos.Element, arg0: Kratos.IntegerVectorVariable) -> bool

  4. Has(self: Kratos.Element, arg0: Kratos.MatrixVariable) -> bool

  5. Has(self: Kratos.Element, arg0: Kratos.IntegerVariable) -> bool

  6. Has(self: Kratos.Element, arg0: Kratos.DoubleVariable) -> bool

  7. Has(self: Kratos.Element, arg0: Kratos.BoolVariable) -> bool

Initialize(...) Initialize(self: Kratos.Element) -> None

ResetConstitutiveLaw(...) ResetConstitutiveLaw(self: Kratos.Element) -> None

SetValue(...) SetValue(*args, **kwargs)
Overloaded function.

  1. SetValue(self: Kratos.Element, arg0: Kratos.Array1DVariable3, arg1: Kratos.Array3) -> None

  2. SetValue(self: Kratos.Element, arg0: Kratos.Array1DVariable3, arg1: Kratos.Vector) -> None

  3. SetValue(self: Kratos.Element, arg0: Kratos.VectorVariable, arg1: Kratos.Vector) -> None

  4. SetValue(self: Kratos.Element, arg0: Kratos.Array1DVariable3, arg1: Kratos.Vector) -> None

  5. SetValue(self: Kratos.Element, arg0: Kratos.IntegerVectorVariable, arg1: boost::numeric::ublas::vector<int, boost::numeric::ublas::unbounded_array<int, std::allocator > >) -> None

  6. SetValue(self: Kratos.Element, arg0: Kratos.MatrixVariable, arg1: Kratos.Matrix) -> None

  7. SetValue(self: Kratos.Element, arg0: Kratos.IntegerVariable, arg1: int) -> None

  8. SetValue(self: Kratos.Element, arg0: Kratos.DoubleVariable, arg1: float) -> None

  9. SetValue(self: Kratos.Element, arg0: Kratos.BoolVariable, arg1: bool) -> None

SetValuesOnIntegrationPoints(...) SetValuesOnIntegrationPoints(*args, **kwargs)
Overloaded function.

  1. SetValuesOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.VectorVariable, arg1: list, arg2: int, arg3: Kratos::ProcessInfo) -> None

  2. SetValuesOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.ConstitutuveLawVariable, arg1: list, arg2: Kratos::ProcessInfo) -> None

  3. SetValuesOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.DoubleVariable, arg1: List[float], arg2: Kratos::ProcessInfo) -> None

  4. SetValuesOnIntegrationPoints(self: Kratos.Element, arg0: Kratos.Array1DVariable3, arg1: list, arg2: Kratos::ProcessInfo) -> None

getitem(...) getitem(*args, **kwargs)
Overloaded function.

  1. getitem(self: Kratos.Element, arg0: Kratos.Array1DVariable3) -> Kratos.Array3

  2. getitem(self: Kratos.Element, arg0: Kratos.VectorVariable) -> Kratos.Vector

  3. getitem(self: Kratos.Element, arg0: Kratos.IntegerVectorVariable) -> boost::numeric::ublas::vector<int, boost::numeric::ublas::unbounded_array<int, std::allocator > >

  4. getitem(self: Kratos.Element, arg0: Kratos.MatrixVariable) -> Kratos.Matrix

  5. getitem(self: Kratos.Element, arg0: Kratos.IntegerVariable) -> int

  6. getitem(self: Kratos.Element, arg0: Kratos.DoubleVariable) -> float

  7. getitem(self: Kratos.Element, arg0: Kratos.BoolVariable) -> bool

init(...) init(self: Kratos.Element, arg0: int) -> None

repr(...) repr(self: Kratos.Element) -> str

setitem(...) setitem(*args, **kwargs)
Overloaded function.

  1. setitem(self: Kratos.Element, arg0: Kratos.Array1DVariable3, arg1: Kratos.Array3) -> None

  2. setitem(self: Kratos.Element, arg0: Kratos.VectorVariable, arg1: Kratos.Vector) -> None

  3. setitem(self: Kratos.Element, arg0: Kratos.IntegerVectorVariable, arg1: boost::numeric::ublas::vector<int, boost::numeric::ublas::unbounded_array<int, std::allocator > >) -> None

  4. setitem(self: Kratos.Element, arg0: Kratos.MatrixVariable, arg1: Kratos.Matrix) -> None

  5. setitem(self: Kratos.Element, arg0: Kratos.IntegerVariable, arg1: int) -> None

  6. setitem(self: Kratos.Element, arg0: Kratos.DoubleVariable, arg1: float) -> None

  7. setitem(self: Kratos.Element, arg0: Kratos.BoolVariable, arg1: bool) -> None


Data descriptors defined here:

Properties


Data descriptors inherited from IndexedObject:

Id


Methods inherited from Flags:

Clear(...) Clear(self: Kratos.Flags) -> None

Flip(...) Flip(self: Kratos.Flags, arg0: Kratos.Flags) -> None

Is(...) Is(self: Kratos.Flags, arg0: Kratos.Flags) -> bool

IsDefined(...) IsDefined(self: Kratos.Flags, arg0: Kratos.Flags) -> bool

IsNot(...) IsNot(self: Kratos.Flags, arg0: Kratos.Flags) -> bool

IsNotDefined(...) IsNotDefined(self: Kratos.Flags, arg0: Kratos.Flags) -> bool

Reset(...) Reset(self: Kratos.Flags, arg0: Kratos.Flags) -> None

Set(...) Set(*args, **kwargs)
Overloaded function.

  1. Set(self: Kratos.Flags, arg0: Kratos.Flags) -> None

  2. Set(self: Kratos.Flags, arg0: Kratos.Flags, arg1: bool) -> None

and(...) and(self: Kratos.Flags, arg0: Kratos.Flags) -> Kratos.Flags

or(...) or(self: Kratos.Flags, arg0: Kratos.Flags) -> Kratos.Flags


Methods inherited from pybind11_builtins.pybind11_object:

new(*args, **kwargs) from pybind11_builtins.pybind11_type Create and return a new object. See help(type) for accurate signature.

Project information

Getting Started

Tutorials

Developers

Kratos structure

Conventions

Solvers

Debugging, profiling and testing

HOW TOs

Utilities

Kratos API

Kratos Structural Mechanics API

Clone this wiki locally