Allen–Cahn

class otp.allencahn.AllenCahnProblem

Bases: otp.Problem

ALLENCAHNPROBLEM

Parameters

class otp.allencahn.AllenCahnParameters

Bases: otp.Parameters

Parameters for the Allen–Cahn problem.

Constructor Summary
AllenCahnParameters(varargin)

Create an Allen–Cahn parameters object.

Parameters:

varargin – A variable number of name-value pairs. A name can be any property of this class, and the subsequent value initializes that property.

Property Summary
Size

Size is the dimension of the problem

Alpha

Alpha is non-negative diffusion constant

Beta

Beta is a non-negative reaction constant

Forcing

Forcing is a forcing function or constant

Presets

class otp.allencahn.presets.Canonical

Bases: otp.allencahn.AllenCahnProblem

CANONICAL