-
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 version of multiple pre-notches #71
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to add to the examples/CMakeLists.txt
. And let's rename random_cracks.cpp
examples/multiple_cracks.cpp
Outdated
{ | ||
Kokkos::ScopeGuard scope_guard( argc, argv ); | ||
|
||
// FIXME: change backend at compile time for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comment
examples/multiple_cracks.cpp
Outdated
model_type force_model( delta, K, G0 ); | ||
CabanaPD::Inputs<3> inputs( num_cell, low_corner, high_corner, t_final, | ||
dt, output_frequency, output_reference ); | ||
inputs.read_args( argc, argv ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be replaced with the new input files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is why the CI is failing
No description provided.