Suneth Warnakulasuriya

Results 58 comments of Suneth Warnakulasuriya

The existing derivative implementation will work for existing number of nodes only. For the higher order elements even though they don't use the additional nodes for element size calculations, the...

I just wanted to add, The rotation based slip conditions are now used in adjoint formulations, and MPC are not yer supported by adjoint formulations.

> Usually I use this process to compare convergence with different meshes and configurations. In that case, there are several analyses printing output to the same file (header is written...

May be you can try converting the above python script into a combination of bash/python script such that every simulation is executed from the bash. Or may be you can...

@rubenzorrilla I applied all of your suggestions and fixed the unity build and test problems. Could you have a look?

Ok, I have checked and followings are the results: 1. I checked for the memory cap for `thread_local`, and it is only bounded by the physical memory so the existing...

I will get rid of the `nsteps` in the ajoints and will have usual `start_time` and `end_time` in `problem_data`. We don't have a problem with the `problem_data` section and the...

@rubenzorrilla This is one of the PRs in adjoints. Could you have a look? I tried to keep it small, but this is the best i could achieve. :/

I have addressed your suggestions/comments. :)