File: d_fs_do

package info (click to toggle)
python-escript 5.6-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144,304 kB
  • sloc: python: 592,074; cpp: 136,909; ansic: 18,675; javascript: 9,411; xml: 3,384; sh: 738; makefile: 207
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.