Vicente Mataix Ferrándiz
Vicente Mataix Ferrándiz
> > As discussed in the comments, the solution of adding a Clear is not generic, and the current behaviour is the expected one. > > A user can set...
> > > As discussed in the comments, the solution of adding a Clear is not generic, and the current behaviour is the expected one. > > > A user...
> The @KratosMultiphysics/technical-committee discussed this and agrees to add the method `Clear` to the baseclass of `Process` but it does NOT agree with the other implementations of this PR >...
> > As discussed in the comments, the solution of adding a Clear is not generic, and the current behaviour is the expected one. > > A user can set...
> well the @KratosMultiphysics/technical-committee does NOT agree with this change. What might be expected for Structures is exactly the opposite for fluids! But I don't understand, if you want to...
BTW, there is already a clear in the base class...
What is the status of this¿? @KratosMultiphysics/technical-committee
What is the status of this¿? https://github.com/orgs/KratosMultiphysics/teams/technical-committee
Vectors and matrices are defined in Kratos following Ublas: https://www.boost.org/doc/libs/1_60_0/libs/numeric/ublas/doc/index.html In addition in Kratos there are some aliases for certain classes and methods, like Vector and Matrix instead of boost::numeric::ublas::vector...
> **Description** Since we have officially moved to whl distribution is no longer necessary to maintain a stand alone interpreter of python for kratos. > > I will proceed to...