FerrerFerreAlex
FerrerFerreAlex
**Abstract Factory File** [AbstractFactory.pdf](https://github.com/FerrerFerreAlex/FEM-MAT-OO/files/2573565/AbstractFactory.pdf)
[Builder.pdf](https://github.com/FerrerFerreAlex/FEM-MAT-OO/files/2715485/Builder.pdf)
[Facade.pdf](https://github.com/FerrerFerreAlex/FEM-MAT-OO/files/2787669/Facade.pdf)
[Iterator.pdf](https://github.com/SwanLab/Swan/files/3468479/Iterator.pdf)
[Structural, Functional, OO programming.pdf](https://github.com/SwanLab/Swan/files/3526763/Structural.Functional.OO.programming.pdf) ```Matlab function EmployeeFunctionalProgramming %names = employees = {'Oriol', 1000; 'Marc',5000; 'Alex',3000}; employees = changeSalaries(employees) end function changedSalaryEmployee = changeSalary(employee) changedSalaryEmployee = employee; changedSalaryEmployee{2} = changedSalaryEmployee{2} +...
See StiffnessMatrixWithFunction in LHS integrator in Connectivity branch
Hi, not yet, it is still in progress, our intention is to have something useful in the following months. Keep you informed!