From: edgar <edg...@cr...> - 2021-05-12 16:58:01
|
On 2021-05-10 15:59, John Peterson wrote: > On Thu, May 6, 2021 at 9:48 PM edgar <edg...@cr...> wrote: > We renumbered our examples once (many years ago) so it's possible that > references to "ex13" that you see have simply never been updated > properly. > If you can point us to them I'll take a look. I see. I found these: ┌──── │ find . -type f -exec grep --color -nH --null -e 'example 13' \{\} + └──── ┌──── │ ./fem_system/ex1/fem_system_ex1.C\026:// example 13 can be solved using the │ ./systems_of_equations/ex3/systems_of_equations_ex3.C\025:// example 13 can be solved using a scalar Lagrange multiplier │ ./vector_fe/ex2/vector_fe_ex2.C\026:// example 13 can be solved using the └──── |