Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ScalFMM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
solverstack
ScalFMM
Commits
a0481701
Commit
a0481701
authored
10 years ago
by
BRAMAS Berenger
Browse files
Options
Downloads
Patches
Plain Diff
update the doc
parent
4e2ae0be
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/Site_dox/FExamples.dox
+7
-0
7 additions, 0 deletions
Doc/Site_dox/FExamples.dox
with
7 additions
and
0 deletions
Doc/Site_dox/FExamples.dox
+
7
−
0
View file @
a0481701
...
@@ -166,4 +166,11 @@ html/files.html
...
@@ -166,4 +166,11 @@ html/files.html
<li> utestOctree.cpp : this tests the octree validation. </li>
<li> utestOctree.cpp : this tests the octree validation. </li>
</ul>
</ul>
* \section makeyourown Create your own application using ScalFMM
* In you compile ScalFMM and enabled the Tests (by passing a parameter to CMake or by using ccmake)
* any cpp file that will put into the Tests/ directories will be compiled and linked to ScalFMM.
* Therefore it can be a quick way to create and test with scalfmm without creating your own project and
* thinking about the compilation and link stages.
* Put your file in the test directories, enable the Tests in the cmake, be sure that the CMake is generated (type cmake.. again
* in the build dir), and then make your_cpp_file_without_extension
*/
*/
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