Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121849265
main.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jul 14, 09:41
Size
625 B
Mime Type
text/x-c
Expires
Wed, Jul 16, 09:41 (2 d)
Engine
blob
Format
Raw Data
Handle
27401065
Attached To
R3721 ConSol
main.cpp
View Options
//
// main.cpp
// ConSol
//
// Created by Fabian Moenkeberg on 15.05.17.
// Copyright © 2017 EPFL. All rights reserved.
//
#include <iostream>
#include "Example/burgersNoReconstr.hpp"
#include "Example/EulerSod.hpp"
#include "Example/EulerWCBlast.hpp"
#include "Example/EulerLaxShockTube.hpp"
#include "Example/EulerLaxShockTube2.hpp"
#include <Example/burgersReconstr.hpp>
#include "Example/buckleyLeverettReconstr.hpp"
#include "Example/linearAdvectionReconstr.hpp"
#include <numeric>
using
namespace
std
;
int
main
(
int
argc
,
const
char
*
argv
[])
{
Solution
soln
=
burgersReconstr
();
return
0
;
}
Event Timeline
Log In to Comment