Test FOODIE with the integration of linear constant coefficients equation.
Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
type(lcce_test) | :: | test | Linear constant coefficients equation test. |
program foodie_test_lcce
!< Test FOODIE with the integration of linear constant coefficients equation.
use foodie_test_lcce_test, only : lcce_test
implicit none
type(lcce_test) :: test !< Linear constant coefficients equation test.
call test%execute
endprogram foodie_test_lcce