File: __init__.py

package info (click to toggle)
dolfin 2019.2.0~legacy20240219.1c52e83-18
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 31,700 kB
  • sloc: xml: 104,040; cpp: 102,227; python: 24,356; sh: 460; makefile: 330; javascript: 226
file content (7 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
"""Main module for FEniCS.

This module is identical with the main DOLFIN module.
"""

from dolfin import *