|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreeDUnstructSurfMesh | |
spis.Top.Simulation | |
spis.Top.Top | |
spis.Util.Monitor | |
spis.Vol.VolMesh |
Uses of ThreeDUnstructSurfMesh in spis.Top.Simulation |
Fields in spis.Top.Simulation declared as ThreeDUnstructSurfMesh | |
protected ThreeDUnstructSurfMesh |
PlasmaScSimulation.bdSurfMesh
the 3D untructured surface mesh, external boundary of the simulation box (not a physical surface) |
protected ThreeDUnstructSurfMesh |
PlasmaScSimulation.scSurfMesh
the 3D untructured spacecraft surface mesh, (a physical surface) |
Uses of ThreeDUnstructSurfMesh in spis.Top.Top |
Fields in spis.Top.Top declared as ThreeDUnstructSurfMesh | |
private ThreeDUnstructSurfMesh |
Top.bdSurfMesh
the 3D untructured surface mesh, external boundary of the simulation box (not a physical surface) |
private ThreeDUnstructSurfMesh |
Top.scSurfMesh
the 3D untructured spacecraft surface mesh, (a physical surface) |
Constructors in spis.Top.Top with parameters of type ThreeDUnstructSurfMesh | |
Top(ThreeDUnstructVolMesh vm,
ThreeDUnstructSurfMesh bsm,
ThreeDUnstructSurfMesh scsm)
Default constructor with data passed by the framework (SPIS/UI). |
Uses of ThreeDUnstructSurfMesh in spis.Util.Monitor |
Fields in spis.Util.Monitor declared as ThreeDUnstructSurfMesh | |
protected ThreeDUnstructSurfMesh |
FieldMonitor.bdSurfMesh
the 3D untructured surface mesh, external boundary of the simulation box (not a physical surface) |
protected ThreeDUnstructSurfMesh |
FieldMonitor.scSurfMesh
the 3D untructured spacecraft surface mesh, (a physical surface) |
Constructors in spis.Util.Monitor with parameters of type ThreeDUnstructSurfMesh | |
FieldMonitor(MmfPlasma plasma,
RCCabsSC sc,
ThreeDUnstructVolMesh volMesh,
ThreeDUnstructSurfMesh scSurfMesh,
ThreeDUnstructSurfMesh bdSurfMesh,
float scPotMapMonitorStep,
float scCurrentMapMonitorStep,
float plasmaPotMapMonitorStep,
float densitiesMapsMonitorStep)
|
Uses of ThreeDUnstructSurfMesh in spis.Vol.VolMesh |
Fields in spis.Vol.VolMesh declared as ThreeDUnstructSurfMesh | |
private ThreeDUnstructSurfMesh |
ThreeDUnstructVolMesh.bsm
pointer to the 3D untructured surface mesh, external boundary of the simulation box (not a physical surface) |
private ThreeDUnstructSurfMesh |
ThreeDUnstructVolMesh.scsm
pointer to the 3D untructured spacecraft surface mesh, (a physical surface) |
Constructors in spis.Vol.VolMesh with parameters of type ThreeDUnstructSurfMesh | |
ThreeDUnstructVolMesh(Geom geometry,
ThreeDUnstructSurfMesh boundarySurfMesh,
ThreeDUnstructSurfMesh scSurfMesh,
int cellNbr,
int surfNbr,
int edgeNbr,
int nodeNbr,
int[][] cellSurfs,
int[][] cellEdges,
int[][] cellNodes,
int[][] surfEdges,
int[][] surfNodes,
int[][] edgeNodes,
int[] surfFlags,
int[] surfIdSC,
int[] surfIdB,
int[] edgeFlags,
int[] edgeIdSC,
int[] edgeIdB,
int[] nodeFlags,
int[] nodeIdSC,
int[] nodeIdB,
float[][] xyzCoord)
Main constructor with basic sufficient data provided. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |