Marc Núñez

Results 11 comments of Marc Núñez

Can you try disabling nodal interpolation? In the json: https://github.com/KratosMultiphysics/Examples/blob/2f5e7e70158b6a7bf7a3da47197764c34896e5f7/mmg_remeshing_examples/use_cases/beam2D/source/ProjectParameters.json#L90 Add the following parameters: ``` "interpolate_nodal_values" : false, "interpolate_non_historical" : false, ``` Since it happens at runtime and just after...

> Huuum, this is strange I will research more Btw, if I am not mistaken, you updated the Examples to follow what is done in #4558 right? If this is...

Then the code runs only for 1 epoch and then it stops. Is that expected for the example? I see this is set here https://github.com/lululxvi/deepxde/blob/303ae8067d86b0b38ab06dd5701e51e17f685206/deepxde/model.py#L579-L583 Is there a way to...

Thank you, that works. Final question: The figure obtained for the dataset run is: ![output_dataset](https://user-images.githubusercontent.com/32136457/158776558-7fc27c15-df03-43f2-938f-24ed0440fb41.png) In comparison, this is the one obtained for the function version: ![output_func](https://user-images.githubusercontent.com/32136457/158776568-78a66a33-685a-45ec-8fd6-c07d84bb4094.png) For the upper...

[Strategy.pdf](https://github.com/FerrerFerreAlex/FEM-MAT-OO/files/2617108/Strategy.pdf)

[Design patterns-command.pdf](https://github.com/FerrerFerreAlex/FEM-MAT-OO/files/2754718/Design.patterns-command.pdf)

[Singleton.pdf](https://github.com/FerrerFerreAlex/FEM-MAT-OO/files/2804846/Singleton.pdf)

[Mediator.pdf](https://github.com/SwanLab/Swan/files/3466913/Mediator.pdf)

[Template Method.pdf](https://github.com/SwanLab/Swan/files/3468450/Template.Method.pdf)

[Deep learning Session 1](https://github.com/SwanLab/Swan/files/3551478/Deep.learning.-.session.1.pdf)