Vicente Mataix Ferrándiz

Results 106 issues of Vicente Mataix Ferrándiz

**📝 Description** This PR moves the testing files to the testing folder, for the sake of consistency **🆕 Changelog** - This PR moves the testing files to the testing folder...

Kratos Core
Testing
FastPR
Continuous Integration
Inconsistent

**📝 Description** Moving mdpa consistent folder **🆕 Changelog** - Moving mdpa consistent folder

Kratos Core
Parallel-MPI
FastPR

**Description** Adding methods to add elements/conditions with its nodes **Changelog** - Adding methods to add elements/conditions with its nodes - Tests added

Enhancement
Kratos Core

The clone of the node does not consider new Id: https://github.com/KratosMultiphysics/Kratos/blob/fbb7be7bcf6c1b6c5c5cd2233488cf382816adcd/kratos/includes/node.h#L328 But the condition and element does: https://github.com/KratosMultiphysics/Kratos/blob/231a4d1451377b593791cc330ec1a052a1594ea0/kratos/includes/element.h#L233 Maybe we should discuss this inconsistency

Discussion
Kratos Core
Inconsistent

**📝 Description** Adding SetStiffnessMatrixIsBuilt and GetStiffnessMatrixIsBuilt to ImplicitSolvingStrategy Fixes https://github.com/KratosMultiphysics/Kratos/issues/10109 **🆕 Changelog** - Adding SetStiffnessMatrixIsBuilt and GetStiffnessMatrixIsBuilt to ImplicitSolvingStrategy - Moving build level methods to Access category

Enhancement
Kratos Core
Minor

**Description** Today I realized that we have an implementation (newer and using parallel utilities instead of plain OMP) called `kratos_space.h`: https://github.com/KratosMultiphysics/Kratos/blob/master/kratos/spaces/kratos_space.h But this implementation is only used in the corresponding...

Question
Cleanup
Kratos Core
Refactor

![image](https://user-images.githubusercontent.com/19991680/72246535-3625e680-35f3-11ea-8abe-d1c5ab101dab.png) We reached 518 branches, can @KratosMultiphysics/all please check their respective stale branches? This is reminder of #1350 #2132 and #3167 [All stale]( https://github.com/KratosMultiphysics/Kratos/branches/stale) [Yours]( https://github.com/KratosMultiphysics/Kratos/branches/yours)

Cleanup
Kratos Core
Applications

**📝 Description** This bug was found by @pablobecker. When using the elimination builder and solver, if the contribution of the element is zero there is no check that there is...

Kratos Core
Testing
Bugfix

**Description** Fix #8457. Computes just once the lumping factors. NOTE: I think that this could be an issue with imposed displacement, in any case the lumping factors can still be...

Applications
Bugfix

**Description** Right now MDPA are human readable, which is a huge advantage. But they have a main disavantage, these files are huge, specially with complex submodelparts structure. Due to this,...

Discussion
Kratos Core
IO