Package mathcomp.assemble.laplace

Laplace problems.

See:
          Description

Class Summary
LaplaceAssembler A Laplace Problem test class that uses the assemble.LagrangeLinearAssembler with homogeneous Dirichlet boundary.
LaplaceAssemblerBoundary A Laplace Problem test class that uses the assemble.LagrangeLinearAssembler with two different Dirichlet boundary segments.
LaplaceAssemblerLReg  
LaplaceAssemblerLSing  
LaplaceAssemblerNeumann A Laplace Problem test class that uses the assemble.LagrangeLinearAssembler with mixed Dirichlet and Neumann boundary segments.
MiniLaplaceAssembler A Laplace Problem test class that uses the assemble.MiniAssembler with homogeneous Dirichlet boundary.
SquareLaplaceAssembler A Laplace Problem test class that uses the assemble.LagrangeSquareAssembler with homogeneous Dirichlet boundary.
 

Package mathcomp.assemble.laplace Description

Laplace problems.