Closed jonkomperda closed 11 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
This has been implemented in my Undergraduate Research Term in the Fall 2012 semester.
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