NDSolve::pdnbc
NDSolveValue::pdnbc
ParametricNDSolve::pdnbc
ParametricNDSolveValue::pdnbc
An error occurs because of the combination of the periodic boundary condition and another type of boundary condition:
NDSolve[{Derivative[2, 0][f][x, t] == Derivative[0, 2][f][x, t], f[0, t] == f[1, t], f[0, t] == 0, Derivative[0, 1][f][x, 0] == 0, f[x, 0] == x(1 - x)}, f, {x, 0, 1}, {t, 0, 3}]