jonkomperda / SimpleMAC

SimpleMAC is a marker and call method CFD (computational fluid dynamics) solver. It was originally developed for a graduate supercomputing course, and is now being released and updated for further use.
9 stars 0 forks source link

New element datatype #2

Closed jonkomperda closed 11 years ago

jonkomperda commented 12 years ago

Create a new module containing our element type that is able to handle the new mesh structure.

something along the lines of:

type element double precision :: position(2) double precision :: solutions(n) pointer :: N,S,E,W end type

Test this to make sure that the pointers are correctly assigned to the corresponding elements

aanjum2 commented 11 years ago

This has been implemented in my Undergraduate Research Term in the Fall 2012 semester.