jsitaraman / tioga

Tioga is a library for overset grid assembly on parallel distributed systems
GNU Lesser General Public License v3.0
64 stars 36 forks source link

TODO point 2 #22

Closed ashesh2512 closed 4 years ago

ashesh2512 commented 4 years ago

This pull request renames the solution array for the background mesh from q to qcell, and introduces qnode as a nodal solution array for the background mesh. This is in accordance with the tasks listed below -

https://github.com/jsitaraman/tioga/blob/2b215e11d0cd00bd9b7e3e45efd7bd5184fefeb4/TODO#L36

@jsitaraman To avoid confusion with the qnode that is DG-related, may be it would be better to merge this pull request after the below task has been completed ?

https://github.com/jsitaraman/tioga/blob/2b215e11d0cd00bd9b7e3e45efd7bd5184fefeb4/TODO#L21

ashesh2512 commented 4 years ago

@jsitaraman I have resolved the conflicts resulting from #24.