Octopus
mix_tests_oct_m Module Reference

This module implements unit tests for the mixing methods. More...

Detailed Description

This module implements unit tests for the mixing methods.

Functions/Subroutines

subroutine, public mix_tests_run ()
 
subroutine test_function (x, fx)
 A simple test function. More...
 

Function/Subroutine Documentation

◆ mix_tests_run()

subroutine, public mix_tests_oct_m::mix_tests_run

Definition at line 136 of file mix_tests.F90.

◆ test_function()

subroutine mix_tests_oct_m::test_function ( real(real64), intent(in)  x,
real(real64), intent(out)  fx 
)
private

A simple test function.

The solution is 2.0134438978154419300, from Mathematica

Definition at line 197 of file mix_tests.F90.