Home
last modified time | relevance | path

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

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/
H A Dmainpage.doc68 . BOUNDARY_SEGMENT - A DOMAIN is constructed from several BOUNDARY_SEGMENT objects.
73 to a DOMAIN and provides a BOUNDARY_CONDITION for each BOUNDARY_SEGMENT
76 . BOUNDARY_CONDITION - For each BOUNDARY_SEGMENT a corresponding BOUNDARY_CONDITION
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/domain/
H A Dstd_domain.cc360 BOUNDARY_SEGMENT *newSegment; in CreateBoundarySegment()
365 (BOUNDARY_SEGMENT *) MakeEnvItem (name, theBdrySegVarID, in CreateBoundarySegment()
366 sizeof (BOUNDARY_SEGMENT)); in CreateBoundarySegment()
402 static BOUNDARY_SEGMENT *
403 GetNextBoundarySegment (BOUNDARY_SEGMENT * theBSeg) in GetNextBoundarySegment()
413 return ((BOUNDARY_SEGMENT *) theItem); in GetNextBoundarySegment()
430 static BOUNDARY_SEGMENT *
438 return ((BOUNDARY_SEGMENT *) theItem); in GetFirstBoundarySegment()
440 return (GetNextBoundarySegment ((BOUNDARY_SEGMENT *) theItem)); in GetFirstBoundarySegment()
904 BOUNDARY_SEGMENT *theSegment; in BVP_Init()
H A Dstd_internal.h563 typedef struct boundary_segment BOUNDARY_SEGMENT; typedef
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dgm.doc10 BOUNDARY_SEGMENT (see that page) structure.
11 The BOUNDARY_SEGMENT objects are stored in the environment
20 . numOfSegments - Gives the number of BOUNDARY_SEGMENT structures that
138 \sa BOUNDARY_SEGMENT, CreateDomain, CreateBoundarySegment
151 typedef struct boundary_segment BOUNDARY_SEGMENT;
157 by the BOUNDARY_SEGMENT structure. Each boundary segment is a mapping
196 . v - The BOUNDARY_SEGMENT structure is an environment variable (see ENVIRONMENT),
238 the corresponding BOUNDARY_SEGMENT. The second parameter of type DOUBLE *
246 The components of the BOUNDARY_SEGMENT structure are accessed through
2071 BOUNDARY_SEGMENT *MG_GEOM_SEGMENT (MULTIGRID *mg,INT i);