FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for FEBioOpt/FEPowellOptimizeMethod.cpp - febiosoftware/FEBio · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
febiosoftware
/
FEBio
Public
Notifications
You must be signed in to change notification settings
Fork
89
Star
279
Code
Issues
32
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
FEBio
FEBioOpt
FEPowellOptimizeMethod.cpp
on
develop
User selector
Datepicker
Commit history
Commits on Jun 6, 2022
Optimization methods are now derived from FECoreClass. Also updated user manual a bit.
SteveMaas1978
committed
e8a1272
View commit details
Copy full SHA for e8a1272
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
Updated copyright info in source files.
michaelrossherron
committed
329e697
View commit details
Copy full SHA for 329e697
View code at this point
Browse repository at this point
Commits on Jun 11, 2020
Added/updated license information to source files.
Show description for 240e4cf
michaelrossherron
committed
240e4cf
View commit details
Copy full SHA for 240e4cf
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
Updated license information in source files.
Show description for 1fef28f
michaelrossherron
committed
1fef28f
View commit details
Copy full SHA for 1fef28f
View code at this point
Browse repository at this point
Commits on Apr 1, 2019
Added license information to all of the source files.
Show description for 17b8264
michaelrossherron
committed
17b8264
View commit details
Copy full SHA for 17b8264
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
febio3: fixed feLog macro definition to work on Mac.
Show description for 81c0945
gateshian
committed
81c0945
View commit details
Copy full SHA for 81c0945
View code at this point
Browse repository at this point
FEBio3: update Xcode projects. Addressed Mac compilation issues. Added FEIdealGasIsothermal material.
Show description for 5223139
gateshian
committed
5223139
View commit details
Copy full SHA for 5223139
View code at this point
Browse repository at this point
Commits on Mar 6, 2019
FEBio3: Refactored logging mechanism. The logfile is now associated with the FEBioModel (This was necessary to run multiple FEBio modules simultaneously.)
Show description for e3f1632
SteveMaas1978
committed
e3f1632
View commit details
Copy full SHA for e3f1632
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
FEBio3: committing copy of latest FEBio2 source code.
Show description for 0dbc242
SteveMaas1978
committed
0dbc242
View commit details
Copy full SHA for 0dbc242
View code at this point
Browse repository at this point
Creating new FEBio3 folder.
Show description for 221532d
SteveMaas1978
committed
221532d
View commit details
Copy full SHA for 221532d
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
FEBio2: Added tools file that collects some useful numerical methods.
Show description for f19a307
SteveMaas1978
committed
f19a307
View commit details
Copy full SHA for f19a307
View code at this point
Browse repository at this point
Commits on Feb 27, 2017
FEBio2: Made FEObjectiveFunction abstract and derived FEDataFitObjective. Loadcurve values can now also be used as optimization parameters.
Show description for c41b9f2
SteveMaas1978
committed
c41b9f2
View commit details
Copy full SHA for c41b9f2
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
FEBio2: continued refactor of optimization code.
Show description for 4cc3b80
SteveMaas1978
committed
4cc3b80
View commit details
Copy full SHA for 4cc3b80
View code at this point
Browse repository at this point
Commits on Feb 21, 2017
FEBio2: Started refactoring optimization classes.
Show description for fd2584e
SteveMaas1978
committed
fd2584e
View commit details
Copy full SHA for fd2584e
View code at this point
Browse repository at this point
FEBio2: Put all optimization classes in their own files.
Show description for 36b49a4
SteveMaas1978
committed
36b49a4
View commit details
Copy full SHA for 36b49a4
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
FEBio2: Renamed the log file output constants. More output suppressed when -silent command line option is defined.
Show description for 7910d81
SteveMaas1978
committed
7910d81
View commit details
Copy full SHA for 7910d81
View code at this point
Browse repository at this point
Commits on Apr 12, 2016
FEBio2: replaced most include directives with forward declarations in FEModel.h. Reimplemented FENodalLoad using node sets.
Show description for 424b9bb
SteveMaas1978
committed
424b9bb
View commit details
Copy full SHA for 424b9bb
View code at this point
Browse repository at this point
Commits on Jan 28, 2016
FEBio2: implemented restart diagnostic tool.
Show description for bd0023c
SteveMaas1978
committed
bd0023c
View commit details
Copy full SHA for bd0023c
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
FEBio2: FEModel::Init() is now called by default when input file is specified (this may affect task plugins). Optimization can now be done with custom tasks.
Show description for 64462a6
SteveMaas1978
committed
64462a6
View commit details
Copy full SHA for 64462a6
View code at this point
Browse repository at this point
Commits on Jul 18, 2015
FEBio2: The callback function now also gets passed a "when" parameter.
Show description for 7d9d73d
SteveMaas1978
committed
7d9d73d
View commit details
Copy full SHA for 7d9d73d
View code at this point
Browse repository at this point
Commits on May 21, 2014
FEBio2: Added FEAnalysis::GetPlotLevel to access plot level variable. Added FEAnalysis::m_nplot_stride to define the stride for writing plot files.
Show description for eb27dd9
SteveMaas1978
committed
eb27dd9
View commit details
Copy full SHA for eb27dd9
View code at this point
Browse repository at this point
Commits on Feb 12, 2014
FEBio2: Converted the FEBioOpt project back to a static library.
Show description for 13c9e93
SteveMaas1978
committed
13c9e93
View commit details
Copy full SHA for 13c9e93
View code at this point
Browse repository at this point
Commits on Dec 24, 2013
FEBio2: renamed FEBioXXX to FECoreXXX in FECore library and changed corresponding file names accordingly.
Show description for aebf8d7
SteveMaas1978
committed
aebf8d7
View commit details
Copy full SHA for aebf8d7
View code at this point
Browse repository at this point
Commits on Dec 5, 2013
FEBio2: Reimplemented the FEBioKernel class and a new mechanism for creating and registering custom classes.
Show description for 8622ded
SteveMaas1978
committed
8622ded
View commit details
Copy full SHA for 8622ded
View code at this point
Browse repository at this point
Commits on Aug 17, 2013
FEBio2: changed angle brackets to quotes for FEBio include files.
Show description for edc2cb4
SteveMaas1978
committed
edc2cb4
View commit details
Copy full SHA for edc2cb4
View code at this point
Browse repository at this point
Commits on Aug 8, 2013
FEBio2: removed FEModel::CheckInterruption function and extended callback mechanism to include event that triggers callback.
Show description for a97f5f3
SteveMaas1978
committed
a97f5f3
View commit details
Copy full SHA for a97f5f3
View code at this point
Browse repository at this point
Commits on Feb 28, 2013
FEBio2: Implemented optimization plugin FEBioOpt
Show description for f13d27f
SteveMaas1978
committed
f13d27f
View commit details
Copy full SHA for f13d27f
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL