BEAST.jl
BEAST.jl copied to clipboard
Boundary Element Analysis and Simulation Toolkit
This pull request changes the compat entry for the `CompScienceMeshes` package from `0.6.0` to `0.6.0, 0.7`. This keeps the compat entries for earlier versions. Note: I have not tested your...
In `test/test_hh3d_nearfield`, the spherical mesh generated by gmsh is different on WIndows and linux for the specific parameters passed to `CompScienceMeshes.meshsphere`. This can result in error bounds set in a...
- added example for vppmchwt udsing composed operators - made it possible to redefine the geometry of a basis, this is necesarry to get the trace mesh into the basis....
I was wondering if there is a reason why the type can be provided as a keyword argument. I think in principle is suffices to use a promote_type on scalartype(op)...
Now positions need to be supplied every time a RTSpace or LagSpace is created. This propagates to taking the divergence and trace operations on bases. In addition positions do not...
Add baseline concept of FEMFunctions FEMFunction is a type that combines expansion coefficients with the corresponding function space. Also added is a routine Lp_integrate that integrates a FEMFunction or a...
This pull request changes the compat entry for the `TestItems` package from `0.1.1` to `0.1.1, 1`. This keeps the compat entries for earlier versions. Note: I have not tested your...
We are currently implementing the general p-order case for the Lagrange elements. For p=2 there is a (partial) implementation that implies a certain ordering of the local functions: ``` function...
I am currently working on problems that require me to assemble BilForms with a large number of terms. And even for small numbers of unknowns, the assembly took way longer...
Try to decrease assembly times by being more cache-friendly