Open maltezfaria opened 3 weeks ago
Things to polish/finish prior to release:
LevelSetEquation
bc = (PeriodicBC(), (NeumannBC(), DirichletBC())) bc = PeriodicBC() bc = NeumannBC()
Example that should error:
bc = ((PeriodicBC(), DirichletBC), ...) # error
LevelSetTerm
v0.2.0
Codecov
export
Makie
contourf
_normalize_bc
volume
perimeter
LevelSet
Registration PR can be found here:
https://github.com/JuliaRegistries/General/pull/119346
Things to polish/finish prior to release:
Usage
LevelSetEquation
constructor. Example that should work: #35Example that should error:
Documentation
LevelSetTerm
v0.2.0
)v0.2.0
)Polish
Codecov
once docs are written and coverage is setup to track docs (v0.2.0
)export
Makie
recipe to usecontourf
to distinguish inside/outiside_normalize_bc
function #35Features
volume
andperimeter
ofLevelSet
#37