Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoclemente committed Nov 30, 2023
1 parent b0ca6d0 commit adb4854
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Generated by roxygen2: do not edit by hand

S3method("st_crs<-",DomainObject)
S3method(plot,FunctionObject)
S3method(plot,MeshObject)
S3method(st_as_sf,DomainObject)
S3method(st_as_sfc,DomainObject)
S3method(st_as_sfc,MeshObject)
S3method(st_crs,DomainObject)
export("%X%")
export("st_crs<-.DomainObject")
export(Domain)
export(Function)
export(FunctionSpace)
Expand All @@ -19,6 +15,10 @@ export(dot)
export(grad)
export(laplace)
export(read_mesh)
export(st_as_sf.DomainObject)
export(st_as_sfc.DomainObject)
export(st_as_sfc.MeshObject)
export(st_crs.DomainObject)
exportMethods("*")
exportMethods("+")
exportMethods("-")
Expand Down
9 changes: 4 additions & 5 deletions man/sf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adb4854

Please sign in to comment.