Note: this is documentation for an old release. View the latest documentation at
docs.fenicsproject.org/v0.1.0/v0.9.0/cpp
DOLFINx
0.1.0
DOLFINx C++ interface
dolfinx
common
init.h
1
// Copyright (C) 2005-2011 Anders Logg
2
//
3
// This file is part of DOLFINx (https://www.fenicsproject.org)
4
//
5
// SPDX-License-Identifier: LGPL-3.0-or-later
6
7
#pragma once
8
9
namespace
dolfinx
10
{
11
15
void
init(
int
argc,
char
* argv[]);
16
}
// namespace dolfinx
Generated by
1.8.17