Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DCalvingGeometry.F901801 LOGICAL :: Debug, ActivePart, Boss, Simpl, NotThis, Found, ThisBC, FullBoundary local
1866 FullBoundary = .NOT.(PRESENT(EdgeMaskName))
1867 IF(.NOT. FullBoundary) THEN
1882 IF((.NOT. FullBoundary) .AND. Element % BoundaryInfo % Constraint /= EdgeBCtag) &
1951 IF(FullBoundary .AND. .NOT. Parallel) THEN
2292 IF(FullBoundary) THEN !this is expected, a closed loop so no -1
2303 ELSE IF(FullBoundary) THEN
2420 IF(FullBoundary) THEN
2513 IF(FullBoundary) THEN
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_api.erl425 FullBoundary = list_to_binary(["\r\n--", Boundary]),
426 BoundaryCtx = binary:compile_pattern(FullBoundary),
435 boundary_len = size(FullBoundary),