|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Assembler | |
---|---|
mathcomp.assemble | Contains essential assembler classes. |
mathcomp.assemble.cfd | Provides the assembly of Stokes and Navier-Stokes equations using Mini-Elements. |
mathcomp.assemble.convdiff | Convection diffusion problems. |
mathcomp.assemble.discontinuousgalerkin | Discontinuous galerkin problems. |
mathcomp.assemble.filament | Combines the Immersed Boundary Method with FEM to treat filaments in fluid flow. |
mathcomp.assemble.laplace | Laplace problems. |
mathcomp.assemble.minimalsurface | Minimal surface problems. |
mathcomp.assemble.stokes | Stokes problem. |
mathcomp.gui | GUI-Implementation. |
mathcomp.io | Classes for export. |
mathcomp.run | Provides run classes that govern the alogorithms for entire calculation processes. |
Uses of Assembler in mathcomp.assemble |
---|
Subclasses of Assembler in mathcomp.assemble | |
---|---|
class |
AssemblerPair
Helper class, if you assemble the Matrix by pairs of Dofs. |
class |
LagrangeCubicAssembler
A NOT yet implemented Assembler for piecewise cubic elements. |
class |
LagrangeLinearAssembler
An Assembler class for piecewise linear lagrange basis-functions. |
class |
LagrangeSquareAssembler
An Assembler class for piecewise quadratic lagrange basis-functions. |
class |
MiniAssembler
An Assembler class for mini elements. |
Methods in mathcomp.assemble with parameters of type Assembler | |
---|---|
void |
ErrorCalculator.setAssembler(Assembler assembler)
|
Constructors in mathcomp.assemble with parameters of type Assembler | |
---|---|
ErrorCalculator(Assembler assembler)
|
|
ErrorCalculatorCompare(Assembler a)
|
|
ErrorCalculatorOverkill(Assembler a)
|
|
ErrorCalculatorStep(Assembler a)
|
Uses of Assembler in mathcomp.assemble.cfd |
---|
Subclasses of Assembler in mathcomp.assemble.cfd | |
---|---|
class |
NavierStokesAssembler
|
class |
NSMini_BUCanal
|
class |
NSMiniAssembler
|
class |
NSMiniDuct
|
class |
NSMiniFPIAssembler
|
class |
NSMiniHomogen
|
class |
NSMiniOseen
|
class |
NSMiniOseenAssembler
|
class |
NSMiniOseenBUH
|
class |
NSMiniOseenDH
|
class |
NSMiniOseenLH
|
class |
NSMiniOseenTesterA
|
class |
NSMiniOseenTesterB
|
class |
NSMiniOseenTesterC
|
class |
NSMiniOseenTesterD
|
class |
NSMiniTimeSI
|
class |
NSMiniTube
|
class |
NSTimeDrivenCavity
|
class |
NSTimeOseenSIAssembler
|
class |
StokesTimeTester
|
Uses of Assembler in mathcomp.assemble.convdiff |
---|
Subclasses of Assembler in mathcomp.assemble.convdiff | |
---|---|
class |
AbstractCDA
Special CDE Problem with variable velocity field b(x,y) on rect grid. |
class |
AbstractCDA_cV
|
class |
AbstractCDA_Mini
|
class |
AbstractCDA_Square
|
class |
CDH_1D
|
class |
CDH_EF_Flux
|
class |
CDH_HVM
|
class |
CDH_Mini
An example class that extends AbstractConvDiffModel. |
class |
CDH_RFB
|
class |
CDH_Shishkin
|
class |
CDH_Square
|
class |
CDH_SUPG
This is the ConvDiffHomogen assembler expanded by SUPG stabilization. |
class |
CDH_WBF
|
class |
CDH_Weighted
|
class |
ConvDiffBoundary
An example class that extends AbstractConvDiffModel. |
class |
ConvDiffHomogen
An example class that extends AbstractConvDiffModel. |
class |
EV_1D_FEM
|
class |
Nochetto
|
class |
Raithby
|
class |
Raithby_SUPG
|
class |
RotFlow
|
class |
RotFlow_RFB
|
class |
RotFlow_SUPG
|
class |
SkewAdvection
|
class |
SkewAdvection_RFB
|
class |
SkewAdvection_SUPG
|
Uses of Assembler in mathcomp.assemble.discontinuousgalerkin |
---|
Subclasses of Assembler in mathcomp.assemble.discontinuousgalerkin | |
---|---|
class |
DGAssembler
|
class |
IniL2Interpolation
|
class |
TimeDependentAssembler
|
class |
TimeDependentExample1
|
class |
TimeDependentExample2
|
class |
TimeIndependentAssembler
|
class |
TimeIndependentExample
|
Methods in mathcomp.assemble.discontinuousgalerkin with parameters of type Assembler | |
---|---|
static void |
Export.exportSolution(Assembler ass,
Vector x,
java.lang.String filename)
|
static void |
Export.writeToWriter(Assembler ass,
Vector x,
java.io.PrintWriter pwU)
|
Uses of Assembler in mathcomp.assemble.filament |
---|
Subclasses of Assembler in mathcomp.assemble.filament | |
---|---|
class |
FilamentAssembler
|
class |
FilamentAssemblerEmpty
|
Uses of Assembler in mathcomp.assemble.laplace |
---|
Subclasses of Assembler in mathcomp.assemble.laplace | |
---|---|
class |
LaplaceAssembler
A Laplace Problem test class that uses the assemble.LagrangeLinearAssembler with homogeneous Dirichlet
boundary. |
class |
LaplaceAssemblerBoundary
A Laplace Problem test class that uses the assemble.LagrangeLinearAssembler
with two different Dirichlet boundary segments. |
class |
LaplaceAssemblerLReg
|
class |
LaplaceAssemblerLSing
|
class |
LaplaceAssemblerNeumann
A Laplace Problem test class that uses the assemble.LagrangeLinearAssembler
with mixed Dirichlet and Neumann boundary segments. |
class |
MiniLaplaceAssembler
A Laplace Problem test class that uses the assemble.MiniAssembler
with homogeneous Dirichlet boundary. |
class |
SquareLaplaceAssembler
A Laplace Problem test class that uses the assemble.LagrangeSquareAssembler
with homogeneous Dirichlet boundary. |
Uses of Assembler in mathcomp.assemble.minimalsurface |
---|
Subclasses of Assembler in mathcomp.assemble.minimalsurface | |
---|---|
class |
FixedPointAssembler
This assembler is used to solve the minimal suface problem using fixed point iteration. |
class |
L2Interpolation
This class is used to initialize the iterative assemblers, giving the value for the first iteration |
class |
MinimalSurfaceAssembler
This class is used to ensure that the problem of minimal surface that is being solved it's the same for the two iterative assemblers (NewtonAssembler and FixedPointAssembler) that extends this class. |
class |
NewtonAssembler
This assembler is used to solve the minimal suface problem using Newtons's iterative method. |
Uses of Assembler in mathcomp.assemble.stokes |
---|
Subclasses of Assembler in mathcomp.assemble.stokes | |
---|---|
class |
mathcomp.assemble.stokes.StokesAssembler
The general class Assembler is not prepared to work with the stokes problem In this class some of the methods from assembler class are overridden and other methods that are necessary in every subclass of this assembler are declared as abstract. |
Uses of Assembler in mathcomp.gui |
---|
Methods in mathcomp.gui that return Assembler | |
---|---|
Assembler[] |
GeneralMain.getAssemblers()
|
Uses of Assembler in mathcomp.io |
---|
Methods in mathcomp.io with parameters of type Assembler | |
---|---|
static void |
ExportGen.export(Assembler ass,
Vector solution,
java.lang.String gridfile,
java.lang.String solFile)
|
static void |
MatlabExport.exportExactSolution(Assembler ass)
|
static void |
MatlabExport.exportMiniCFD(Assembler ass,
Vector x,
java.lang.String fileName)
|
static void |
MatlabExport.exportSolutionMiniElements(Assembler ass,
Vector x,
java.lang.String fileName)
|
static void |
MatlabExport.exportStokesSolution(Assembler ass,
Vector x)
|
static void |
MatlabExport.exportVector(Vector v,
Assembler ass,
java.lang.String fileName)
|
Uses of Assembler in mathcomp.run |
---|
Methods in mathcomp.run that return Assembler | |
---|---|
Assembler |
AssemblerRun.getAss()
|
Methods in mathcomp.run with parameters of type Assembler | |
---|---|
void |
AssemblerRun.setAss(Assembler ass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |