Physics: Difference between revisions

From Flooxs
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
*'''SpatialTerm''' - This class holds the "Grad", "SGrad", and "Elastic" commands that are used to implement various spatial differential equations.
*'''SpatialTerm''' - This class holds the "Grad", "SGrad", and "Elastic" commands that are used to implement various spatial differential equations.


* [[GradTerm]] - <math>d^2/dx</math>
** [[GradTerm]] - <math>d^2/dx</math>


* [[SG_Term]]
** [[SG_Term]]


* [[Elastic]]
** [[Elastic]]

Revision as of 20:06, 8 August 2011


PartTerm -

  • TransportTerm
  • AreaTerm
  • TimeTerm
  • SpatialTerm - This class holds the "Grad", "SGrad", and "Elastic" commands that are used to implement various spatial differential equations.