File: d_fs_do

package info (click to toggle)
python-escript 5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 87,772 kB
  • ctags: 49,550
  • sloc: python: 585,488; cpp: 133,173; ansic: 18,675; xml: 3,283; sh: 690; makefile: 215
file content (7 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
DOMAIN -> Region over which a PDE is to solved as defined by the problem. Contains the limits of the problems and the mesh or grid on which it will be solved. 

FUNCTIONSPACE -> Defines where on a DOMAIN a function will be evaluated. Specifically what part of the mesh. A number of FUNCTIONSPACES exist and these are defined in the user guide.

DATAOBJECTS -> when a function is applied to DOMAIN and a FUNCTIONSPACE a DATA OBJECT is returned. It contains the values of the function when evaluated at the points defined by the union of a domain and a function space.