Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isc_physics
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
Model registry
Operate
Environments
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
orestis.malaspin
isc_physics
Commits
68f99273
Verified
Commit
68f99273
authored
3 years ago
by
Michaël El Kharroubi
Browse files
Options
Downloads
Patches
Plain Diff
Typo
parent
26b9499e
No related branches found
Branches containing commit
No related tags found
1 merge request
!12
Ajout tp lignes de champs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
practical_work/electric_fl/ennonce.md
+3
-3
3 additions, 3 deletions
practical_work/electric_fl/ennonce.md
with
3 additions
and
3 deletions
practical_work/electric_fl/ennonce.md
+
3
−
3
View file @
68f99273
...
...
@@ -103,11 +103,11 @@ typedef struct
// Compute E*qP/norm(qP)
// Return false if norm(qP) < eps
bool
compute_e
(
charge
c
,
vec2
p
,
double
eps
,
vec2
*
e
);
bool
compute_e
(
charge
_t
c
,
vec2
p
,
double
eps
,
vec2
*
e
);
// Compute the normalized sum of Ei*qiP/norm(qiP)
// Return false if for some qiP, norm(qiP) < eps
bool
compute_total_normalized_e
(
charge
*
charges
,
int
num_charges
,
vec2
p
,
bool
compute_total_normalized_e
(
charge
_t
*
charges
,
int
num_charges
,
vec2
p
,
double
eps
,
vec2
*
e
);
// Compute and then draw all the points belonging to a field line,
...
...
@@ -128,4 +128,4 @@ static void draw_charges(struct gfx_context_t *context, charge_t *charges,
# Travail à rendre (par groupe de deux)
-
Un rapport succint (moins de 6 pages) présentant le travail réalisé, avec des images de ce dernier
-
Le repos git contenant le code réalisé
\ No newline at end of file
-
Le repos git contenant le code réalisé
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