Skip to content

Reply To: Error When Using Checkpoint for Multi-Component

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics Error When Using Checkpoint for Multi-Component Reply To: Error When Using Checkpoint for Multi-Component

#9580
mathias
Keymaster

You should check if your file is there similar to

// checks whether there is already data of the fluid from an earlier calculation
if ( !( superLattice.load( “fluidSolution_N”+std::to_string(N) ) ) ) {

to avoid the segmentation faults since in your code it tries to read but without fall back. Have a look at the bifurkation example.