예제 #1
0
 public void ReorderSubdomainDofs(IReadOnlyList <int> permutation, bool oldToNew)
 {
     subdomainEnrichedDofs.Reorder(permutation, oldToNew);
 }
예제 #2
0
 public void ReorderUnconstrainedDofs(IReadOnlyList <int> permutation, bool oldToNew)
 {
     standardDofs.Reorder(permutation, oldToNew);
     enrichedDofs.Reorder(permutation, oldToNew);
 }
예제 #3
0
 public void ReorderStandardDofs(IReadOnlyList <int> permutation, bool oldToNew)
 {
     standardDofs.Reorder(permutation, oldToNew);
 }