1
0
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:
ski
2014-05-29 16:05:47 +04:00
committed by apn
parent bdd1223f46
commit ff8178ef85
533 changed files with 1047 additions and 2921 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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,