5779 ---------------------------------------------------- 5780 Exception on processing: 5781 5782 -------------------------------------------------------- 5783 An error occurred in line <633> of file in function 5784 static real PHiLiP::GridRefinement::SizeField::bisection(std::function, real, real, real, real) [with int dim = 2; real = double] 5785 The violated condition was: 5786 f_lb * f_ub < 0 5787 Additional information: 5788 This exception -- which is used in many places in the library -- usually indicates that some condition which the author of the code thought must be satisfied at a certain point in an algorithm, is not fulfilled. An example would be that the first part of an algorithm sorts elements of an array in ascending order, and a second part of the algorithm later encounters an element that is not larger than the previous one. 5789 5790 There is usually not very much you can do if you encounter such an exception since it indicates an error in deal.II, not in your own program. Try to come up with the smallest possible program that still demonstrates the error and contact the deal.II mailing lists with it to obtain help. 5791 -------------------------------------------------------- 5792 5793 Aborting! 5794 ---------------------------------------------------- 5795 -------------------------------------------------------------------------- 5796 Primary job terminated normally, but 1 process returned 5797 a non-zero exit code. Per user-direction, the job has been aborted. 5798 -------------------------------------------------------------------------- 5799 -------------------------------------------------------------------------- 5800 mpirun detected that one or more processes exited with non-zero status, thus causing 5801 the job to be terminated. The first process to do so was: 5802 5803 Process name: [[21736,1],0] 5804 Exit code: 1 5805 --------------------------------------------------------------------------