Hi all, I am trying to solve the time dependant coupled equations displayed below:
(The time derivative is passed via the LT Submatrix)
I am currently getting issues with time solvers and when running the code, it produces this error:
I have modified the operator to admit a lambda function:
OpDomainPVMixScalarTimesDiv is an alias for OpMixScalarTimesGrad:
This operator has been changed in the core level, and now looks like this:
The time manager function that I have used is:
The Command line that I use is:
mpirun -np 1 ./hydromechanics_time_dependant -file_name simple_square.cub ksp -ksp_monitor -density 0.0509684 -order_pressure 1 -prescribed_pressure_1 -10 -prescribed_pressure_2 -10 -conductivity 10 -water_table -100 -unit_weight 0 -ts_monitor -ts_dt 1 -ts_max_time 1 -ts_type beuler -ksp_type gmres -pc_type lu -pc_factor_mat_solver_type mumps -snes_monitor -snes_monitor -snes_max_it 1
All the best,
Josh