ispresent_4wayintersections: Check for 4-intersections

View source: R/flownet_rectangular.R

ispresent_4wayintersectionsR Documentation

Check for 4-intersections

Description

Solver technique seems to get stuck when four domains are touching. The point on the 4-way intersection may throw a numerical problem. This function checks if such points exist.

Usage

ispresent_4wayintersections(df)

Arguments

df

list with dataframes with problem description

Value

boolean. 'TRUE' if 4-way intersections exist

Examples

df <- flownet_geometry_rectangular()
ispresent_4wayintersections(df)

GJMeijer/soilmech documentation built on May 22, 2022, 10:39 a.m.