AlexanderKnight / HPC2019-Project1-KdV

Project 1 - HPC 2019 - KdV Equation
0 stars 0 forks source link

Domain.c not needed? #3

Closed AlexanderKnight closed 5 years ago

AlexanderKnight commented 5 years ago

It seems like your timesteping function deals with the cyclic nature of the domain. If we make sure that it is created in main, then we are good to go, I think.

jefflynn1 commented 5 years ago

Yep my timestepping should work as is! I have not tested it yet, but I do not think domain is needed.

I will start whipping up the main.c right now.