-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Conditions #59
Comments
I am curious why this line in addTaskDependency("add_mfem_coefficients", "add_ic"); I was thinking that I would actually create an IC that takes a coefficient and then the IC does the coefficient projection onto the grid function, but then the dependency ordering would have to be reversed |
Yup - we have it on our task list, but I don't think anyone's had the chance to pick it up yet! The suggested approach (creating a Coefficient and then calling The task dependency looks vestigial to me, from a forerunner to Platypus that had |
AFAICT platypus doesn't currently support an
ICs
block. It looks like the MFEM code for creating initial conditions is pretty straightforward (as I'm sure you guys know). This is what INL's AI tool gave mewhere
InitialCondition
is a function takingVector
as an input argument. Are there any plans to add support forICs
?The text was updated successfully, but these errors were encountered: