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

Adding code to introduce nodes for background mesh #28

Closed ashesh2512 closed 4 years ago

ashesh2512 commented 4 years ago

This pull request introduces nodes as receptors on background mesh. The function getCartReceptors is changed to accommodate nodal receptors in the same data arrays following the cell receptors. Furthermore, certain member variables have been introduced in CartBlock to include node and cell numbers. Finally, a couple of checks have been added to make sure the current code works as it is with only cell solution since nodal solution (on background meshes) is not setup to be dealt with in the rest of the code.

jsitaraman commented 4 years ago

All of these changes look ok to me. I will start working on the next big item to make sure these new nodal dofs are treated correctly from tomorrow.