Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
fwi
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gmsh
fwi
Commits
3b0e859b
Commit
3b0e859b
authored
1 year ago
by
Boris Martin
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
02c6d9cb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
specific/configuration/flexible_acquisition.cpp
+1
-1
1 addition, 1 deletion
specific/configuration/flexible_acquisition.cpp
specific/configuration/flexible_acquisition.h
+0
-5
0 additions, 5 deletions
specific/configuration/flexible_acquisition.h
with
1 addition
and
6 deletions
specific/configuration/flexible_acquisition.cpp
+
1
−
1
View file @
3b0e859b
...
@@ -455,4 +455,4 @@ namespace flexible_acquisition
...
@@ -455,4 +455,4 @@ namespace flexible_acquisition
template
ModelMonoFunction
green0_preconditioner
<
Physic
::
electromagnetic
>(
const
Data
<
Physic
::
electromagnetic
>&
,
const
WaveMultiField
<
Physic
::
electromagnetic
>&
,
const
Configuration
*
const
);
template
ModelMonoFunction
green0_preconditioner
<
Physic
::
electromagnetic
>(
const
Data
<
Physic
::
electromagnetic
>&
,
const
WaveMultiField
<
Physic
::
electromagnetic
>&
,
const
Configuration
*
const
);
template
ModelMonoFunction
green0_preconditioner
<
Physic
::
elastodynamic
>(
const
Data
<
Physic
::
elastodynamic
>&
,
const
WaveMultiField
<
Physic
::
elastodynamic
>&
,
const
Configuration
*
const
);
template
ModelMonoFunction
green0_preconditioner
<
Physic
::
elastodynamic
>(
const
Data
<
Physic
::
elastodynamic
>&
,
const
WaveMultiField
<
Physic
::
elastodynamic
>&
,
const
Configuration
*
const
);
}
// namespace
circular
_acquis
i
tion
}
// namespace
flexible
_acqu
t
istion
This diff is collapsed.
Click to expand it.
specific/configuration/flexible_acquisition.h
+
0
−
5
View file @
3b0e859b
...
@@ -42,9 +42,6 @@ namespace flexible_acquisition
...
@@ -42,9 +42,6 @@ namespace flexible_acquisition
// Mesh resolution
// Mesh resolution
double
_h
;
double
_h
;
// TODO
std
::
vector
<
unsigned
int
>
_emitter_idx
;
std
::
vector
<
unsigned
int
>
_receiver_idx
;
bool
_areFilled
;
bool
_areFilled
;
...
@@ -91,8 +88,6 @@ namespace flexible_acquisition
...
@@ -91,8 +88,6 @@ namespace flexible_acquisition
public
:
public
:
Configuration
(
std
::
string
name
,
const
ParametrizationInterface
*
const
parametrization
,
const
gmshfem
::
common
::
GmshFem
&
gmshFem
);
Configuration
(
std
::
string
name
,
const
ParametrizationInterface
*
const
parametrization
,
const
gmshfem
::
common
::
GmshFem
&
gmshFem
);
const
std
::
vector
<
unsigned
int
>&
emitter_idx
()
const
{
return
_emitter_idx
;};
const
std
::
vector
<
unsigned
int
>&
receiver_idx
()
const
{
return
_receiver_idx
;};
bool
areFilled
()
const
{
return
_areFilled
;};
bool
areFilled
()
const
{
return
_areFilled
;};
unsigned
int
ner
()
const
{
return
_np
;};
unsigned
int
ner
()
const
{
return
_np
;};
...
...
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