Fixes to domain decomposition, non-scalar variable updates #279
CI.yml
on: pull_request
Documentation
11m 31s
Matrix: test
Annotations
4 warnings and 1 notice
Julia 1.9 - ubuntu-latest - x64 - pull_request
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Documentation:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
132 docstrings not included in the manual:
Jutul.physical_representation :: Tuple{SimulationModel}
Jutul.physical_representation :: Tuple{Any}
Jutul.physical_representation :: Tuple{DiscretizedDomain}
Jutul.physical_representation :: Tuple{DataDomain}
Jutul.MRSTWrapMesh :: Union{Tuple{Any}, Tuple{Any, Any}}
Jutul.setup_partitioner_hypergraph :: Tuple{Matrix{Int64}}
Jutul.parameters_jacobian_wrt_data_domain :: Tuple{Any}
Jutul.local_cell :: Tuple{Any, Any}
Jutul.update_before_step! :: NTuple{4, Any}
Jutul.coord_offset :: Tuple{Any, AbstractFloat}
Jutul.load_balanced_interval :: Tuple{Any, Any, Any}
Jutul.local_residual_view :: NTuple{4, Any}
Jutul.replace_variables! :: Tuple{Any}
Jutul.BoundaryFaces
Jutul.update_equations_and_apply_forces! :: NTuple{4, Any}
Jutul.UnstructuredMesh :: Tuple{CartesianMesh}
Jutul.compute_boundary_trans :: Tuple{DataDomain, Any}
Jutul.get_mesh_entity_tag :: Tuple{JutulMesh, Vararg{Any}}
Jutul.setup_adjoint_storage :: Tuple{Any}
Jutul.global_cell :: Tuple{Any, Any}
Jutul.JutulCase :: Union{Tuple{Any}, Tuple{Any, Any}, Tuple{Any, Any, Any}}
Jutul.initialize_variable_value :: Tuple{Any, VectorVariables, AbstractVector}
Jutul.IndirectionMap
Jutul.plot_mesh_edges! :: Tuple
Jutul.update_linearized_system_equation! :: Tuple{AbstractArray, Any, Any, JutulEquation, CompactAutoDiffCache}
Jutul.numerical_type :: Tuple{T} where T<:Real
Jutul.scalarize_primary_variable :: Tuple{Any, Any, ScalarVariable, Any}
Jutul.convert_to_si :: Tuple{Any, String}
Jutul.initialize_storage! :: Tuple{Any, JutulModel}
Jutul.model_residual! :: Union{Tuple{Any, HelperSimulator, Any}, Tuple{Any, HelperSimulator, Any, Any}, Tuple{Any, HelperSimulator, Any, Any, Any}}
Jutul.dim :: Tuple{JutulMesh}
Jutul.scalarize_primary_variables :: Union{Tuple{Any, Any}, Tuple{Any, Any, Any}}
Jutul.synchronize :: Tuple{JutulContext}
Jutul.two_point_potential_drop :: NTuple{5, Real}
Jutul.HalfFaces
Jutul.full_cell :: Tuple{Any, Any}
Jutul.update_parameter_before_step! :: NTuple{6, Any}
Jutul.read_results :: Tuple{Any}
Jutul.si_units :: Tuple
Jutul.update_equation! :: Tuple{Any, JutulEquation, Any, Any, Any}
Jutul.declare_sparsity :: Union{NTuple{5, Any}, NTuple{6, Any}}
Jutul.SPU
Jutul.CoarseMesh :: Tuple{Any, Any}
Jutul.plot_mesh_edges :: Tuple
Jutul.merge_step_report_errors :: Tuple{Any}
Jutul.TPFA
Jutul.get_entity_tag :: Tuple{Any, Any}
Jutul.numerical_eltype :: Union{Tuple{AbstractArray{T}}, Tuple{T}} where T
Jutul.declare_pattern :: Tuple{Any, Any, Any, Any, Vararg{Any}}
Jutul.successful_reports :: Union{Tuple{Any, Any, Any}, NTuple{4, Any}}
Jutul.successful_reports :: Union{Tuple{Any}, Tuple{Any, Any}}
Jutul.update_state_dependents! :: Tuple{Any, JutulModel, Any, Any}
Jutul.SparsityTracingWrapper :: Union{Tuple{AbstractArray{T, N}}, Tuple{N}, Tuple{T}} where {T, N}
Jutul.initialize_extra_state_fields! :: Tuple{Any, JutulModel}
Jutul.update_values! :: Tuple{AbstractArray{<:ForwardDiff.Dual}, AbstractArray{<:Real}}
Jutul.update_values! :: Tuple{AbstractArray, AbstractArray}
Jutul.get_sparse_arguments :: Tuple{Any, Any}
Jutul.partition_hypergraph :: Union{Tuple{NamedTuple, Int64}, Tuple{NamedTuple, Int64, Any}}
Jutul.VariableSet
Jutul.find_enclosing_cell :: Union{Tuple{T}, Tuple{D}, Tuple{UnstructuredMesh{D}, StaticArraysCore.SVector{D, T}, Vararg{AbstractArray{StaticArraysCore.SVector{D, T}, 1}, 4}}, Tuple{UnstructuredMesh{D}, StaticArraysCore.SVector{D, T}, AbstractArray{StaticArraysCore.SVector{D, T}, 1}, AbstractArray{StaticArraysCore.SVector{D, T}, 1}, AbstractArray{StaticArraysCore.SVector{D, T}, 1}, AbstractArray{StaticArraysCore.SVector{D, T}, 1}, Any}} where {D, T}
Jutul.number_of_faces :: Tuple{Union{DataDomain, DiscretizedDomain}}
Jutul.number_of_faces :: Tuple{Any}
Jutul.FaceMap
Jutul.data_domain_to_parameters_gradient :: Tuple{Any, Any}
Jutul.plot_mesh! :: Tuple
Jutul.
|
Documentation:
../../../.julia/packages/Documenter/Bs999/src/html/HTMLWriter.jl#L742
Unable to determine the repository root URL for the navbar link.
This can happen when a string is passed to the `repo` keyword of `makedocs`.
To remove this warning, either pass a Remotes.Remote object to `repo` to completely
specify the remote repository, or explicitly set the remote URL by setting `repolink`
via `makedocs(format = HTML(repolink = "..."), ...)`.
|
Documentation:
../../../.julia/packages/Documenter/Bs999/src/html/HTMLWriter.jl#L814
For 3 @example blocks, the 'text/html' representation of the resulting
object is above the threshold (example_size_threshold: 8192 bytes).
- 3 blocks had 'image/png' fallback image representation available, using that.
On pages: index.md
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache To ignore, set input `ignore-no-cache: true`
|