Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/src/pages/api/core_rt.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ vSmartMOM.CoreRT.RTNumericalParameters
> `surface_source_contribute!` dispatchers) are documented on the
> [Source terms](../extending/sources.md#api-reference) page.

## Stream-Level RT Output

```@docs
vSmartMOM.CoreRT.StreamRTResult
vSmartMOM.CoreRT.rt_run_streams(::Any)
```

## Jacobian Parameter Layout

```@docs
Expand Down
5 changes: 5 additions & 0 deletions docs/src/pages/extending/sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ vSmartMOM.CoreRT.PreparedSolarBeam
vSmartMOM.CoreRT.BlackbodySource(::Real, ::AbstractVector{<:Real})
vSmartMOM.CoreRT.SurfaceSIF
vSmartMOM.CoreRT.PreparedSurfaceSIF
vSmartMOM.CoreRT.ThermalEmission
vSmartMOM.CoreRT.ThermalEmission(::AbstractVector{<:Real}, ::AbstractVector{<:Real})
vSmartMOM.CoreRT.PreparedThermalEmission
```

### AD-mode traits
Expand All @@ -232,4 +235,6 @@ vSmartMOM.CoreRT.prepare_source(::vSmartMOM.CoreRT.SurfaceSIF, ::Type{<:Abstract
vSmartMOM.CoreRT.prepare_sources(::vSmartMOM.CoreRT.NoSource, ::Type{<:AbstractFloat}, ::Integer, ::Integer, ::Any)
vSmartMOM.CoreRT.surface_source_contribute!(::vSmartMOM.CoreRT.PreparedSurfaceSIF, ::Union{vSmartMOM.CoreRT.LambertianSurfaceLegendre, vSmartMOM.CoreRT.LambertianSurfaceScalar, vSmartMOM.CoreRT.LambertianSurfaceSpline}, ::Any, ::Integer, ::Any, ::Any)
vSmartMOM.CoreRT.surface_source_contribute!(::vSmartMOM.CoreRT.NoSource, ::vSmartMOM.CoreRT.AbstractSurfaceType, ::Vararg{Any, 4})
vSmartMOM.CoreRT.prepare_source(::vSmartMOM.CoreRT.ThermalEmission, ::Type{<:AbstractFloat}, ::Integer, ::Integer, ::Any)
vSmartMOM.CoreRT.contribute!(::vSmartMOM.CoreRT.PreparedThermalEmission, ::Any, ::AbstractVector, ::AbstractVector, ::Integer, ::Integer, ::Any, ::Any, ::Any)
```
Loading