This commit is contained in:
Eisuke Kawashima
2020-03-14 12:38:28 +09:00
parent fa7085be07
commit 649a8cc01a
401 changed files with 617 additions and 617 deletions

View File

@ -466,7 +466,7 @@ namespace ATC {
/** reference to shape function matrix */
SPAR_MAN * shapeFunction_;
/** persistant workspace */
/** persistent workspace */
mutable DENS_MAT _workspace_;
@ -510,7 +510,7 @@ namespace ATC {
/** reference to shape function matrix */
SPAR_MAN * shapeFunction_;
/** persistant workspace */
/** persistent workspace */
mutable DENS_MAT _workspace_;
@ -560,7 +560,7 @@ namespace ATC {
DIAG_MAN * weights_;
DENS_MAT * reference_;
/** persistant workspace */
/** persistent workspace */
mutable DENS_MAT _workspace_;
@ -887,7 +887,7 @@ namespace ATC {
/** pointer to the mesh being used */
const FE_Mesh * feMesh_;
/** persistant workspace */
/** persistent workspace */
mutable DENS_MAT _workspace_;