|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Edge | |
---|---|
mathcomp.assemble.discontinuousgalerkin | Discontinuous galerkin problems. |
mathcomp.gridgeom | Contains the geometric architecture and refinement. |
mathcomp.gridgeom.refinements | Contains all refinement strategies. |
Uses of Edge in mathcomp.assemble.discontinuousgalerkin |
---|
Methods in mathcomp.assemble.discontinuousgalerkin that return Edge | |
---|---|
Edge |
InnEdge.getEdge()
|
Edge |
BndEdge.getEdge()
|
Constructors in mathcomp.assemble.discontinuousgalerkin with parameters of type Edge | |
---|---|
BndEdge(Edge old,
int orientation,
int localNumber)
|
|
InnEdge(Edge old,
int orientation0,
int orientation1,
int local0,
int local1)
|
Uses of Edge in mathcomp.gridgeom |
---|
Methods in mathcomp.gridgeom that return Edge | |
---|---|
Edge |
GridRefiner.RedRefinement.edge(Triangle t,
int i)
|
Edge |
GridRefiner.GreenRefinement.edge(Triangle t,
int i)
|
Edge |
GridRefiner.YellowRefinement.edge(Triangle t,
int i)
|
Edge |
Triangle.getEdge(int i)
Returns the edge. |
Methods in mathcomp.gridgeom with parameters of type Edge | |
---|---|
java.lang.String |
Grid.getInfo(Edge e)
Each edge has a possible info associated with it. |
int |
Triangle.getLocalEdgeNumber(Edge edge)
|
static Node |
Transformation.getRealFromRefEdge(Edge e,
double d_onRef)
Returns the coordinates of d_onRef in [-1,1] mapped on the Edge e. |
void |
Triangle.setEdge(int i,
Edge e)
|
void |
Triangle.setEdgeWithReplacing(int i,
Triangle old,
Edge e)
|
void |
Grid.setInfo(Edge e,
java.lang.String s)
|
Constructors in mathcomp.gridgeom with parameters of type Edge | |
---|---|
Edge(Edge old)
|
|
Triangle(Edge[] edges)
|
Uses of Edge in mathcomp.gridgeom.refinements |
---|
Methods in mathcomp.gridgeom.refinements with parameters of type Edge | |
---|---|
abstract Node |
MovingRefinerDesc.getMiddleNode(Edge e)
|
Node |
DistortionRefinement.getMiddleNode(Edge e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |