Changeset 21482
- Timestamp:
- 01/11/17 09:58:33 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Node.cpp
r21249 r21482 458 458 459 459 /*Put dof for this node into the f set (ie, this dof will NOT be constrained 460 * to a fixed value during computations. */460 * to a fixed value during computations. Only do this for active nodes. */ 461 461 _assert_(dof<this->indexing.gsize); 462 _assert_(this->indexing.active); 462 463 463 464 if(this->indexing.f_set[dof] == 0){
Note:
See TracChangeset
for help on using the changeset viewer.