Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frap Theory
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hubatsch
Frap Theory
6d3cab3e23b5196b3481ee592d72b8b1b4b19dde
frap_theory
@Ternary_model
phi_tot.m
Find file
Normal view
Permalink
phi_tot.m
69 B
Newer
Older
Moving to object oriented Ternary_model. Solutions agree. Tested for one set.
Lars Hubatsch
committed
5 years ago
1
function p = phi_tot(x, a, b, e, u0)
Simplified phi_tot and gradient of phi_tot. Now works with Stefanos parameters, except IC.
Lars Hubatsch
committed
5 years ago
2
p = e*tanh(-(x+a)/b)+u0;
Moving to object oriented Ternary_model. Solutions agree. Tested for one set.
Lars Hubatsch
committed
5 years ago
3
end