Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FORCES
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CHS
FORCES
Commits
81078282
Commit
81078282
authored
3 weeks ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
opt_eval_utils: update docs and comments
parent
cb0b9de1
No related branches found
Branches containing commit
No related tags found
1 merge request
!81
Rework optimization routines
Pipeline
#279288
passed with stages
in 8 minutes and 3 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mo_opt_eval_utils.f90
+2
-1
2 additions, 1 deletion
src/mo_opt_eval_utils.f90
with
2 additions
and
1 deletion
src/mo_opt_eval_utils.f90
+
2
−
1
View file @
81078282
...
...
@@ -25,7 +25,7 @@ MODULE mo_opt_eval_utils
!> \brief Type to hold the configuration of an evaluation function.
type
config_t
real
(
dp
),
dimension
(:),
allocatable
::
parameters
!< parameters for the evaluation function
integer
(
i4
),
dimension
(:),
allocatable
::
opti_indices
!< optimization indices for the evaluation function
integer
(
i4
),
dimension
(:),
allocatable
::
opti_indices
!< optimization indices for the evaluation function
(used for MPI)
end
type
config_t
!> \class sim_data_t
...
...
@@ -37,6 +37,7 @@ MODULE mo_opt_eval_utils
procedure
,
public
::
add
=>
sim_data_add
procedure
,
public
::
allocate
=>
sim_data_allocate
procedure
,
private
::
get_id
=>
sim_data_get_id
! Use fypp or 'assumed rank' to simplify these overloaded procedures.
procedure
,
private
::
sim_data_set_pointer_1d
procedure
,
private
::
sim_data_set_pointer_2d
procedure
,
private
::
sim_data_set_pointer_3d
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment