a new object with type S, a subtype of T
|
|
|
computeCellGeometryFVM(self,
cell) |
|
|
|
|
|
createBoxMesh(self,
dim,
interpolate=True,
comm=None) |
|
|
|
createCGNS(self,
cgid,
interpolate=True,
comm=None) |
|
|
|
createCGNSFromFile(self,
filename,
interpolate=True,
comm=None) |
|
|
|
createCoarsePointIS(self) |
|
|
|
createCohesiveSubmesh(self,
hasLagrange,
value) |
|
|
|
createCubeBoundary(self,
lower,
upper,
faces) |
|
|
|
createExodus(self,
exoid,
interpolate=True,
comm=None) |
|
|
|
createExodusFromFile(self,
filename,
interpolate=True,
comm=None) |
|
|
|
createFromCellList(self,
dim,
cells,
coords,
interpolate=True,
comm=None) |
|
|
|
createGmsh(self,
Viewer viewer,
interpolate=True,
comm=None) |
|
|
|
createHexBoxMesh(self,
numcells,
boundary_type=None,
comm=None) |
|
|
|
createPointNumbering(self) |
|
|
|
createSection(self,
numComp,
numDof,
bcField=None,
bcComps=None,
bcPoints=None,
IS perm=None) |
|
|
|
createSquareBoundary(self,
lower,
upper,
edges) |
|
|
|
distribute(self,
overlap=0) |
|
|
|
distributeField(self,
SF sf,
Section sec,
Vec vec,
Section newsec=None,
Vec newvec=None) |
|
|
|
distributeOverlap(self,
overlap=0) |
|
|
|
generate(self,
DMPlex boundary,
name=None,
interpolate=True) |
|
|
|
|
|
|
|
|
|
getConeOrientation(self,
p) |
|
|
|
|
|
|
|
getDepthStratum(self,
svalue) |
|
|
|
getHeightStratum(self,
svalue) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getRefinementUniform(self) |
|
|
|
|
|
|
|
getTransitiveClosure(self,
p,
useCone=True) |
|
|
|
|
|
insertCone(self,
p,
conePos,
conePoint) |
|
|
|
insertConeOrientation(self,
p,
conePos,
coneOrientation) |
|
|
|
markBoundaryFaces(self,
label) |
|
|
|
|
|
|
|
setAdjacencyUseClosure(self,
useClosure=True) |
|
|
|
setAdjacencyUseCone(self,
useCone=True) |
|
|
|
setChart(self,
pStart,
pEnd) |
|
|
|
setCone(self,
p,
cone,
orientation=None) |
|
|
|
setConeOrientation(self,
p,
orientation) |
|
|
|
setConeSize(self,
p,
size) |
|
|
|
setRefinementLimit(self,
refinementLimit) |
|
|
|
setRefinementUniform(self,
refinementUniform=True) |
|
|
|
setSupport(self,
p,
supp) |
|
|
|
setSupportSize(self,
p,
size) |
|
|
|
setTetGenOptions(self,
opts) |
|
|
|
setTriangleOptions(self,
opts) |
|
|
|
|
|
|
|
vecGetClosure(self,
Section sec,
Vec vec,
p) |
|
|
Inherited from DM :
clearLabelStratum ,
clearLabelValue ,
clone ,
coarsen ,
coarsenHierarchy ,
convert ,
createAggregates ,
createDefaultSF ,
createGlobalVec ,
createGlobalVector ,
createInjection ,
createInterpolation ,
createLabel ,
createLocalVec ,
createLocalVector ,
createMat ,
createMatrix ,
destroy ,
getAppCtx ,
getBlockSize ,
getCoordinateDM ,
getCoordinateSection ,
getCoordinates ,
getCoordinatesLocal ,
getDefaultGlobalSection ,
getDefaultSF ,
getDefaultSection ,
getDimension ,
getLGMap ,
getLabelIdIS ,
getLabelName ,
getLabelOutput ,
getLabelSize ,
getLabelValue ,
getMatrix ,
getNumLabels ,
getPointSF ,
getStratumIS ,
getStratumSize ,
getType ,
globalToLocal ,
hasLabel ,
localToGlobal ,
localToLocal ,
refine ,
refineHierarchy ,
removeLabel ,
setAppCtx ,
setCoordinates ,
setCoordinatesLocal ,
setDefaultGlobalSection ,
setDefaultSection ,
setDimension ,
setFromOptions ,
setLabelOutput ,
setLabelValue ,
setMatType ,
setOptionsPrefix ,
setPointSF ,
setType ,
setUp ,
setVecType ,
view
Inherited from Object :
__copy__ ,
__deepcopy__ ,
__eq__ ,
__ge__ ,
__gt__ ,
__le__ ,
__lt__ ,
__ne__ ,
__nonzero__ ,
compose ,
decRef ,
getAttr ,
getClassId ,
getClassName ,
getComm ,
getDict ,
getName ,
getOptionsPrefix ,
getRefCount ,
getTabLevel ,
incRef ,
incrementTabLevel ,
query ,
setAttr ,
setName ,
setTabLevel ,
stateIncrease
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|