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 -
@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 ?
This pull request renames the solution array for the background mesh from
q
toqcell
, and introducesqnode
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