Home
last modified time | relevance | path

Searched refs:master_ind (Results 1 – 1 of 1) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSolverUtils.F902106 ElemFirst, ElemLast, totsize, i2, j2, ind2, bc_ind, master_ind, & local
2276 master_ind = ListGetInteger( BC,'Mortar BC',Found )
2277 IF( .NOT. Found ) master_ind = ListGetInteger( BC,'Contact BC',Found )
2278 MasterBC => Model % BCs(master_ind) % Values
2290 IF( master_ind > 0 ) THEN
2293 CALL Fatal(Caller,'Master boundary '//TRIM(I2S(master_ind))//&
2868 IF ( Element % BoundaryInfo % Constraint == Model % BCs(master_ind) % Tag ) THEN
3182 IsMaster = ( Element % BoundaryInfo % Constraint == Model % BCs(master_ind) % Tag )
3272 IsMaster = ( Element % BoundaryInfo % Constraint == Model % BCs(master_ind) % Tag )
3365 IsMaster = ( Element % BoundaryInfo % Constraint == Model % BCs(master_ind) % Tag )
[all …]