|
What Is FlexPDE?
|
Previous Top Next |
|
|
| Div(grad(u)) = 0.
|
| Start(x1,y1) line to (x2,y1) to (x2,y2) to (x1,y2) to close
|
| · | The script completely describes the equation system and problem domain, so there is no uncertainty about what equations are being solved, as might be the case with a fixed-application program.
|
| · | New variables, new equations or new terms may be added at will, so there is never a case of the software being unable to represent a different loss term, or a different physical effect.
|
| · | Many different problems can be solved with the same software, so there is not a new learning curve for each problem
|
| · | The user must be able to pose his problem in mathematical form.
|
| In an educational environment, this is good. It's what the student wants to learn.
|
|
|
| In an industrial environment, a single knowledgeable user can prepare scripts which can be used and modified by less skilled workers. And a library of application scripts can show how it is done.
|