Implementation of a number of virtual element spaces and bilinear forms
Project description
Preparing the Sources
Additional to the software mentioned in README you'll need the following programs installed on your system:
cmake >= 3.13.3
Getting started
If these preliminaries are met, you should run
dunecontrol all
which will find all installed dune modules as well as all dune modules (not installed) which sources reside in a subdirectory of the current directory. Note that if dune is not installed properly you will either have to add the directory where the dunecontrol script resides (probably ./dune-common/bin) to your path or specify the relative path of the script.
Most probably you'll have to provide additional information to dunecontrol (e. g. compilers, configure options) and/or make options.
The most convenient way is to use options files in this case. The files define four variables:
CMAKE_FLAGS flags passed to cmake (durin configure) MAKE_FLAGS flags passed to make
An example options file might look like this:
#use this options to autogen, configure and make if no other options are given
CMAKE_FLAGS="
-DCMAKE_CXX_COMPILER=g++-4.9
-DCMAKE_CXX_FLAGS='-Wall -pedantic'
-DCMAKE_INSTALL_PREFIX=/install/path" #Force g++-4.9 and set compiler flags
MAKE_FLAGS=install #Per default run make install instead of simply make
If you save this information into example.opts you can pass the opts file to dunecontrol via the --opts option, e. g.
dunecontrol --opts=example.opts all
More info
See
dunecontrol --help
for further options.
The full build-system is described in the dune-common/doc/buildsystem (Git version) or under share/doc/dune-common/buildsystem if you installed DUNE!
git-57e0f1773f4976459eeb54268254def73ca7d926
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dune-vem-2.8.0.7.tar.gz
.
File metadata
- Download URL: dune-vem-2.8.0.7.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cc8d7b65d7f6659e2ab9c5a09e13b2be6486e8093bca27526d062882c1fb424 |
|
MD5 | 01d52a7e0d182f372dc5f4f1452c402c |
|
BLAKE2b-256 | 6f89e091aad9ba76a5b02ce26607b9af038ada9095c538e742b7346c3edc3aad |