Definition:Stencil
Jump to navigation
Jump to search
![]() | This article needs to be linked to other articles. You can help $\mathsf{Pr} \infty \mathsf{fWiki}$ by adding these links. To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{MissingLinks}} from the code. |
Definition
A quintuple $\tuple {X, S_X, \map S 0, \Delta, \delta}$ defines a stencil if and only if:
\((1)\) | $:$ | Index Domain: | $X$ is discrete: $X \subseteq \Z^{\size X}$ and of finite dimension: $\size X \in \N$ | ||||||
\((2)\) | $:$ | State Range: | $S_X$ is a well-defined set | ||||||
\((3)\) | $:$ | Initial State: | $\map S 0$ maps from index space to state space $\map S 0: X \to S_X$ | ||||||
\((4)\) | $:$ | Neighbourhood Delta: | $\Delta$ is a vector of index offsets: $\Delta \in \paren {\Z^{\size X} }^{\size \Delta}$ | ||||||
\((5)\) | $:$ | Transition Combinator: | $\delta$ is a mapping $\delta: S_X^{\size \Delta} \to S_X$ from neighbourhood states to states |
![]() | This page has been identified as a candidate for refactoring of basic complexity. In particular: Put update sweep and stencil evolution into their own pages Until this has been finished, please leave {{Refactor}} in the code.
New contributors: Refactoring is a task which is expected to be undertaken by experienced editors only. Because of the underlying complexity of the work needed, it is recommended that you do not embark on a refactoring task until you have become familiar with the structural nature of pages of $\mathsf{Pr} \infty \mathsf{fWiki}$.To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{Refactor}} from the code. |
By means of the update sweep $\forall \vec x \in X: \map {\map S {n + 1} } {\vec x} = \ds \map \delta {\prod_{i \mathop = 1}^{\size \Delta} \map {\map S n} {\vec x + \Delta_i} }$ this induces a stencil evolution $\N \ni n \mapsto \map S n \in \paren {X \to S_X}$ from the initial state $\map S 0$.