mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024784: Move documentation in CDL files to proper location
Mostly duplicated comments were removed and missing ones were moved into dedicated class CDL files. Some more duplicated comments were removed from CDL files. Correction of merge
This commit is contained in:
@@ -28,22 +28,18 @@ uses
|
||||
is
|
||||
|
||||
class Assembly;
|
||||
|
||||
---Purpose: To define Criterium (or Energy) on finite element
|
||||
|
||||
deferred class ElementaryCriterion;
|
||||
class LinearTension;
|
||||
class LinearFlexion;
|
||||
class LinearJerk;
|
||||
|
||||
---Purpose: To define sparse Matrix
|
||||
|
||||
|
||||
deferred class SparseMatrix;
|
||||
class ProfileMatrix;
|
||||
|
||||
---Purpose: Do define one curves with Finite Element
|
||||
class Curve;
|
||||
|
||||
---Purpose: To define set of functions for calculating matrix
|
||||
-- elements of RefMatrix by Gauss integration.
|
||||
class ElementsOfRefMatrix;
|
||||
|
||||
-- instantiate classes
|
||||
|
@@ -18,7 +18,7 @@ class ElementsOfRefMatrix from FEmTool inherits FunctionSet from math
|
||||
|
||||
---Purpose: this class describes the functions needed for
|
||||
-- calculating matrix elements of RefMatrix for linear
|
||||
-- criteriums (Tension, Flexsion and Jerk).
|
||||
-- criteriums (Tension, Flexsion and Jerk) by Gauss integration.
|
||||
-- Each function from set gives value Pi(u)'*Pj(u)' or
|
||||
-- Pi(u)''*Pj(u)'' or Pi(u)'''*Pj(u)''' for each i and j,
|
||||
-- where Pi(u) is i-th basis function of expansion and
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
class LinearJerk from FEmTool inherits ElementaryCriterion from FEmTool
|
||||
|
||||
---Purpose: Criterion of LinearFlexion To Hermit-Jacobi elements
|
||||
---Purpose: Criterion of LinearJerk To Hermit-Jacobi elements
|
||||
|
||||
uses
|
||||
Vector from math,
|
||||
|
Reference in New Issue
Block a user