Open
Conversation
SimonRohou
reviewed
Apr 2, 2026
SimonRohou
reviewed
Apr 2, 2026
SimonRohou
reviewed
Apr 2, 2026
| namespace codac2 | ||
| { | ||
| vector<pair<PEIBOS_CAPD_Key,pair<capd::ITimeMap::SolutionCurve,capd::ITimeMap::SolutionCurve>>> PEIBOS(const capd::IMap& i_map, double tf, const AnalyticFunction<VectorType>& psi_0, const vector<OctaSym>& Sigma, double epsilon, bool verbose) | ||
| std::map<double, std::vector<T>> PEIBOS(const capd::IMap& i_map, double tf, double dt, const AnalyticFunction<VectorType>& psi_0, const vector<OctaSym>& Sigma, double epsilon, bool verbose) |
Member
There was a problem hiding this comment.
"double tf, double dt" fait penser à un TDomain.. peut-être reposer sur cette classe par soucis d'homogénéité dans la lib ?
Collaborator
Author
There was a problem hiding this comment.
Je ne suis pas sûr que ça soit adapté (mais je peux me tromper).
Pour moi un TDomain est utilisé pour représenter des slices temporelles, mettons [0,1], [1,2].... avec éventuellement des gates.
Ici je n'ai que des gates, i.e. je ne regarde que ce qui se passe à des instants donnés. Du coup je pourrais utiliser uniquement les gate du TDomain, mais côté utilisateur on s'attendrait à avoir des informations sur les slices comme pour les tubes.
SimonRohou
reviewed
Apr 2, 2026
SimonRohou
reviewed
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.