Assemble
Assemble and store the matrices generated during assembly.
Syntax
model.sol(sname).create(fname,"Assemble")
model.sol(sname).feature(fname).set(pname,value)
model.sol(sname).feature(fname).getSparseMatrixVal(mname)
model.sol(sname).feature(fname).getSparseMatrixValImag(mname)
model.sol(sname).feature(fname).getSparseMatrixRow(mname)
model.sol(sname).feature(fname).getSparseMatrixCol(mname)
model.sol(sname).feature(fname).getVector(vname)
model.sol(sname).feature(fname).getVectorImag(vname)
model.sol(sname).feature(fname).getSparseMatrixValBlock(mname,start,stop)
model.sol(sname).feature(fname).getSparseMatrixValImagBlock(mname,start,stop)
model.sol(sname).feature(fname).getSparseMatrixRowBlock(mname,start,stop)
model.sol(sname).feature(fname).getSparseMatrixColBlock(mname,start,stop)
model.sol(sname).feature(fname).getVectorBlock(vname,start,stop)
model.sol(sname).feature(fname).getVectorImagBlock(vname,start,stop)
model.sol(sname).feature(fname).isReal(mname)
model.sol(sname).feature(fname).getM(mname)
model.sol(sname).feature(fname).getN(mname)
Description
Assemble feature.
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
on | off
The assemble feature assembles the matrices specified as output matrices and stores them in the feature. The output is stored in the feature. You can access the result using the matrix and vector access methods. The linearization point is determined by the current solution (that is, the solution computed by the previous feature in the sequence). The linearization point is stored in the sequence after the run. For information about the eliminated system, see Advanced in the COMSOL Multiphysics Reference Manual.