DOLFIN
0.9.11+
  • Programmer’s reference for DOLFIN (Python)
    • dolfin.common module
    • dolfin.compilemodules module
    • dolfin.deprecation module
    • dolfin.cpp (Swig autogenerated module)
      • dolfin.cpp.common module
        • DoubleArray
        • Event
        • GlobalParameters
        • IndexSet
        • IntArray
        • MPI
        • MPIInfo
        • MPI_Comm
        • ParameterValue
        • Parameters
        • Progress
        • SubSystemsManager
        • Table
        • TableEntry
        • Timer
        • UIntArray
        • Variable
        • ufc_cell
        • ufc_coordinate_mapping
        • ufc_dofmap
        • ufc_finite_element
        • ufc_form
        • ufc_function
        • MPI_all_gather
        • MPI_avg
        • MPI_barrier
        • MPI_compute_local_range
        • MPI_gather
        • MPI_global_offset
        • MPI_index_owner
        • MPI_is_broadcaster
        • MPI_is_receiver
        • MPI_local_range
        • MPI_max
        • MPI_min
        • MPI_rank
        • MPI_size
        • MPI_sum
        • ParameterValue_check_key
        • SubSystemsManager_finalize
        • SubSystemsManager_init_mpi
        • SubSystemsManager_init_petsc
        • SubSystemsManager_mpi_finalized
        • SubSystemsManager_mpi_initialized
        • SubSystemsManager_responsible_mpi
        • SubSystemsManager_responsible_petsc
        • SubSystemsManager_singleton
        • begin
        • debug
        • deprecation
        • dolfin_error
        • dolfin_version
        • dump_timings_to_xml
        • end
        • error
        • get_log_level
        • git_commit_hash
        • has_cholmod
        • has_debug
        • has_hdf5
        • has_hdf5_parallel
        • has_mpi
        • has_openmp
        • has_parmetis
        • has_petsc
        • has_scotch
        • has_slepc
        • has_umfpack
        • has_zlib
        • info
        • info_stream
        • info_underline
        • init
        • list_timings
        • log
        • monitor_memory_usage
        • new_instancemethod
        • not_working_in_parallel
        • old_init
        • set_indentation_level
        • set_log_active
        • set_log_level
        • set_output_stream
        • sizeof_la_index
        • tic
        • time
        • timing
        • timings
        • toc
        • ufc_signature
        • warning
      • dolfin.cpp.fem module
      • dolfin.cpp.function module
      • dolfin.cpp.io module
      • dolfin.cpp.la module
      • dolfin.cpp.mesh module
    • dolfin.fem module
    • dolfin.functions module
    • dolfin.importhandler module
    • dolfin.mesh module
    • dolfin.multistage module
  • Collection of documented demos
  • Quick Programmer’s Reference (Python)
DOLFIN
  • Docs »
  • Programmer’s reference for DOLFIN (Python) »
  • dolfin.cpp module »
  • dolfin.cpp.common module
  • View page source

dolfin.cpp.common module¶

Classes:

  • DoubleArray
  • Event
  • GlobalParameters
  • IndexSet
  • IntArray
  • MPI
  • MPIInfo
  • MPI_Comm
  • ParameterValue
  • Parameters
  • Progress
  • SubSystemsManager
  • Table
  • TableEntry
  • Timer
  • UIntArray
  • Variable
  • ufc_cell
  • ufc_coordinate_mapping
  • ufc_dofmap
  • ufc_finite_element
  • ufc_form
  • ufc_function

Functions:

  • MPI_all_gather
  • MPI_avg
  • MPI_barrier
  • MPI_compute_local_range
  • MPI_gather
  • MPI_global_offset
  • MPI_index_owner
  • MPI_is_broadcaster
  • MPI_is_receiver
  • MPI_local_range
  • MPI_max
  • MPI_min
  • MPI_rank
  • MPI_size
  • MPI_sum
  • ParameterValue_check_key
  • SubSystemsManager_finalize
  • SubSystemsManager_init_mpi
  • SubSystemsManager_init_petsc
  • SubSystemsManager_mpi_finalized
  • SubSystemsManager_mpi_initialized
  • SubSystemsManager_responsible_mpi
  • SubSystemsManager_responsible_petsc
  • SubSystemsManager_singleton
  • begin
  • debug
  • deprecation
  • dolfin_error
  • dolfin_version
  • dump_timings_to_xml
  • end
  • error
  • get_log_level
  • git_commit_hash
  • has_cholmod
  • has_debug
  • has_hdf5
  • has_hdf5_parallel
  • has_mpi
  • has_openmp
  • has_parmetis
  • has_petsc
  • has_scotch
  • has_slepc
  • has_umfpack
  • has_zlib
  • info
  • info_stream
  • info_underline
  • init
  • list_timings
  • log
  • monitor_memory_usage
  • new_instancemethod
  • not_working_in_parallel
  • old_init
  • set_indentation_level
  • set_log_active
  • set_log_level
  • set_output_stream
  • sizeof_la_index
  • tic
  • time
  • timing
  • timings
  • toc
  • ufc_signature
  • warning

Module docstring:

Next Previous

© Copyright DOLFIN Core, https://launchpad.net/~dolfin-core.

Built with Sphinx using a theme provided by Read the Docs.