Go to the source code of this file.
Namespaces | |
| namespace | Sundance |
Functions | |
| Mesh | Sundance::unfoldPeriodicMesh (const Mesh &mesh) |
| "Unfold" a periodic mesh to produce a 1D mesh without duplicated vertices | |
| DiscreteSpace | Sundance::unfoldPeriodicDiscreteSpace (const DiscreteSpace &space) |
| "Unfold" a periodic discrete space, producing a non-periodic discretization of the same interval | |
| Expr | Sundance::unfoldPeriodicDiscreteFunction (const Expr &f, const string &name="") |
| "Unfold" a discrete function defined on a periodic mesh, producing a function usable on a non-periodic mesh of the same interval | |