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

create accessor function to register solution for cartesian meshes #20

Closed ashesh2512 closed 4 years ago

ashesh2512 commented 4 years ago

This pull request creates an accessor function to register the solution for cartesian meshes. A boolean isnodal is introduced to keep track of whether the solution array corresponds to solution living on node or cell centers.

ashesh2512 commented 4 years ago

I just wanted to make a note, the variable isnodal is unused currently because we currently don't have a nodal solution variable for the Cartesian mesh. Please let me know if it would be desirable to introduce such a variable as part of this pull request too.