|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Surface | |
---|---|
mathcomp.assemble | Contains essential assembler classes. |
mathcomp.assemble.discontinuousgalerkin | Discontinuous galerkin problems. |
mathcomp.gridgeom | Contains the geometric architecture and refinement. |
mathcomp.gui | GUI-Implementation. |
mathcomp.gui.cfd | Provides GUI features for flow problems. |
mathcomp.io | Classes for export. |
Uses of Surface in mathcomp.assemble |
---|
Methods in mathcomp.assemble that return Surface | |
---|---|
Surface[] |
Assembler.createSurfaces(Vector x)
Generates and returns an array of Surface Objects. |
Surface[] |
Assembler.createSurfaces(Vector x,
Vector fineSolution)
|
Uses of Surface in mathcomp.assemble.discontinuousgalerkin |
---|
Methods in mathcomp.assemble.discontinuousgalerkin that return Surface | |
---|---|
Surface[] |
DGAssembler.createSurfaces(Vector x)
|
Uses of Surface in mathcomp.gridgeom |
---|
Methods in mathcomp.gridgeom that return Surface | |
---|---|
static Surface |
Surface.getEmptySurface()
|
static Surface[] |
Surface.getEmptySurfaceArray()
|
Uses of Surface in mathcomp.gui |
---|
Methods in mathcomp.gui that return Surface | |
---|---|
Surface |
SurfacesRenderer.getSurface()
|
Surface |
Renderer3D.getSurface()
|
Surface |
Main.getSurface()
|
Surface |
SurfacesRenderer.getSurface(int i)
|
Surface[] |
SurfacesRenderer.getSurfaces()
|
Methods in mathcomp.gui with parameters of type Surface | |
---|---|
void |
Main.exportSurface(java.io.File f,
Surface surf)
|
void |
Renderer3D.setSurface(Surface surface)
|
void |
SurfacesRenderer.setSurfaces(Surface[] surfaces)
|
Uses of Surface in mathcomp.gui.cfd |
---|
Methods in mathcomp.gui.cfd that return Surface | |
---|---|
Surface |
JCFD.createSingleSurfaces(Vector x)
|
Uses of Surface in mathcomp.io |
---|
Methods in mathcomp.io with parameters of type Surface | |
---|---|
static void |
MatlabExport.export1D_projection(java.io.File file,
Surface s,
Surface t,
int index)
|
static void |
MatlabExport.exportScalar2D(java.io.File file,
Surface s)
Generates a file of the form x1 y1 sol(x1,y1) \newLine x2 y2 sol(x2,y2) \newLine ... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |